Hello, every one:
I have two files running on one site one of them is ASPX and other ASP.
The ASPX file authenticates users against AD. Then Response.Redire ct sends username as query sting to ASP script.
My question is how can I check within ASP (VB script) where did the request came from, and only honour requests that came from ASPX page.
I have two files running on one site one of them is ASPX and other ASP.
The ASPX file authenticates users against AD. Then Response.Redire ct sends username as query sting to ASP script.
My question is how can I check within ASP (VB script) where did the request came from, and only honour requests that came from ASPX page.
Comment