Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does updating urlscan.ini require iisreset?

Tags:

iis

urlscan

I'm wondering if I have to do iisreset upon updating the urlscan.ini file. Is this required or will IIS pick up the new ini file immediately?

like image 966
codingbear Avatar asked May 12 '11 00:05

codingbear


2 Answers

This depends on the version of UrlScan. The UrlScan reference site says:

UrlScan 3.0 added change notifications for the UrlScan.ini file, so it is no longer necessary to restart IIS after updating your UrlScan.ini file.

Hence, it does not require to restart IIS.

like image 149
codingbear Avatar answered Nov 16 '22 12:11

codingbear


in my case URLscan config wasnt loaded until i did reset iis , i have URLScan 3.1 with windows 2008 R2 and IIS 7.5

like image 36
Naveed Zafar Avatar answered Nov 16 '22 11:11

Naveed Zafar