ASP.NET error

M

Matt

I have IIS 5.0 installed in Win2K machine. When I tried to created ASP.NET
(C#) application in VS.NET 2003, it has 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."

Any ideas??
 
A

Ashish M Bhonkiya

Hi Matt did u try this ??

1) Open a command window.
(Click Start, click Run, type cmd, and then click OK.)

2) Navigate to the directory of the Aspnet_regiis.exe version you want to
use. Remember that each version of the .NET Framework comes with its own
version.

The file is usually located in the following directory:
for 2000 c:\winnt\microsoft.net\framework\<versionNumber>
Then type aspnet_regiis.exe -i

Regards
Ashish M Bhonkiya
 

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