Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Manipulate URL bypass IIS


Message #1 by pyeh322@h... on Mon, 23 Oct 2000 20:40:48 +0100
I have created a web site under a server machine. One of the ASP page is

to generate a page upon user's request. So, the url of this page will

appear like http://IP_address/WebDir/mypage.asp/?userid=me



Is there a way to code my url look like http://DNS_name/me by NOT creating

a virtual directory mapping the content?



Your response is appreciated.



Phil

Message #2 by "peter" <ph@t...> on Thu, 26 Oct 2000 01:18:16 +0100
this might be a long shot, but you could try to place the page in a

frameset which is located at the desired URL but calls the pages in from

where ever, ....like cloaked redirection



HTH



peter


  Return to Index