Recently i start develop a setup program using asp.net , I want to save some global information on server machine . Registry is a way but IIS User default not write permission.
So i think some folders such as “Application Data” can do it,but everyone did not write Permissions.Is there other way to solve this problem?
Recently i start develop a setup program using asp.net , I want to save
Share
The temporary folder:
%TEMP%. If it is an ASP.NET application you could also use the special App_Data folder.