I hope my nomenclature is correct on the following....
Using IIS 6.0.
My current URL for the application is:
I'd like to make it easier for the users and create the URL as follows:
I've been playing around with the virtual directory but no luck....any ideas?
Thanks!
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!