# Sunday, July 17, 2005
« Patterns and Practises String Resource T... | Main | Blog Moved »

If you are developing Reporting Services extension assemblies that require <appSettings> elements in application configuration file (e.g. <add key="SqlConnectionString" value="Integrated Security=SSPI;Data Source=(local);" />) then you will need to modify a couple of files:

  • To design reports successfully, add the configuration to the VisualStudio app.config file
    C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe.config
  • To deploy successfully, add the configuration to the ReportServer web.config file
    C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer\web.config
by This posting is provided "AS IS" with no warranties, and confers no rights.
posted on Sunday, July 17, 2005 2:30:43 PM (GMT Daylight Time, UTC+01:00)  #    Comments [0] Trackback
Related posts:
Do you have great business intelligence skills?
Analysis Services Essential Reading
Testing Windows Forms Applications
Messing around with the Insert Code plug-in
Link Dump
Debugging FullTrust VSTO InfoPath Forms
Comments are closed.