Matt,
Thank you for your reply. Unfortunately, I'm even more confused now. The
.sln file points to http://localhost/blah/blah.csproj yet VS.NET is able to
resolve all this and compile just fine, without any extra steps to enable
WebDAV write access and source access.
There is a build tool from Mi
Kevin-
Ensure that you've set "Script Source Access" and "Read" on your root
virtual directory and "Write" access on your "bin" directory. Without
this, ASP.NET will deny access to the raw .cs files and won't let you
upload the compiled web project outputs.
You can also point it directly at t