0

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

Ropstah
  • 17,538
  • 24
  • 120
  • 194

1 Answers1

0

I found another implementation. I think this might be a obsolete question.

Ropstah
  • 17,538
  • 24
  • 120
  • 194