How do I debug a ASP.NET application

Posted by Jim McKintosh on Stack Overflow See other posts from Stack Overflow or by Jim McKintosh
Published on 2010-03-15T23:16:07Z Indexed on 2010/03/15 23:19 UTC
Read the original article Hit count: 223

Filed under:

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

© Stack Overflow or respective owner

Related posts about ASP.NET