I have a Windows 7 machine on which I am using VS2005. .Net 2.0 and .Net 3.5 are installed on it.
An app claimed it needed .NET framework 1.1 before it would run. I therefore installed framework 1.1 and it now runs.
Problem: Now whenever I try to open a website in VS2005 I get a messages saying it is configured for 1.1 rather than 2.0. VS2005 offers to configure the website - but whatever changes it makes are non-permanent and when next I open the website I get the same message.
I have tried removing and re-adding a website: still configured for 1.1.
I appear to have a new AppPool named "ASP.NET 1.1" - but no applications are associated with that.
Is there a way to un-do the global change installing 1.1 made to my websites?
When 1.1 installed I saw "aspnet_regiis /i" being invoked as part of the install: I have tried running the Framework 2.0 version of "aspnet_regiis /i" on the off chance - no joy.