localhost connection - beginner question

M

mp

Hi,

I have found some ASP.NET example. I have put it into:
c:/Inetpub/wwwroot/Somefile. When I started Visual Studio 2002 I got
message: "Unable to open Web project 'Account'. The file path
'C:\Inetpub\wwwroot\UserAccount" does not correspond to the URL
'http://localhost:/Account'. The two need to map to the same server
location. HTTP Error 404: Object Not Found"

How I can connect files and localhost?

Thanks
 
A

avnrao

create one virtual directory named Account and map it to UserAccount folder.

Av.
 
M

mp

I have do it with Control Panel --> Administrative Tools --> IIS and still
doesn't work.

How I can do that?

Thanks
 

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