How to debug Session_Start

  • Thread starter Thread starter NW Technicals
  • Start date Start date
N

NW Technicals

Hello I am trying to Integrate with Paypal,
Which has few static sections where it initializes the Profile etc.,
I found that these variables are initialized in the Session_Start event and
looks like this is failing when I am trying to run in the Debug mode

How can I debug the items in the Session_Start and make sure it gets called
at least

THanks a ton
 
Hi,

NW said:
Hello I am trying to Integrate with Paypal,
Which has few static sections where it initializes the Profile etc.,
I found that these variables are initialized in the Session_Start event and
looks like this is failing when I am trying to run in the Debug mode

How can I debug the items in the Session_Start and make sure it gets called
at least

you can step through by setting a breakpoint ..?

Cheers,
Olaf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top