kamirazvan
Programmer
Hi:
Does anyone know why I get Unknown parameter when I use Request.ServerVariables("HTTP_HOST" in the Global.asa?
I need to read the URL in the global.asa and no matter what I do, I can not get any of the ServerVariables to work.
Also- is there anyway to pass a variable to the browser using the Custom Headers in IIS 4.0?
The problem I am trying to solve is simple (in theory). We use one site for a large number of organizations. Based on the URL we parse the database to show the content for that organization. I have to read the URL so I can querry the database. We are doing this now in every page but it could easily be done in global.asa.
I am stuck and any help is greatly appreciated.
Regards,
Kami
Does anyone know why I get Unknown parameter when I use Request.ServerVariables("HTTP_HOST" in the Global.asa?
I need to read the URL in the global.asa and no matter what I do, I can not get any of the ServerVariables to work.
Also- is there anyway to pass a variable to the browser using the Custom Headers in IIS 4.0?
The problem I am trying to solve is simple (in theory). We use one site for a large number of organizations. Based on the URL we parse the database to show the content for that organization. I have to read the URL so I can querry the database. We are doing this now in every page but it could easily be done in global.asa.
I am stuck and any help is greatly appreciated.
Regards,
Kami