J
Joel
I'm posting in security since I'm not sure where else to look.
I'm writing a command line build tool for csc.exe based on the .sln file.
Everything is hunky-dory for Windows Apps but for Web Apps, the solution
file just lists the URL of the .csproj file. I can't get the .csproj file
with a web call to the URL because .csproj files are handled by
HttpForbiddenHandler. Visual Studio get the .csproj file (obviously). Does
anyone know how VS does this? Or some other way to get it?
TIA
</joel>
I'm writing a command line build tool for csc.exe based on the .sln file.
Everything is hunky-dory for Windows Apps but for Web Apps, the solution
file just lists the URL of the .csproj file. I can't get the .csproj file
with a web call to the URL because .csproj files are handled by
HttpForbiddenHandler. Visual Studio get the .csproj file (obviously). Does
anyone know how VS does this? Or some other way to get it?
TIA
</joel>