hide the real web form path or URL, and the web page name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In J2EE, I can rename the virtual URL in configuration file such that URL
does not indicate any information about the real page path. For example,
http://www.mysite/mypage
is not the real path name in the web server by aditting the configuration
file. The real path and file name could be: main.asp.

My question is: how to do the same thing for ASP.NET web form or page?

Thanks

David
 
google this newgroup on httpmodule and url rewriting (or lookup the same
info in the docs)

-- bruce (sqlwork.com)
 
Back
Top