iis express - Set App_Data when running iisexpress.exe /path: -
i run iisexpress.exe command line using iisexpress.exe /path:"c:\projects\mysolutiondir1\mywebapiproj1" /port:9000. uses c:\projects\mysolutiondir1\mywebapiproj1\app_data app_data folder (that is, app_data located in site's root directory), want redirect use other folder (for example c:\foo\bar\app_data) while site's root still c:\projects\mysolutiondir1\mywebapiproj1.
is there way that?
Comments
Post a Comment