how i can retrieve an exact url typed by user in a browser? in
particular i'd like to get http://foo.bar.com/ without default content
page defined in 'Documents' section in iis. i can't find proper
ServerVariable, nor property in Request.
the only way i see at the moment is to write own httpmodule or put
aspnet_isapi.dl l in wildcard application maps in iis application config
and check the url in Application_Beg inRequest, but both are extremaly
unconvinient since i'd like to provide only a simple control for many
different sites.
or maybe it's just a misconfiguratio n? i use asp 1.1sp1 on iis/w2k3, but
as i mentioned -- it should work in different environments.
--
Daniel Bauke; http://www.bonkey.pl.eu.org; happiness==bike &&unix^W.net ;}
particular i'd like to get http://foo.bar.com/ without default content
page defined in 'Documents' section in iis. i can't find proper
ServerVariable, nor property in Request.
the only way i see at the moment is to write own httpmodule or put
aspnet_isapi.dl l in wildcard application maps in iis application config
and check the url in Application_Beg inRequest, but both are extremaly
unconvinient since i'd like to provide only a simple control for many
different sites.
or maybe it's just a misconfiguratio n? i use asp 1.1sp1 on iis/w2k3, but
as i mentioned -- it should work in different environments.
--
Daniel Bauke; http://www.bonkey.pl.eu.org; happiness==bike &&unix^W.net ;}
Comment