I am new to ASP.NET

B

Burton Roberts

But I am an experienced WinForms developer. Using VS 2003, I try to open a
new project as an ASP Web Appliction and I get an error the "specified web
server is not running ASP.NET 1.1. You will be unable to run ASP.NET Web
Applications or services."

I ran setup to add the web component to my installation, I have IIS
installed, and the VS 2003 prerequisites, of course. I think I have Front
Page Server Extensions installed, but am not sure. To be sure, I tried to
download it from Web but was unsuccessful. MSDN link to the download page
failed. Also, I tried turning off Firewalls to no avail.

Any suggestions?
 
J

Juan T. Llibre

Which OS are you using ?

Not to rag on you, but everybody who posts a question
should, at least, identify the OS version, besides the
development environment used.

Different OS/development environments
may have different problem resolutions for
the same error message.



Juan T. Llibre
ASP.NET MVP
===========
 
B

Burton Roberts

Windows XP Pro. VS 2003. VB.Net

Juan T. Llibre said:
Which OS are you using ?

Not to rag on you, but everybody who posts a question
should, at least, identify the OS version, besides the
development environment used.

Different OS/development environments
may have different problem resolutions for
the same error message.



Juan T. Llibre
ASP.NET MVP
===========
 
K

Kumar Reddi

Looks like asp.net 1.1 is not installed properly. Try running the following
commands
aspnet_regiis.exe -i
aspnet_regiis.exe -c

the executable aspnet_regiis.exe is found in the following directory
%windir%\Microsoft.NET\Framework\v1.1.4322

Good Luck
 
B

Burton Roberts

That was it. Thanks a million.

Kumar Reddi said:
Looks like asp.net 1.1 is not installed properly. Try running the
following commands
aspnet_regiis.exe -i
aspnet_regiis.exe -c

the executable aspnet_regiis.exe is found in the following directory
%windir%\Microsoft.NET\Framework\v1.1.4322

Good Luck
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,058
Latest member
QQXCharlot

Latest Threads

Top