Ask a Question related to ASP.NET Security, Design and Development.
-
Vamsi #1
'Requested registry access is not allowed.' error
Hi,
i am trying to write to event log from my aspx application that is
using windows authentication. All my users would be 'Domain Users'.
I am able to write to event log when logged in as Administrator and
not as 'Domain Users'. I added 'Domain Users' to Permissions in
registry for Application key and its subkeys I am using.
I still get this error. What else should be done in my case to get my
Domain Users be able to write to event log.
Application runs on Win 2003 Server.
Thanks,
Vamsi
Vamsi Guest
-
requested template has been denied access
cffile: upload, when run gets the following error: Security: The requested template has been denied access to... -
Web Service Error - Server was unable to process request. --> Requested registry
I have created a web service that runs fine on my development computer but when I try running it on the server it will not function. I have... -
"Requested registry access is not allowed" and Web Service call
Hey all - I'm having a really confusing problem concerning a web service. Right now, I have an application that needs to call a web service that... -
The requested method POST is not allowed for the URL
I have a page with 3 frames,the top is static(a jpg and a banner), the left one has the menu build in flash, and the main frame is where the "action... -
The requested method POST is not allowed
Do you have a form on the pages? -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me, don't LAUGH... -
Randy Charles Morin #2
Re: 'Requested registry access is not allowed.' error
It's not that you don't have access to the Event Log, but rather that
you don't have access tot he Registry. The Registry hive for creating
new Event Sources.
You have to manually create the Registry keys for the Event Source.
You can do this by creating a Console App that writes one Log entry to
the Event Source.
Hope this helps,
Randy
[url]http://www.kbcafe.com[/url]
[email]m_vamsi@hotmail.com[/email] (Vamsi) wrote in message news:<3a89757d.0311141135.421271b5@posting.google. com>...> Hi,
> i am trying to write to event log from my aspx application that is
> using windows authentication. All my users would be 'Domain Users'.
> I am able to write to event log when logged in as Administrator and
> not as 'Domain Users'. I added 'Domain Users' to Permissions in
> registry for Application key and its subkeys I am using.
> I still get this error. What else should be done in my case to get my
> Domain Users be able to write to event log.
> Application runs on Win 2003 Server.
> Thanks,
> VamsiRandy Charles Morin Guest



Reply With Quote

