asp.net - What folder in Windows everyone or IIS User has access to read and write? -
Recently I started developing a setup program using asp.net, I want to save information. Registry is a way but the IIS user is not writing the default permission. So I think some folders like "folders data" can do this, but not everyone was writing permissions. Is there any other way to solve this problem?
temporary folder: % TEMP%
. If this is an asp.net application then you can also use the special folder.
Comments
Post a Comment