Hi,
We have built an application which uses
asp.net / c# with .NET
Framework 3.5 as a front end and Cache Database as a backed.
We are using Cache's managed provider for data access. The application
follows 3 tier architecture where database access and CRUD operations
are performed on data tier. All the compiled code will produce .dll
files (assemblies)
At the time of development, we used
asp.net development server (which
runs under administrator account automatically and has full rights).
our application was having no issues to communicate with cache and
perform database operations.
Now, we have tried to deploy it on IIS 6.1 and 7.0 (WS 2003 and Vista
respectively). When we run the application or try to perform database
operations using any of our front end's page, we receive a strange
error called 'Cache Security Error'.
I have searched the Cache documentation and internet as well was not
able to find any help on this issue.
However, i built another test application without any tiers and used
the same way to communicate with cache and interestingly it is working
find on both IIS and Asp.Net Application Web Server.
Can anybody guide me on this ?
Thanks in advance.