mikedopp

Geekswithblogs (edition)

  Home  |   Contact  |   Syndication    |   Login
  76 Posts | 0 Stories | 99 Comments | 0 Trackbacks

News

Twitter












Tag Cloud


Archives

My Blogs

Here is the way to do it in the web.config.

 1: <system.web>
 2:  <urlMappings enabled="true">
 3:  <add url="~/youradork.aspx" mappedUrl="~/Dorks/default.aspx"/>
 4:  <add url="~/bestenergydrink" mappedUrl="~/coke/vault.aspx"/>
 5:  </urlMappings>
 6:  </system.web>

 

Call this the easy way. Seems to work well.

posted on Thursday, September 20, 2007 12:18 PM