How to stop displaying filenames in url?

  • Thread starter Thread starter yajiv.vijay
  • Start date Start date
I think it may be access default filename like default.aspx in that folder
 
its called url rewriting. basically you write a httpmodule that
translates the import url to the correct one. google asp.net url rewrite
and you will get lots of examples.

-- bruce (sqlwork.com)
 

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

Back
Top