RE: [Nant-users] WebDAV and permissions for solution task

2003-07-08 Thread Williams, Kevin
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

[Nant-users] WebDAV and permissions for solution task

2003-07-08 Thread Matthew Mastracci
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