View Single Post
  #2  
Old 12-22-2003, 04:33 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
IIS is blocking access (by default) to .csproj files. You need to add .csproj files to the list of extensions that are accessible via http in order to compile your project in the manner you are using.

Obviously, compiling your project using the .sln file would work without the limitations listed above, but it appears you don't want to use this method...
Reply With Quote