Hello, I have developed an Application in ASP.Net 2.0 which is under SSL in Vs.Net 2005. I have not written "Debug=True" in Web.Config file. How can I hit the breakpoints in my code to start debugging .
Bryan Phillips
4/5/2007 1:33:27 AM
You will have to set debug=true in the web.config file to enable debugging with or without SSL.
"anoop" <anoop@discussions.microsoft.com> wrote in message news:50836502-244E-4C18-8E63-9278CE833B20@microsoft.com:
> Hello, > I have developed an Application in ASP.Net 2.0 which is under SSL > in Vs.Net 2005. I have not written "Debug=True" in Web.Config file. How can I > hit the breakpoints in my code to start debugging . > > Thank you