|
my ZoneLabs is V6.0 with last updates ,and i have added localhost and 127.0.0.1 into truseted zones.i use ASP and ASP.NET with ACCESS or .mdb databases in my local host and with ZoneLabs on i can't do any.
How to set ZoneAlarm for not causing problem with my Localhost as it brings cpu usage to 100% and make timeout
Did you give ASP.NET the proper access rights?
follow these instructions and see if that solves the problem. I got it off the M$ website
You may receive an "Access is denied" error message when you try to debug a Web application in Visual Studio .NET, and you have administrative permissions
SYMPTOMS
You may receive the following error message when you try to debug a Web application:
Access is Denied
The problem occurs when the following conditions are true:鈥?You are logged on to your computer with administrative permissions.
鈥?You are debugging a Web application in Microsoft Visual Studio .NET.
鈥?The operating system that you are using is Microsoft Windows XP Service Pack 2.
鈥?The Microsoft ASP.NET worker process account is not a member of the Administrators group.
CAUSE
The problem occurs because the ASP.NET worker process does not have the Impersonate a client after authentication user right. If the worker process account does not have this right, the debugger cannot attach to the process. The worker process account is configured by using the processModel element in the Machine.config file.
|