deploying mvc in iis
        Posted  
        
            by santose
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by santose
        
        
        
        Published on 2010-01-09T12:43:08Z
        Indexed on 
            2010/03/27
            23:03 UTC
        
        
        Read the original article
        Hit count: 352
        
asp.net-mvc
|iis
Hi,
I'm having 5 mvc application where i need to deploy it in IIS.
If I deploy it seprately each in IIS its working.
But I need in the following structure.
-> MyApplications under this all my mvc application need to be deployed.
I'm using IIS 7 and tried in IIS 6.x subversion also,
Show error like MyApplication/Mvcappl1 virtual path is using by another application. But if host seprately it works
How can i do this.
© Stack Overflow or respective owner