« Lessons learned from FxCop | Main | Visual Studio .NET 2003 solution files with corrupted source control settings »

Web Application Virtual Directory Binding

The .csproj.webinfo file should be in source control. It binds the folder to an IIS virtual directory. Typical contents are:

<VisualStudioUNCWeb>

    <Web URLPath = "http://localhost/csk/csk.csproj" />

</VisualStudioUNCWeb>

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)