Specific web server is not running ASP .NET version 1.1

C

Chery

I've Win XP Pro installed in my PC. when i want to create
a new web application using Visual Basic .Net 2003, I got
the following error :

"Visual Studio .Net has detected that the specified web
server is not running ASP .NET version !.1. You will be
unable to run ASP.NET web application or services."

FYI, I got Microsoft .NET framework version 1.0 and
version 1.1 installed in my PC.

Please help...........
 
T

Tim Stephenson

Try running up a command prompt and changing to the .net 1.1 framework
directory within your windows folder...
Then run aspnet_regiis.exe to reset the ASP.NET script mappings for IIS.
This may help. If not, try reinstalling the Framework.
c:\
cd Windows\Microsoft.NET\Framework\v1.1.4322
aspnet_regiis -i
aspnet_regiis -c


--

Regards

Tim Stephenson MCSD.NET
Charted MCAD & MCSD.NET Early Achiever
 
C

Chery

It works. TQ very much for your help ;)
-----Original Message-----
Try running up a command prompt and changing to the .net 1.1 framework
directory within your windows folder...
Then run aspnet_regiis.exe to reset the ASP.NET script mappings for IIS.
This may help. If not, try reinstalling the Framework.



--

Regards

Tim Stephenson MCSD.NET
Charted MCAD & MCSD.NET Early Achiever





.
 
T

Tim Stephenson

Not a problem :)

--

Regards

Tim Stephenson MCSD.NET
Charted MCAD & MCSD.NET Early Achiever
 

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