IIS Server Security - asp and ip

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server Security > July 2004 > asp and ip





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author asp and ip
Dude arizona

2004-07-27, 5:57 pm

Hi,

I have windows server 2003 with iss. I cant ban a user from coming to my voice chat. For example, perhaps there's a bot that ignores the robot exclusion rules. I read on http://www.macosxhints.com/article....1674&mode=print website
that in apache we can ban the user by adding "BrowserMatch "some_text" badbot" to httpd.conf file to ban any specific browser or robot.
And then do the following:
Then inside your <Directory "/Library/WebServer/Documents"> section, add the following line before the Allow from all line (I removed the comments, showing only the active commands):

<Directory "/Library/WebServer/Documents">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
# The next line is the new addition
deny from env=badbot
Allow from all
</Directory>

Im sick and tired of this user coming and disturbing my visitors. I have to do something about it or leave windows server 2003 and move to apache.
Please help.
DUDE

P.s. I did go to iis and there denied the ip from access but still this user can come in. the voice chat system doesnt allow anyone to change name once get into the room, but this guy can change name and do anything he likes. im very sick of it.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com