Simulating remote environment?
        Posted  
        
            by ropstah
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ropstah
        
        
        
        Published on 2010-03-19T23:32:00Z
        Indexed on 
            2010/04/13
            14:53 UTC
        
        
        Read the original article
        Hit count: 352
        
I'm building a .NET MVC application which will be deployed on a Windows 2003 server. The server has a folder @ c:\Website\Files which needs to be written to from the application.
How do I cope with this in my development environment so that the MSI setup file, which I will compile, will work correctly when deployed?
p.s. the folder is NOT located in a subdirectory of the application project
© Stack Overflow or respective owner