Hi,
When we look at phpinfo() pages, it shows as two column 1) local value 2) master value. If we want to change master value we could do it from changing php.ini parameter and will affect global, i mean to all the virtual host in iis. but I want to change the local value which will affect the particular domain.
How is it possible with iis?
Thanks,