IIS and ASP.NET version 1.1

  • Thread starter Thread starter JerryW
  • Start date Start date
J

JerryW

When I try to open an existing .NET 2003 solution, I get
the 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."

There is a Knowledge Base Article - 825792 - that
describes this error and a workaround which I have not
been able to get to work.

Has anyone seen this problem?
 
First run aspnet_regiis -i from the v1.1.4322 .NET directory under the
windows root. That will make sure APS.NET 1.1 is registered. For individual
sites, aspnet_regiis -sn works well. See:
http://msdn.microsoft.com/library/en-us/dnhcvs03/html/vs03f6.asp

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Thanks. I am using XP Prof and that folder is in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322. I ran
aspnet_regiis -i from there and it did not help. I tried
running the -sn from what I thought was the individual
site directory and get a message that this is not a valid
web application.
 
When did this problem start occuring? Did you install something? What
versioning software are you using? Source safe? Source safe can cause this
problem in certain circumstances on win xp pro.

I had this exact problem last week thursday, but I swear I can't remember
how I fixed it. Shame on me. *spank *spank
 
Back
Top