Tue
Oct 17
2006

Web Project Errors

When opening a web project:

The project you are trying to open is a Web project. You need to open it by specifying its URL path.

Create a file called c:\inetpub\wwwroot\Folder\MyProject.csproj.webinfo and add:

<VisualStudioUNCWeb>
    <Web URLPath = "http://localhost/Folder/MyProject.csproj" />
</VisualStudioUNCWeb>

More information

Leave a reply

© 2006 Brian Low. All rights reserved.