Ask a Question related to ASP.NET Security, Design and Development.
-
afsheen #1
ERROR in running a service
hi ....
iam using a DPAPI to encrypt a connection string and running a serviced
windows components ... when i run my web app that calls the serviced
component i get an error
Access to the registry key HKEY_CLASSES_ROOT\DPAPIComp.DataProtectorComp is
denied.
Exception Details: System.UnauthorizedAccessException: Access to the
registry key HKEY_CLASSES_ROOT\DPAPIComp.DataProtectorComp is denied.
ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or
Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET write access to a file, right-click the file in Explorer,
choose "Properties" and select the Security tab. Click "Add" to add the
appropriate user or group. Highlight the ASP.NET account, and check the
boxes for the desired access.
ai ahve also tried giving permissions through regedt32 ... still getting
the same error .......
afsheen Guest
-
FMS service stopped running
My FMS (beta) service has stopped running. Since returning from the Xmas break (ie Jan 2nd 2008) it is failing to start, giving runtime/memory... -
Error running web service
Hi When I try to run my test web service on my local win2k server using syntax; http://localhost/WebServiceTest/Service1.asmx, I get the... -
How to keep Service Running?
Newbie question.. I want my web service to stay resident and never shut down, or at least have a long timeout period before it does. What settings... -
Web Service always running
Hi, I need to make a web service that perform some functions each 3 seconds, and I need to call a Web Method of this web service from my app. ... -
error installing patch because cryptographic service is not running
I'm attempting to install the latest patch - 823980 and I get an error in the install: "Setup could not verify the integrity of the file...



Reply With Quote

