Access to a specific file location (c:/folder/file) in an Azure website
问题 A company provides me a .dll with many files. The dll access to files using this kind of path " C:/folder/file.config ". I'm working on IIS 8 over a dedicated server BUT I would like to migrate the project on Windows Azure. I know that Windows Azure provides Virtual Machines, But I wouldn't use it just for this need. In my dream, I would like to use a web site linked to an Azure Storage and the dll which is located on the web site could access to its " C:/folder/file.config ". Could Windows