About ASP.NET looking for some keys on the registry...

Hi... I'm running regmon on my server, I see that ASP.NET tries to open a registry key that is not present for every dll that I load in the app.domain...

8559 11:03:14.886 a.m. w3wp.exe:4468 QueryValue HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DllNXOptions\analisis.dll NOT FOUND , etc...

Where can I post this?

[373 byte] By [Matt] at [2008-1-9]
# 1

what's the code ?

OmarAbid at 2007-10-2 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 2

The problem is that we are getting errors on the EventViewer on a web server (ASP.NET 2.0 running on a W2003 box), error codes 1011 and 1009. The server was working properly for a few months until suddenly it started to crash. Googling I found out that these errors can be happening because the w3svc process does not have permissions to some keys on the registry. Ok, running regmon I found out that there were some access denied to the registry, so I fixed that. But there are still those NOT FOUND reported by regmon, and I would like to know what that can be.

In wich forum would be appropiated to post this?

Many thanks,
Matias

Matt at 2007-10-2 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 3

W2003 = Windows 2003 ?

OmarAbid at 2007-10-2 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 4
Yes.
Matt at 2007-10-2 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 5

Search the missed DLL and download it.

Then get the complete Location of the DLL and paste it.

Try it

OmarAbid at 2007-10-2 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...
# 6

Please post your question on the ASP.NET Forums for a better response, since the site is dedicated for ASP.NET related questions:

http://forums.asp.net

ahmedilyas at 2007-10-2 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...