asp.net - Automatically redirect to login.aspx on submit -


my application showing strange behaviour. whenever press submit button on page save redirects /login.aspx automatically. user signed in , code doesn't redirect login.aspx. i've searched solution files never found text "login.aspx" , database doesn't contain "login.aspx". wonder how system redirects page. page doesn't exist in application. please notice issue on live site. here's error:

server error in '/' application. 

the resource cannot found.

description: http 404. resource looking (or 1 of dependencies) have been removed, had name changed, or temporarily unavailable. please review following url , make sure spelled correctly.

requested url: /login.aspx

version information: microsoft .net framework version:2.0.50727.4211; asp.net version:2.0.50727.4209

the error due write permission on folder.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -