Hide pagename

  • Thread starter Thread starter sasikumar
  • Start date Start date
S

sasikumar

Can i hide page name (default.aspx) appearing in addressbar and status
bar of internet explorer or firefox. if yes please tell me vb.net code
for that.
 
If you set the "Default.aspx" as the default page in IIS for your site, then
you can request the site with "http://www.yoursite/yourapp" and the
default.aspx page will be requested, but not show up in either the address
bar or the status bar.
Peter
 

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