Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Modifying the URL of an Intranet web based app

Status
Not open for further replies.

fiat2

Programmer
Nov 26, 2002
104
US
I hope my nomenclature is correct on the following....

Using IIS 6.0.

My current URL for the application is:
Code:
[URL unfurl="true"]http://webserver/appfoldername[/URL]
this redirects you to [URL unfurl="true"]http://webserver/appfoldername/default.aspx[/URL]

I'd like to make it easier for the users and create the URL as follows:
Code:
[URL unfurl="true"]http://appfoldername[/URL]
which would redirect to the default.aspx page as well

I've been playing around with the virtual directory but no luck....any ideas?

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top