The ASP.NET MVC application I'm working on is saving files to an Azure storage account file share. The application is set up to use a developer-only file share for development/debugging, which works fine but requires network connectivity.
Is there a way to configure the application to save files on the developer's machine instead?
I came across Azurite, but it does not currently support file shares.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743763198a4503014.html
评论列表(0条)