On Thu, 20 May 2004 22:48:13 -0700, Natty Gur <na***@dao2com.com>
wrote:
Hi,
check out :
http://support.microsoft.com/default...b;EN-US;209805
It could also happen due to the default security level of ASP.NET
default user. the default machine user is prohibited to access registry
and ISAM defined in registry.
Natty Gur[MVP]
blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
I ran into the same problem. An almost identical winforms program
works fine. So I (temporarily) made ASPNET a member of Administrators,
VS Developers, and Debuggers (or somethink like that). Still no good.
The KB mentions editing the registry but since the win app has no
problem, I don't see this as being the problem.
Any suggestions?