sirpelidor
05-07-2005, 09:56 PM
Dear developers:
My first programming experience in ASP, so please be patience with me :)
Problem -- making a login page for the site, and i can't redirect user to the member page after login has been done sucessfully.
Server.Transfer "myRegistry.asp?page=accti"
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Transfer'
when trying to do redirect:
response.redirect "myregistry.asp?page=acctin"
Response object error 'ASP 0156 : 80004005'
Header Error
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
I'm running winxp with IIS 5.1, not sure why Server.Transfer is not functioning, as for response.redirect error, i am not sure what does it mean by "header error", i went through all the include pages, i don't see any of my include asp pages has <head>, <html> or <body>....
please help guide me to the light from this dark tunnel,
thank you very much for your time :)
My first programming experience in ASP, so please be patience with me :)
Problem -- making a login page for the site, and i can't redirect user to the member page after login has been done sucessfully.
Server.Transfer "myRegistry.asp?page=accti"
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Transfer'
when trying to do redirect:
response.redirect "myregistry.asp?page=acctin"
Response object error 'ASP 0156 : 80004005'
Header Error
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
I'm running winxp with IIS 5.1, not sure why Server.Transfer is not functioning, as for response.redirect error, i am not sure what does it mean by "header error", i went through all the include pages, i don't see any of my include asp pages has <head>, <html> or <body>....
please help guide me to the light from this dark tunnel,
thank you very much for your time :)