c# - ASP.NET Credentials Issue -
c# - ASP.NET Credentials Issue -
i've been working on asp.net 4.0 website , seem having issue deleting database stored in app_data folder.
i created domain grouping in actice directory , used web.config file restrict access pages allow modifcation of database. worked fine on test machine , production server, issue on server, though recognizes user when access page, when seek delete item denies access , not allow delete item.
the users had read/write permissions folder, still denied access. did testing , allowed read/write acces, , allowed me delete, don't having alternative set up.
does know causes issue , proper prepare be? i'm assuming have allow website know user running application before tries delete can write database, thought automatically since used windows authentication.
if has info appreciate it.
the user business relationship running application pool website user business relationship needs modify permissions database file.
c# asp.net
Comments
Post a Comment