Click here to Skip to main content
15,900,673 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i am having an issue in ASP.NET.

We have built controls dynamically using repeater control and did a few delete operations in data grid view.It works fine in normal mode.But when i build the application in release mode and create set up for the application and run it, when i click on delete button,it is redirecting to login page after deleting the record which is not happening in the normal run time. Can any body tell the solution for this.

I have increased the session time out time already.
Posted
Comments
J a a n s 13-Aug-10 3:51am    
I suggest you to go through the IIS log and check for any unauthorized requests, which is redirecting back to login page.
Sandeep Mewara 13-Aug-10 11:40am    
Check IIS log, anything in EventViewer..? Further, post some code of Delete operation step that triggers this redirect.

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