title says all.....
views:
9answers:
2
Q:
How to open different websites from same physical directory and different Default documents in iis7?
A:
Hope I uderstood your question corectly.
You have multiple websites which are pointing to the same directory. You want to specify different default document for these websites.
In IIS7
Select the website -> Default Document
Under "Actions" on the right hand side. Add the default document you want and remove the existing ones.
Shoban
2010-10-26 13:39:25
Each website should have different Default Document. If i update one it applies to all other as it modifies web.config file.
eugeneK
2010-10-26 13:44:23
Then I think est is to have an common default page (aspx) and then based on the URL redirect to a specific page.
Shoban
2010-10-26 15:26:10
Sorry. Saw your answer after posting the above comment ;-)
Shoban
2010-10-26 15:36:24