Setting framework version in IIS websites

D

Diego Serrano

I have a Windows 2003 server with a couple of websites published with
IIS. Every website and virtual directory is set to run .net framework
v1.1. The most used of those websites is developed for v1.1 but after
some days running right, IIS suddenly starts running it under v2.0.
Although there is not a single virtual directory trying to run v2.0,
IIS does want it. I've created an app. pool and add the problematic
website inside it, but the issue continues. I've finally prohibited
asp.net v2.0 in "web service extensions but I don't think it's a good
workaround.
BTW aspnet_regiis.exe -lk says that everything is running v1.1
Do you have any suggestion?

Thanks in advance.
 
M

Michael Nemtsev, MVP

Hello Diego,

maybe u've installed smth which change the IIS settings silently

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


DS> I have a Windows 2003 server with a couple of websites published
DS> with
DS> IIS. Every website and virtual directory is set to run .net
DS> framework
DS> v1.1. The most used of those websites is developed for v1.1 but
DS> after
DS> some days running right, IIS suddenly starts running it under v2.0.
DS> Although there is not a single virtual directory trying to run v2.0,
DS> IIS does want it. I've created an app. pool and add the problematic
DS> website inside it, but the issue continues. I've finally prohibited
DS> asp.net v2.0 in "web service extensions but I don't think it's a
DS> good
DS> workaround.
DS> BTW aspnet_regiis.exe -lk says that everything is running v1.1
DS> Do you have any suggestion?
DS> Thanks in advance.
DS>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top