Is there any anlogue of .htaccess in IIS. I need to disable 'magic_quotes_gpc', I can do it in .htaccess. But what 'bout IIS? I tried ini_set () but it didn't help!
THis is a bit of a stab in the dark, but maybe a global.asa(x) file? I'm not too familiar with them but they are used in a similar manner to .htaccess for ASP.NET so it might be worth looking in to?
Bookmarks