I am working on a log in page and am trying to reload the log in page if the Password is not correct by using the Response.Redirect method. I am getting this error message.
Anyone have any helpful ideas?
Response object error 'ASP 0156 : 80004005'
Header Error
/Fab_Site/LogIn.asp, line 26
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
Anyone have any helpful ideas?
Response object error 'ASP 0156 : 80004005'
Header Error
/Fab_Site/LogIn.asp, line 26
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.