You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when deploy code to hosting service (it works well on Azure)
In some cases, path0 has value "'C:\Windows\TEMP" and the user account don't have permission to read/write to this folder
// Get user temp directory var path0 = Path.GetTempPath();
Is there anyway to config the temp folder?
The text was updated successfully, but these errors were encountered:
I got this error when deploy code to hosting service (it works well on Azure)
In some cases, path0 has value "'C:\Windows\TEMP" and the user account don't have permission to read/write to this folder
// Get user temp directory
var path0 = Path.GetTempPath();
Is there anyway to config the temp folder?
The text was updated successfully, but these errors were encountered: