HAI I am developing a software to run on the server and block the websites on the client systems using the client system name. My application is if I block www.google.com,entire website should be blocked i.e if user types www.google.co.in,it should not show the webpage of google.I have to block not a single url by editing c:\windows\system32\drivers\etc\hosts but the whole website.Thanking u Chaithu
+1
A:
Have you considered to solve this via firewall rules instead? That would seem more natural to me... An .NET application seems not to be the appropriate technology to implement a web filter. Just for my own curiousity:
why do you wan't to block sites?
K
KB22
2009-09-14 11:49:31
+2
A:
- Create simple http proxy solutions with exclusion list (or look for ready to use solution)
- Restrict internet access to access only using Your proxy
Rafal Ziolkowski
2009-09-14 11:50:06