Point IIS at debug folder
        Posted  
        
            by 
                mtmurdock
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mtmurdock
        
        
        
        Published on 2012-09-02T03:43:13Z
        Indexed on 
            2012/09/02
            15:38 UTC
        
        
        Read the original article
        Hit count: 218
        
I am working on an asp.net mvc web service and an Android app that need to be able to communicate with one another. However, when running a web service/web site in Visual Studio it can only be accessed by that machine. So what I want to do is point IIS at my project's bin/debug folder, thus exposing my dev environment to my local network. I know this is possible because my work machine is set up this way, I just don't know how it is done.
How do I configure IIS to load a web app from the debug directory of my Visual Studio project?
© Stack Overflow or respective owner