Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

Now i am publish web application for IIS5. i made virtual directory and put my web application in IIS.

I used web browser for seeing my application. such as :
localhost/abc/123web.aspx

but what i want is if i type locahost in URL, i want to see my web application.

how do i do? pls tell me thanks. :doh:
Posted
Comments
thatraja 29-Jul-10 3:37am    
Browser autocomplete option will make that what you want. But i think you should explain some more details.
koool.kabeer 29-Jul-10 8:14am    
that only the changing of Home Directory to get these files index.html,Default.asp,Default.aspx,Default.htm.......
just change the location of to get these files in "A redirection to Url"
TextBox

In the properties of IIS (root) you can specify abc/123web.aspx in the Redirect To text box and select the option "A permanent redirection for..."

Good luck!
 
Share this answer
 
right click on your application and click Browse. :)
in the Internet Explorer you see the url: http://localhost...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900