IIS Has Been Blocked?
I think my IIS is disabled or blocked somehow. Can anyone here tell me how
to reactivate it again. The OS is WinXP.
I think my IIS is disabled or blocked somehow. Can anyone here tell me how
to reactivate it again. The OS is WinXP.
I have a basic script that allows broadband to be turned on/off from anypage on a site. What I have done is used HTTP_REFERER to redirect the user back to page they were on once the needed server variable is set.
But since Firewalls such as Norton block HTTP_REFERER variable the script is falling on its face. Currently I just redirect them to the home page is HTTP_REFERER returns blank but I'm wondering if anyone can think of a workaround or have read anywhere about one.
I have a password system on my site using session("login") = "" to assign a username that sticks with them once their password, etc. has been verified.
This session object then disappears as soon as they change page, I think because the lengthy free host's url is masked by a swish paid for one.
IE displays a privacy report icon at this point, presumably objecting to the fact that a cookie is being placed from a site who's url is not in the address bar.
I am running into the same problem. Has a fix been found for this yet? I guess I will just comment out the referrer check until this is addressed. I can't run the risk of turning customers away because the forms don't work.
View Replies View Related