Posted on: 9/14/2014 4:29:49 PM | Views : 406

this is my code
<system.web> <customErrors mode="Off"/> <compilation debug="true" targetFramework="4.0" /> <authentication mode="Forms" > <forms name="Admin" defaultUrl="AR\Admin\Default.aspx" loginUrl="Login.aspx" timeout="360" /> </authentication> </system.web> <location path="AR/Admin"> <system.web> <authorization> <deny users="?"/> </authorization> </system.web> </location> could some one tell me why its always return my to login.aspx 
when i want insert data just i can insert one data successfully   and after that return me to login.aspx  and so on...

Go to the complete details ...