In the testing environment, a particular functionality works when we debug the code, but it doesnt work without debugger.
What could be the reason behind it ?
Anybody faced this issue.
Its in HTTPS.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manikavelu VelayuthamPosted Jul 29, 2011, 2:40 AM
Instead of HTTP:\\servername\webclient\logon.aspx
It will be like HTTPS:\\servername\webclient\logon.aspx
Jaganathan BantheswaranPosted Jul 29, 2011, 2:30 AM
Manikavelu VelayuthamPosted Jul 29, 2011, 2:15 AM
It works perfectly when I debug it.
But it doesnt work if I didnt debug it.
Jaganathan BantheswaranPosted Jul 29, 2011, 2:00 AM
What is the functionality you are working on...