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]
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