IIS Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/iis/tutorials/sort/popularity/ IIS Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Sat, 26 Jan 2008 13:30:00 GMT How to access Outlook and post to a blog using C# An article for all those like Robert Scoble who would like to be able to drag and drop an item to a folder in their Outlook and post it instantly to their Blog. We also briefly cover web services and talking to Outlook. http://www.developerfusion.com/article/4667/how-to-access-outlook-and-post-to-a-blog-using-c/ http://www.developerfusion.com/article/4667/how-to-access-outlook-and-post-to-a-blog-using-c/ Fri, 11 Feb 2005 13:52:00 GMT Simon Soanes Inside ASP.NET AJAX back end services Most of the emphasis with AJAX is on how to perform an asynchronous update at the client. Dino Esposito considers the other end of the connection – how exactly does the server provide the data that the client needs? http://www.developerfusion.com/article/7437/inside-aspnet-ajax-back-end-services/ http://www.developerfusion.com/article/7437/inside-aspnet-ajax-back-end-services/ Sat, 26 Jan 2008 13:30:00 GMT Dino Esposito Using the Inet Control This article will show you how to create a server component using Internet Transfer Control. http://www.developerfusion.com/article/1854/using-the-inet-control/ http://www.developerfusion.com/article/1854/using-the-inet-control/ Thu, 01 Nov 2001 09:57:00 GMT S.S. Ahmed Create your own Web Server using C# This article explains how to write a simple web server application using C# http://www.developerfusion.com/article/1775/create-your-own-web-server-using-c/ http://www.developerfusion.com/article/1775/create-your-own-web-server-using-c/ Sat, 20 Oct 2001 09:47:00 GMT Imtiaz Alam SQL Trusted Connections with ASP.NET Hard coding passwords into your application or your web site is a bad thing. Barry looks at how we can use trusted connections to provide the authentication we need, without the need for these potential security hazards. http://www.developerfusion.com/article/7142/sql-trusted-connections-with-aspnet/ http://www.developerfusion.com/article/7142/sql-trusted-connections-with-aspnet/ Tue, 09 Oct 2007 21:05:00 GMT Barry Dorrans Using PHP and IIS to Create a Discussion Forum Learn how to use PHP on windows and IIS to create a basic discussion forum that makes use of a powerful database. http://www.developerfusion.com/article/3423/using-php-and-iis-to-create-a-discussion-forum/ http://www.developerfusion.com/article/3423/using-php-and-iis-to-create-a-discussion-forum/ Tue, 25 Feb 2003 04:59:00 GMT Jayesh Jain An Introduction to PHP A complete introduction to the basics of PHP, including operators, control flow to forms, server variables, cookies and HTTP headers. http://www.developerfusion.com/article/3703/an-introduction-to-php/ http://www.developerfusion.com/article/3703/an-introduction-to-php/ Thu, 29 May 2003 06:54:00 GMT Gez Lemon Web Enable your C# Program How to use your C# program in a web server (without using ASP.NET) http://www.developerfusion.com/article/1915/web-enable-your-c-program/ http://www.developerfusion.com/article/1915/web-enable-your-c-program/ Sun, 18 Nov 2001 15:46:00 GMT Kamran Shakil Developing your first Visual WebGui gateway An introduction to using Visual WebGui gateways which are the Visual WebGui way to bridge WinForms development to web development. http://www.developerfusion.com/article/5703/developing-your-first-visual-webgui-gateway/ http://www.developerfusion.com/article/5703/developing-your-first-visual-webgui-gateway/ Tue, 16 May 2006 01:31:00 GMT Guy Peled Mastering IIS FTP Scott Forsyth reveals some of the hidden but powerful features that exist with Microsoft's FTP server. http://www.developerfusion.com/article/4660/mastering-iis-ftp/ http://www.developerfusion.com/article/4660/mastering-iis-ftp/ Sun, 30 Jan 2005 14:05:00 GMT Orcs Web Using SQL Server for ASP.NET session state Learn how you can use an alternative session storage method, using SQL Server - very useful if you're running sites across multiple servers, or need session state to persist across application restarts. http://www.developerfusion.com/article/7140/using-sql-server-for-aspnet-session-state/ http://www.developerfusion.com/article/7140/using-sql-server-for-aspnet-session-state/ Tue, 09 Oct 2007 20:57:00 GMT Barry Dorrans Top 10 Application Security Vulnerabilities in Web.config Files - Part One In part one of this two part article, you will learn about five of the top ten “worst offenders” of misconfigurations of application security that can cause overall problems for ASP.NET Web-based applications. Learn more about how to secure the Web.config files of an ASP.NET application. http://www.developerfusion.com/article/6678/top-10-application-security-vulnerabilities-in-webconfig-files-part-one/ http://www.developerfusion.com/article/6678/top-10-application-security-vulnerabilities-in-webconfig-files-part-one/ Mon, 14 May 2007 21:05:00 GMT Bryan Sullivan Testing for Security in the Age of Ajax Programming Ajax programming, which allows a web page to refresh a small portion of its data from a web server, is an exciting technology that has recently been introduced. However, this type of programming can also leave applications open to SQL injection and similar attacks. Learn more about Ajax programming and what it means in terms of security. http://www.developerfusion.com/article/6197/testing-for-security-in-the-age-of-ajax-programming/ http://www.developerfusion.com/article/6197/testing-for-security-in-the-age-of-ajax-programming/ Wed, 27 Sep 2006 22:24:00 GMT Bryan Sullivan Valid XHTML within .NET At present none of Microsoft's ASP.NET controls intrinsically support the strict W3C XHTML standards. This can cause problems when using ASP.NET controls on pages that need to conform to one of the XHTML standards. In order to use Microsoft's supplied controls some modifications will be required. This series of articles intends to focus on the more widely used controls and the steps required to make them output valid code. http://www.developerfusion.com/article/4641/valid-xhtml-within-net/ http://www.developerfusion.com/article/4641/valid-xhtml-within-net/ Wed, 22 Dec 2004 05:27:00 GMT Kevin Brown When Session Variables Go Bad Bruce Johnson takes a look at pros and cons of using Session variables to maintain state on a web site; and the problems you might hit when using them. http://www.developerfusion.com/article/2234/when-session-variables-go-bad/ http://www.developerfusion.com/article/2234/when-session-variables-go-bad/ Mon, 22 Apr 2002 11:22:00 GMT Bruce Johnson Top 10 Application Security Vulnerabilities in Web.config Files - Part Two In this second part of a two-part series, you will learn about application security issues related to authentication and authorization, as well as five vulnerabilities commonly found in ASP.NET web-based applications. Additionally, find out how to keep configuration files from being unintentionally modified by uninformed programmers or administrators, as well as why it is critical to never rely on default setting values. http://www.developerfusion.com/article/6745/top-10-application-security-vulnerabilities-in-webconfig-files-part-two/ http://www.developerfusion.com/article/6745/top-10-application-security-vulnerabilities-in-webconfig-files-part-two/ Sun, 10 Jun 2007 11:43:00 GMT Bryan Sullivan SharePoint, Document Library and SQL Server This tutorial shows how you can capture a document in SharePoint's document library, retrieve information from its properties and store in in SQL Server. It will teach you how to use Event Handler Toolkit. http://www.developerfusion.com/article/5613/sharepoint-document-library-and-sql-server/ http://www.developerfusion.com/article/5613/sharepoint-document-library-and-sql-server/ Wed, 19 Apr 2006 22:36:00 GMT S.S. Ahmed High-Performance .NET Application Development & Architecture This article demonstrates the art of creating and architecting high-performance and scalable .NET applications, covering all stages, from planning to development and their perspective best practices. http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ Wed, 15 Feb 2006 15:25:00 GMT Dimitrios Markatos Authentication for Web Services One of the most important issues to consider when implementing a commercial web service is authentication. In this third installment in our series, we consider the most common approaches and decide which is most suited for our example service. http://www.developerfusion.com/article/3451/authentication-for-web-services/ http://www.developerfusion.com/article/3451/authentication-for-web-services/ Sun, 09 Mar 2003 08:56:00 GMT Bruce Johnson XP, Component Services and .NET Learn about the changes introduced by COM+, new features included in Windows XP for COM+, and how to use COM+ services from your .NET programs. http://www.developerfusion.com/article/3398/xp-component-services-and-net/ http://www.developerfusion.com/article/3398/xp-component-services-and-net/ Tue, 18 Feb 2003 15:37:00 GMT John Godel