Asp.net question

R

rini

I have a solution that includes quite a few projects
when I open the solution I get the folowing error on a web project that
is part of the solution.

message dialog caption says:
Web Access Failed

------------------------------ message dialog body says
------------------------------

The default Web access mode for this project is set to file share but
the project folder at
'http://localhost/MyProject' cannot be opened with the path
'C:\Inetpub\wwwroot\MyProject'. The error returned was:
Unable to open Web project 'MyProject'/ te file path
'C:\Inetpub\wwwroot\MyProject' does not
correspond to the URL 'http://localhost/MyProject'. The two
need to map to the same server
location.

What would you like to do?

(Radio button option1) Retry using a different file share path
Location: ['C:\Inetpub\wwwroot\MyProject'] [...]
(Radio button option2) Try to open the project with FrontPage Server
Extensions
(Radio button option3) Work Offline

------------------------------ message dialog body end
------------------------------

when I tell it to use FPE it comes back with another error pointing to
a log entry that says
Microsoft FrontPage Server Extensions:
Received empty response from Microsoft FrontPage Server Extensions

anyone can help me with this?
 
J

John Bailo

Can you open the project individually ( not as part of the solution )
without error?
 

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