trying to create an asp.net project

  • Thread starter Thread starter rebecca
  • Start date Start date
R

rebecca

hi to anyone who can help me,

i am a beginner in the asp world and have no idea how to create an asp
project. i get the following error:
"unable to create web project 'webapplication1'. the file path
'c:\inetpub\wwwroot\webapplication1' does not correspond to the URL
http://localhost/webapplication1'. the two need to map to the same
server application. http error 404: not found'.

i have windows 2000 installed and IIS is definitely installed and
running. i have no idea how to continue???
 
Rebecca, try running

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

and see if that helps?

Jon
 
Hi there.

Theres a conflict between where the application resides on the file system
and where the virtual directory of the IIS points to.
Go to the IIS and point Webapplication1 to
c:\inetpub\wwwroot\webapplication1

If that does not work, then manually create a new web solution and add your
problem projects files.
That way you a sure its working because visual studio did the setup of tha
new virtual folder itself.

Best reagards Thue Tuxen
 
Back
Top