Installing Visual Studio 2005 would have installed ASP.NET v2 Beta (or CTP,
or whatever build VS 2005 is).
If you want to use Visual Studio 2003, then the application/website you're
connecting to needs to be using ASP.NET v1.1 (not v2.0).
If you navigate (using command prompt) to:
c:\windows\microsoft.net\framework\version\v1.1.4322\
you can run aspnet_regiis -r
to register v1.1 with all websites. Alternatively you can use Dennis Bauer's
Version Switcher GUI tool to switch a website between different ASP.NET
versions.
Cheers
Ken
--
Blog:
www.adopenstatic.com/cs/blogs/ken/
Web:
www.adopenstatic.com
"B Maxey" <Carver42.RemoveThis@noemail.nospam> wrote in message
news:6813837F-091B-496E-9347-06B7B46325CB@microsoft.com...
:I am getting this error:
:
: Visual Studio .NET has detected that the specified Web server is not
running
: ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or
: services
:
: IIS seems to be running on the computer, but when I initially set up
visual
: studio 2003, I did not have IIS running, so I skipped that step.
:
: I also have VS 2005 on my computer.
:
: When I am in the IIS snapin, and I click on the ASP tab, I get GPFs.
:
: Any help would be greatly appreciated. I have tried all the MSDN articles
: that I could find. Didn't wee