Configuring IIS

  • Thread starter Thread starter kimbilir
  • Start date Start date
K

kimbilir

Is is a possible configuration for IIS to hide the exact
names for files required. For example I have web
apllication whose URL is http://myapp.com/index.html.
there are html resource in file
mypage1.html,mypage2.html,...
and there are hyperlinks in index.htm referencing to these
pages. I want to connect my application through the URL
http://myapp.com and when I click the links I dont want to
see something like http://myapp.com/mypage1.html in the
adress bar. I have seen some pages which have this feature.
 
VBPJ had an article on setting up a HTTPHandler for hierarchical URLs, where

http://mysite.com/article.aspx?ID=01202003F

becomes

http://mysite.com/01/20/2003/F/

to the user. Do a search on the vbpj.com site for "hierarchical URL" to see
the article.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top