Click here to Skip to main content
15,867,312 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I deploy my asp.net application on a domain. When I tried to run it it gives some problems mention below.

i> Each and every time it login successfully by verifying id and password from database but when I click some button or menu in the application..instead of going further it returns back to the login page.. I have used session concept and many session variable also.

ii> why I am redirecting to login page every time? It is the problem.

iii> while the same application runs on local host it does'nt give such a problem. It runs smoothly.

iv>should I change something in coding while uploading on server? please help me ... its so urgent..

Avinash Pathak
(Mumbai)
Posted

1 solution

Enable trace in your application and check it where it goes wrong...
 
Share this answer
 
Comments
betu.009 17-Mar-12 2:00am    
How to enable trace? I dont know because its my first project. Its not fixed each and every time it goes wrong but 2nd or 3rd time it goes wrong.
Prabhakaran Soundarapandian 17-Mar-12 2:25am    
Check this link http://www.codeproject.com/Articles/10210/Tracing-web-application-with-ASP-NET

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900