asp.net mvc 4 - Dynamics CRM 2011 and MVC application on same hostname/port in IIS 7.5 -


i have window server 2008 r2 server running iis 7.5. server hosts dynamics crm 2011 deployment on default port 80. so, when accessing website remotely, i'd go e.g. http://my.domain.com , redirected http://my.domain.com/myorganization/main.aspx

i have mvc 4 web application too, running in different app pool on same iis instance. i'd able reach application on same port , hostname, using distinct sub-path such http://my.domain.com/somecustompath/

how configure iis (and/or crm if necessary) achieve this?

really bad idea! don't know how accomplish asking off top of head, know unsupported microsoft. open possible upgrade issues if update rollups update iis settings , handlers. solution not portable - if ever decide go crm online, not possible. , finally, when breaks, and breaks, you'll have weird unsupported customization nagging in of head (are sure custom handler or mapping has nothing problem?).

why not use subdomain? have dns guys set http://yourapp.domain.com , host mvc app there. retain complete support microsoft, not worry upgrades, , if ever move crm online don't need change anything!


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -