N
Nobody
If I request:
http://www.test.com/
which is implictly:
http://www.test.com/index.aspx
Request.Url contains the index.aspx portion regardless of whether or not the
client requested the index.aspx page or not. I want to distinguish between
the implicit and explicit requested pages. The Request.Headers has the
requested GET page stripped too... How can I get the actual page the client
requested, not what the web server is interpretting?
Thanks
http://www.test.com/
which is implictly:
http://www.test.com/index.aspx
Request.Url contains the index.aspx portion regardless of whether or not the
client requested the index.aspx page or not. I want to distinguish between
the implicit and explicit requested pages. The Request.Headers has the
requested GET page stripped too... How can I get the actual page the client
requested, not what the web server is interpretting?
Thanks