S
sqlman
From what I have seen, running web apps that rely on different ASP.NET
versions within the same IIS install leads to problems ("Server
unavailable" errors and such.) On Windows 2003 and 2008 servers (IIS
6.0 and 7.0,) this is resolved by using different application pools
for different ASP.NET versions.
Now, what about Windows 2000 server? The IIS there has no application
pools, but I will still need to run more that one ASP.NET version side
by side. How do I do that? Or is it even an issue on Windows 2000
server?
Thanks!
versions within the same IIS install leads to problems ("Server
unavailable" errors and such.) On Windows 2003 and 2008 servers (IIS
6.0 and 7.0,) this is resolved by using different application pools
for different ASP.NET versions.
Now, what about Windows 2000 server? The IIS there has no application
pools, but I will still need to run more that one ASP.NET version side
by side. How do I do that? Or is it even an issue on Windows 2000
server?
Thanks!