problem installing asp.net

C

coltrane

I am trying to install asp.net on a win2k box running iis5.0. I have
downloaded and installed the .Net Framework 1.1. I cycled my system and
web server( just for the hell of it). When I try to create a Visual
Basic ASP.Net Application I get the following 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"
First, what might be wrong?
Second, how can I verify the I have ASP.Net webserver running?
Is there page I can go to that will display anything such as "ASP.Net
is running". Similar to opening a browser on a system and getting the
IIS 5.0 welcome page.

thanks for your help

john
 
J

Jason Bentley

Coltrane, open the Visual Studio.NET command prompt and type the
following command:
aspnet_regiis -i

You should see the following message:
c:\>aspnet_regiis -i
Start installing ASP.NET (1.1.4322.0).
Finished installing ASP.NET (1.1.4322.0).

Let us know if that helps.

Jason Bentley
http://geekswithblogs.net/jbentley
 

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