Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi: Does anyone know why I get Unk

Status
Not open for further replies.

kamirazvan

Programmer
Feb 26, 2000
7
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top