IIS and ASP.NET

J

Jennifer

Hi everyone,

We started our ASP.net project with the .NET 2003 beta version and later
upgraded to .NET 2003. It's wierd on my machine now: I can continue to
develop and run the existing application without errors. However, I can NOT
create a new project/web service. Each time I tried I got the error message
saying that the web server has detected that the machine is NOT runing
ASP.NET 1.1, and therefore can not run ASP.net applications. Any idea? I
suspect that there may be a configuration file get mess up? Could that be
the upgrade (I doult, I have uninstalled, then re-install from fresh Visual
Studio.NET), or from internet mail?

Thank you.
--Jennifer
 
C

Carl Prothman [MVP]

Jennifer said:
Yes, I did follow the instructions to remove all beta components.

Ahhh, you said "upgraded" which confused me...
What I don't understand is that the existing project works fine with all new pages,
classes and custom controls. The error message only appears when I try to
add new project/web service.

Make sure your User account is in the "VS Developers" local group.

Also, try running "Aspnet_regiis.exe"
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306005&GSSNB=1

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com
 
J

Jennifer

Carl,

Yes, I did follow the instructions to remove all beta components. What I
don't understand is that the existing project works fine with all new pages,
classes and custom controls. The error message only appears when I try to
add new project/web service.
 

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