https://www.developerfusion.com/t/iis/code/ IIS Sample code from Developer Fusion 2006-04-29T15:57:00.00Z http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Developing your first Visual WebGui application 2006-04-29T15:57:00.00Z An introduction to Visual WebGui through a sample application. Guy Peled http://www.developerfusion.com/code/5302/url-rewriting-with-regex-for-aspnet-20/ Url Rewriting with Regex for ASP.NET 2.0 2006-01-29T11:16:00.00Z A new feature in ASP.NET 2.0 is it's built-in url rewriting support. When i looked into this new feature I found that it lacked regular expressions support, which is really the point of an Url Mapper. So, this code demonstrates how to create a Url Rewriting Module with Regex support in ASP.NET. Xavier Larrea http://www.developerfusion.com/code/4678/permanent-301-redirect-with-querystring-in-iis/ Permanent 301 Redirect with QueryString in IIS 2005-03-21T10:11:00.00Z If anyone's ever tried to move domain, you'll know its a pain. One way to make things a little easier is to provide an automatic 301 redirect from your old domain to your new one - this marks the new destination as a permanent change, and will generally be picked up by search engines. This shows you how to do this redirect with IIS, passing the full path and query strings along too. James Crowley http://www.developerfusion.com/code/4645/multiple-iis-virtual-servers-on-xp-pro/ Multiple IIS Virtual Servers on XP Pro 2004-12-26T15:02:00.00Z A work around that allows you to have multiple virtual servers on an XP Pro machine. Steven Cohn http://www.developerfusion.com/code/3734/aspnet-graphical-page-hit-counter/ ASP.NET Graphical Page Hit Counter 2003-07-07T10:32:00.00Z Generate graphics on the fly to provide a graphical page hit counter, storing the counter in a text file or SQL database. Raam Kumar http://www.developerfusion.com/code/3175/redirect-web-visitors-by-country-using-asp-and-com/ Redirect Web Visitors By Country Using ASP and COM 2003-01-12T07:16:00.00Z There are times when it is useful to redirect a visitor to different default web page based on the visitor's country of origin. One practical usage is to redirect visitor to web page with the language recognized by the visitor. This article shows you how using ASP and ActiveX component this can be done. tgotchi http://www.developerfusion.com/code/2542/sending-binary-data-with-asp/ Sending binary data with ASP 2002-06-21T06:15:00.00Z This ASP code shows how to send binary data (such as images) to the client without building a new component. Lio http://www.developerfusion.com/code/1840/create-a-messaging-server-using-winsock/ Create a messaging server using winsock 2001-10-30T13:29:00.00Z Send instant messages to your main server (WMS application) using winsock S.S. Ahmed http://www.developerfusion.com/code/1794/dbhitme-site-traffic-logger/ dbHitMe Site traffic logger 2001-10-24T03:39:00.00Z dbHit: A simple traffic logger I tossed together in the start of my ASP coding days. It simply collects data from your visitors and stores it in MS Access 97 mdb file. Mike J http://www.developerfusion.com/code/1745/number-of-visitors-online/ Number of visitors online 2001-10-16T18:38:00.00Z How to get the number of visitors currently online James Crowley http://www.developerfusion.com/code/1600/dont-explicitly-set-the-page-language-in-asp/ Don't explicitly set the page language in ASP 2001-07-18T17:48:00.00Z Why you shouldn't explicitly set the page language in ASP ElementK Journals http://www.developerfusion.com/code/226/to-buffer-or-not-to-buffer/ To buffer or not to buffer 2001-07-14T14:48:00.00Z The pros and cons of buffering pages! ElementK Journals http://www.developerfusion.com/code/230/limit-the-http-request-buffer/ Limit the HTTP request buffer 2001-07-14T14:48:00.00Z How to limit the size of the HTTP request buffer ElementK Journals