Ask a Question related to ASP.NET Security, Design and Development.
-
[MSFT] #1
RE: Cannot open log for source {0}. You may not have write access.
Hello ,
For such a issue, you may goto to the following registry key:
HKEY_LOCAL_MACHINE/System/CurrentControlSet/Application
And locate the CustomSD key and add the following string to the existing
value:
(A;;0x0002;;;AU)
A: SDDL_ACCESS_ALLOWED
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/se[/url]
curity/ace_strings.asp
0x0002: ELF_LOGFILE_WRITE: Permission to write log files.
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/[/url]
event_logging_security.asp
AU: Authenticated Users
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/se[/url]
curity/sid_strings.asp
Here are some related articles:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/[/url]
event_logging_security.asp
[url]http://msdn.microsoft.com/library/en-us/dncode/html/secure06122003.asp[/url]
Hope this help,
Luke
[MSFT] Guest
-
XML Open/Write Error
I have an EXE and/or SWF movie that I use to display info from an XML file. The XML file I am using is created and written by a CSharp program every... -
write html source to a file
"ChronoFish" <com> wrote in message news:<snEBb.52308$dO2.15782@lakeread03>... > "johnathan" <com> wrote in message news:google.com... > > Shawn... -
Unable To Open File "..." Because It Is Already Open With Write Permission
I am trying to open a page for offline browsing and whenever I try to open a particular link I get this "Unable To Open File '...' Because It Is... -
SCO, Open Source and the Un*x source code
On Sat, Jul 19, 2003 at 04:51:08PM +0000, tony@aplawrence.com wrote: .... Isn't SCO claiming that they own all the Unix IP in the world :-). ... -
Open source ASP?
Hi, This is a general discussion, as I would like to know How the world of opensource in ASP is? as I am a programmer in PHP too, i am able to... -
[MSFT] #2
RE: Cannot open log for source {0}. You may not have write access.
Hello ,
For such a issue, you may goto to the following registry key:
HKEY_LOCAL_MACHINE/System/CurrentControlSet/Application
And locate the CustomSD key and add the following string to the existing
value:
(A;;0x0002;;;AU)
A: SDDL_ACCESS_ALLOWED
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/se[/url]
curity/ace_strings.asp
0x0002: ELF_LOGFILE_WRITE: Permission to write log files.
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/[/url]
event_logging_security.asp
AU: Authenticated Users
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/se[/url]
curity/sid_strings.asp
Here are some related articles:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/[/url]
event_logging_security.asp
[url]http://msdn.microsoft.com/library/en-us/dncode/html/secure06122003.asp[/url]
Hope this help,
Luke
[MSFT] Guest
-
[MSFT] #3
RE: Cannot open log for source {0}. You may not have write access.
Is the web server with IIS 6.0? If so, you need grant permission to the
NETWORK SERVICE account. You may temporarily add this account to local
administrators group to see if it will help. If so, it will still be a
permission issue. I suggest you may trace the registry and file access with
two utilities: regmon and filemon. They can record any access to registry
and files. With them we can found what cause the access denied error. You
can found free download these two utilities: [url]www.systeminternals.com[/url]
Luke
[MSFT] Guest
-
Magdelin #4
RE: Cannot open log for source {0}. You may not have write access.
Thanks Luke. I discovered that it is not a permission problem afetr adding
the n/w service a/c to the administrators group. I deleted and recreated the
custom event log and it worked fine.
Thanks one again.
Magdelin
"[MSFT]" wrote:
> Is the web server with IIS 6.0? If so, you need grant permission to the
> NETWORK SERVICE account. You may temporarily add this account to local
> administrators group to see if it will help. If so, it will still be a
> permission issue. I suggest you may trace the registry and file access with
> two utilities: regmon and filemon. They can record any access to registry
> and files. With them we can found what cause the access denied error. You
> can found free download these two utilities: [url]www.systeminternals.com[/url]
>
> Luke
>
>Magdelin Guest



Reply With Quote

