New Project Creation

D

Dave Naylor

Hi,
When i try to create a new project in Visual Studio.NET
2002
I get a error saying that 'http://localhost/webapp1'
cannot be opened with the
path 'c:\inetpub\wwwroot\webapp1'
the error was returned 'unable to create web project
webapp1. the file path 'c:\inetpub\wwwroot\webapp1'does
not correspond to the URL 'http://localhost/webapp1' the
two need to map to the same server locattion'

Any ideas how i can fix this?

Regards

Dave
 
C

Cor

Hi Dave,

First question always with this problem

Do you have IIS runing on your computer?

Cor
 
D

Dave Jim Naylor

cor, yes i have installed iis on my machine. however the deafult webpage
will not start and i get the following error message, 'unexpected error
0x8ffe2740 occured' i also have installed apache webserver when i type
in 'http:\localhost\' i get to the apache information page. could this
be a reason for the problem?

Regards

Dave
 
C

Cor

Hi Dave,

I know nothing from an apache webserver, but I think that this is the reason
for the problem.

You can try also http:\\machinename and http:\\127.0.0.1 but I think for
sure that that is also the apache, how to solve, I dont know

Maybe you can you stop the apache and restart the iis server (is in the
commands from IIS)

Sorry, that I cannot help you more

Cor
 

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