Since I cannot change my application root directory in Winhost, what is the alternative? I would like to create virtual directories, and store some sensitive files outside the web path. I was hoping I can implement a file structure as follows: /mysite.com/wwwroot (this is where my default web site starts) /apps/myapp1 (physical location of virtual dir and application starting point) /apps/myapp2 (physical location of virtual dir and application starting point) /data (not accessible thru website... only through ftp) Is this possible?
You cannot store files that is outside of your root. What kind of files are you looking to store. What kind of security are you looking to enforce?