framework version confusion
am 26.09.2007 10:49:22 von richard.markiewiczHi
Hope someone can offer some input on this...
Running IIS6 with both ASP.NET 1.1 and 2.0 applications. Naturally
everything is seperated out by application pool.
When I run this script:
http://blog.crowe.co.nz/archive/2006/08/15/676.aspx
It warns me that one of my app pools (the one used by reporting
services) is using multiple versions of the framework. However - all
that app pool contains is the RS web site, and it's two virtual
directories. I have checked them in IIS Manager and they all say
v1.1.4332.
Any idea why that should be? Is the VBScript simply wrong? Or do I
have some metabase issue or something? Everything is pretty much
working as it should be, however we are getting intermittent errors on
our SharePoint portals (about ASP 2, which they do not use).
We used to get these errors all the time, and it was caused by a ASP 2
application trying to load in an ASP 1 application pool. Yesterday I
started up our report server for the first time in ages and boom, all
of a sudden I start getting reports of these errors returning.
Wonder if anyone can offer some insight of what might be going on?
Also - as a follow up question - in the "Properties" when I click on
"Web Sites" in IIS, the default ASP.NET version is 1.1.4322. However I
see the ASP.NET_2.0.50727.0 ISAPI filter loaded here. Is that normal?
Does this filter get executed in front of the ones on my actual web
sites? Again, any insight here would be very useful.
Thanks in advance,
Rich