c# - DLL not able to access Database used internally on IIS for ASP.NET application -
while developing simple asp.net application queries parameters dll file , outputs results processed dll itself, faced challenge host on iis server. note: dll uses .mdb
database internal processing. when run code on debug mode through visual studio locally, via localhost running fine. when host same piece of code iis reading dll dll not able access database. think must permissions or authorization issue, don't know can done in windows ecosystem solve this.
any appreciated.
add permission on database file iis_users , give full control windows explorer right click db file - security tab.
wiki
Comments
Post a Comment