1
Suggestions and Requests / Build Test Execute for ASP.Net
« on: March 08, 2006, 02:33:32 pm »
I'm trying to set the properties to build, test and run an ASP.Net Solution.
I've reverse engineered my solution in to a class model.
I've gotten the Build to work by setting the cmd to:
But I haven't been able to get the Run and Debug Run to work correctly.
I'm interested in creating Sequence Diagrams from the stack trace.
What should my settings be for Run, Debug and Vars?
Thanks,
Brian
I've reverse engineered my solution in to a class model.
I've gotten the Build to work by setting the cmd to:
Code: [Select]
"C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com" "c:\My Solution\MySolution.sln" /build "debug"
But I haven't been able to get the Run and Debug Run to work correctly.
I'm interested in creating Sequence Diagrams from the stack trace.
What should my settings be for Run, Debug and Vars?
Thanks,
Brian