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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -