IIS Sample code from Developer Fusion https://www.developerfusion.com/t/iis/code/ IIS Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Sat, 29 Apr 2006 15:57:00 GMT Developing your first Visual WebGui application An introduction to Visual WebGui through a sample application. http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Sat, 29 Apr 2006 15:57:00 GMT Guy Peled Url Rewriting with Regex for ASP.NET 2.0 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. http://www.developerfusion.com/code/5302/url-rewriting-with-regex-for-aspnet-20/ http://www.developerfusion.com/code/5302/url-rewriting-with-regex-for-aspnet-20/ Sun, 29 Jan 2006 11:16:00 GMT Xavier Larrea Permanent 301 Redirect with QueryString in IIS 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. http://www.developerfusion.com/code/4678/permanent-301-redirect-with-querystring-in-iis/ http://www.developerfusion.com/code/4678/permanent-301-redirect-with-querystring-in-iis/ Mon, 21 Mar 2005 10:11:00 GMT James Crowley Multiple IIS Virtual Servers on XP Pro A work around that allows you to have multiple virtual servers on an XP Pro machine. http://www.developerfusion.com/code/4645/multiple-iis-virtual-servers-on-xp-pro/ http://www.developerfusion.com/code/4645/multiple-iis-virtual-servers-on-xp-pro/ Sun, 26 Dec 2004 15:02:00 GMT Steven Cohn ASP.NET Graphical Page Hit Counter Generate graphics on the fly to provide a graphical page hit counter, storing the counter in a text file or SQL database. http://www.developerfusion.com/code/3734/aspnet-graphical-page-hit-counter/ http://www.developerfusion.com/code/3734/aspnet-graphical-page-hit-counter/ Mon, 07 Jul 2003 10:32:00 GMT Raam Kumar Redirect Web Visitors By Country Using ASP and COM 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. http://www.developerfusion.com/code/3175/redirect-web-visitors-by-country-using-asp-and-com/ http://www.developerfusion.com/code/3175/redirect-web-visitors-by-country-using-asp-and-com/ Sun, 12 Jan 2003 07:16:00 GMT tgotchi Sending binary data with ASP This ASP code shows how to send binary data (such as images) to the client without building a new component. http://www.developerfusion.com/code/2542/sending-binary-data-with-asp/ http://www.developerfusion.com/code/2542/sending-binary-data-with-asp/ Fri, 21 Jun 2002 06:15:00 GMT Lio Create a messaging server using winsock Send instant messages to your main server (WMS application) using winsock http://www.developerfusion.com/code/1840/create-a-messaging-server-using-winsock/ http://www.developerfusion.com/code/1840/create-a-messaging-server-using-winsock/ Tue, 30 Oct 2001 13:29:00 GMT S.S. Ahmed dbHitMe Site traffic logger 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. http://www.developerfusion.com/code/1794/dbhitme-site-traffic-logger/ http://www.developerfusion.com/code/1794/dbhitme-site-traffic-logger/ Wed, 24 Oct 2001 03:39:00 GMT Mike J Number of visitors online How to get the number of visitors currently online http://www.developerfusion.com/code/1745/number-of-visitors-online/ http://www.developerfusion.com/code/1745/number-of-visitors-online/ Tue, 16 Oct 2001 18:38:00 GMT James Crowley Don't explicitly set the page language in ASP Why you shouldn't explicitly set the page language in ASP http://www.developerfusion.com/code/1600/dont-explicitly-set-the-page-language-in-asp/ http://www.developerfusion.com/code/1600/dont-explicitly-set-the-page-language-in-asp/ Wed, 18 Jul 2001 17:48:00 GMT ElementK Journals To buffer or not to buffer The pros and cons of buffering pages! http://www.developerfusion.com/code/226/to-buffer-or-not-to-buffer/ http://www.developerfusion.com/code/226/to-buffer-or-not-to-buffer/ Sat, 14 Jul 2001 14:48:00 GMT ElementK Journals Limit the HTTP request buffer How to limit the size of the HTTP request buffer http://www.developerfusion.com/code/230/limit-the-http-request-buffer/ http://www.developerfusion.com/code/230/limit-the-http-request-buffer/ Sat, 14 Jul 2001 14:48:00 GMT ElementK Journals