iis 7. where does MS say that?
Main Topics
Browse All TopicsI have a server with exchange 2007 installed. This server also servers a dotnetnuke website. the problem is that now that the default website serves the dotnetnuke, the virtual directories / applications for exchange no longer work because they are picking up the dotnetnuke web.config settings because it is the root site. is there a way to totally block this web.config inheritance or another work around that doesnt involve changing ports?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I found the solution here: http://forums.iis.net/p/11
I had to set a location tag around my system.web tag and specify no inheritance in the location tag. Like this
<configuration>
.. yada yada
<location inheritInChildApplications
<system.web>
.. yada yada
</system.web>
</location>
.. yada yada
</configuration>
Business Accounts
Answer for Membership
by: lastlostlastPosted on 2009-08-31 at 11:39:51ID: 25225205
As per MS, having any other website hosted on Default Web Site is not recommended as well as not supported. Which is the IIS version you are running?