Specific web server is not running ASP .NET version 1.1

  • Thread starter Thread starter Chery
  • Start date Start date
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...........
 
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
 
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





.
 
Not a problem :-)

--

Regards

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