Newbie hickup - please help (path problem)

  • Thread starter Thread starter AccessStarters
  • Start date Start date
A

AccessStarters

I have .Net FrameWork 1.1 sp1 installed.
When I try to open a Microsoft ASP.NET Web project in Microsoft Visual
Studio .NET 2003, I receive the following error message:

Unable to open Web project 'ProjectName'. The file path 'FilePath' does not
correspond to the URL 'ProjectURL'. The two need to map to the same server
location.

Note ProjectName is a placeholder for the name of the ASP.NET Web project.
FilePath is a placeholder for the file path of the ASP.NET Web project.
ProjectURL is a placeholder for the URL of the ASP.NET Web project.

These are the FilePath and ProjectURL refered to above that I use:
C:\Inetpub\wwwroot\ProjectName
http://localhost/ProjectName

Can anyone please help - I don't know which way to turn here.
Jill
 
Check in IIS whether you have created an web application for ProjectName.
 
Thanks but
Not sure what you mean here?
If you mean properties of default web site: then
WebSite Identification = Default Web Site
IP Address=(All Unassigned)
TCP Port = 80
 
No, what i meant is. Check whether ProjectName folder is virtual folder in
your IIS.
 

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

Back
Top