Home » Questions » Computers [ Ask a new question ]

Set default page to virtual directory in IIS 6

Set default page to virtual directory in IIS 6

I have two applications, one of which is a store and is located under the virtual directory "store", while the main "application" is the parent website/application. However, when visiting the the top-level website address, I would like to start people in /store/default.aspx (technically "/store/home") but this is not allowed in the entry box in IIS.

Asked by: Guest | Views: 301
Total answers/comments: 1
Guest [Entry]

When adding the default page entry in IIS remove the proceeding forward slash. You can set the default page in a sub directory like "store" The entry in the documents section of IIS for the default page should look like this "store/default.aspx". This has worked for me in IIS6 and 3.5 .net application.