Hi Samuel,
I'd like to draw on your expertise on this topic. I've been browsing at many blogs/forums about installing SQL Server 2000 and 2005 on the same machine.
What I'd like to know is how does that work with Reporting Services? Your machine's IIS will need to work with Reporting Services 2000 and Reporting Services 2005. The RS 2005 requires .NET Framework 2.0 and RS 2000 requires .NET Framework 1.1. IIS can only support 1 version of the .NET Framework at a time.
Thanks kindly.
I ran the question by the RS folks and here is the reply:
RS 2005 will run in a separate ASP.Net app pool from RS 2000. In this way, the .Net Frameworks are segregated. To this extent, IIS does support multiple .Net Frameworks versions, just not in the same app pool.
RS 2000
Default app pool
.Net Framework 1.1
Default virtual directories
RS 2005
“ReportServer” or some other user-specified app pool
.Net Framework 2.0
Non-default virtual directories (nominally they will be “ReportServer” and “Reports” appended with “$” plus the instance name, but they can be user-specified also)
Thanks,
Sam Lester (MSFT)
No comments:
Post a Comment