Web have the following scenario:
- A generic web developed using DotNetNuke
- A b2b web application developed using ASP.NET + Silverlight
What we want to do is the following:
- When a client goes to www.myCompanyDomain.com the web that the client access is the Dotnetnuke Web.
- When a client goes to www.myCompanyDomain.com/b2b the web loaded is the B2B web.
The problem is that when we install the DotNetNuke application into the main directory of our web server the Web.Config configuration file is inherited by any application installed in a subdirectory, causing the B2B application to fail.
In order to have a working installation we have to install the DotNetNuke web in a subdirectory and the B2B web in another, but this make impossible to access the DotNetNuke web directly from www.MyCompanyDomain.com
How can we install the applications and configure the IIS to have the wanted behavior?