How do I debug a ASP.NET application
- by Jim McKintosh
I have a ASP.NET application I've inherited from the person who did my job previously, when I try to debug the program I get the error below.
"A project with an output type of class librart cannot be started directly"
I'm familiar with desktop programs but I'm new to working with ASP.NET, the code is easy enough to understand but I can't get my head around how to successfully debug it.
PS VS 2008 if that helps.
Thanks
Jim