trying to create an asp.net project

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???
 
G

Guest

Rebecca, try running

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

and see if that helps?

Jon
 
T

Thue Sørensen

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
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top