-
Posted to
IIS7 - General
by
jennylaw
on
09-25-2009, 4:13 PM
You can add the Ip's which is not to be restricted in the Allow List of IP Restrictions. Dynamic IP Restriction will honor that setting.
-
Posted to
IIS7 - Security
by
jennylaw
on
08-24-2009, 1:17 PM
There is a known issue with Plesk and Dynamic IP Restrictions, which is that the worker process does not have access to Program Files/IIS/DynamicIpRestrictions when plesk is installed. The error code returned in Eventlog will be 5- in this case.
Can you check with icacls whether that is the case, if yes, manually edit the security settings to ...
-
Posted to
IIS7 - Security
by
jennylaw
on
08-13-2009, 7:29 PM
Hi Mabman, I am trying to understand whether the installer ended prematurely after actually installing the files, or before. For this, I need the following details:
Do you have a registry entry at: Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\IIS Extensions\DynIpRst ?
Do you have a folder at %systemdrive%:\Program Files\IIS\Dynamic IP ...
-
Posted to
IIS7 - Security
by
jennylaw
on
06-01-2009, 2:31 PM
@sunss, @qbernard,
This is a issue with the code. We are doing some design changes to the next release which will address/avoid this issue.
Thanks for your feedback.
Jenny
-
Posted to
IIS7 - Security
by
jennylaw
on
04-20-2009, 2:30 PM
This is a bug, it will be fixed in the next release.
Thanks,
Jenny
-
Posted to
IIS7 - Security
by
jennylaw
on
04-18-2009, 10:55 PM
Can you send the dump to jennylaw@microsoft.com -
I will take a look. Thanks, Jenny
-
Posted to
IIS7 - Security
by
jennylaw
on
03-11-2009, 5:18 PM
The server blocks concurrent requests if it finds itself processing more than X requests at a given time (when the X+1 request arrives.) It is highly possible that when the X+1 st request arrives, the server has finished executing the first request. To check the functionality, can you try loading a page which might take some time at the server (a ...