https://www.developerfusion.com/t/iis/tutorials/sort/popularity/ IIS Tutorials & Articles from Developer Fusion 2008-01-26T13:30:00.00Z http://www.developerfusion.com/article/4667/how-to-access-outlook-and-post-to-a-blog-using-c/ How to access Outlook and post to a blog using C# 2005-02-11T13:52:00.00Z 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. Simon Soanes http://www.developerfusion.com/article/7437/inside-aspnet-ajax-back-end-services/ Inside ASP.NET AJAX back end services 2008-01-26T13:30:00.00Z 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? Dino Esposito http://www.developerfusion.com/article/1854/using-the-inet-control/ Using the Inet Control 2001-11-01T09:57:00.00Z This article will show you how to create a server component using Internet Transfer Control. S.S. Ahmed http://www.developerfusion.com/article/1775/create-your-own-web-server-using-c/ Create your own Web Server using C# 2001-10-20T09:47:00.00Z This article explains how to write a simple web server application using C# Imtiaz Alam http://www.developerfusion.com/article/7142/sql-trusted-connections-with-aspnet/ SQL Trusted Connections with ASP.NET 2007-10-09T21:05:00.00Z 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. Barry Dorrans http://www.developerfusion.com/article/3423/using-php-and-iis-to-create-a-discussion-forum/ Using PHP and IIS to Create a Discussion Forum 2003-02-25T04:59:00.00Z Learn how to use PHP on windows and IIS to create a basic discussion forum that makes use of a powerful database. Jayesh Jain http://www.developerfusion.com/article/3703/an-introduction-to-php/ An Introduction to PHP 2003-05-29T06:54:00.00Z A complete introduction to the basics of PHP, including operators, control flow to forms, server variables, cookies and HTTP headers. Gez Lemon http://www.developerfusion.com/article/1915/web-enable-your-c-program/ Web Enable your C# Program 2001-11-18T15:46:00.00Z How to use your C# program in a web server (without using ASP.NET) Kamran Shakil http://www.developerfusion.com/article/5703/developing-your-first-visual-webgui-gateway/ Developing your first Visual WebGui gateway 2006-05-16T01:31:00.00Z An introduction to using Visual WebGui gateways which are the Visual WebGui way to bridge WinForms development to web development. Guy Peled http://www.developerfusion.com/article/4660/mastering-iis-ftp/ Mastering IIS FTP 2005-01-30T14:05:00.00Z Scott Forsyth reveals some of the hidden but powerful features that exist with Microsoft's FTP server. Orcs Web http://www.developerfusion.com/article/7140/using-sql-server-for-aspnet-session-state/ Using SQL Server for ASP.NET session state 2007-10-09T20:57:00.00Z 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. Barry Dorrans http://www.developerfusion.com/article/6678/top-10-application-security-vulnerabilities-in-webconfig-files-part-one/ Top 10 Application Security Vulnerabilities in Web.config Files - Part One 2007-05-14T21:05:00.00Z 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. Bryan Sullivan http://www.developerfusion.com/article/6197/testing-for-security-in-the-age-of-ajax-programming/ Testing for Security in the Age of Ajax Programming 2006-09-27T22:24:00.00Z 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. Bryan Sullivan http://www.developerfusion.com/article/4641/valid-xhtml-within-net/ Valid XHTML within .NET 2004-12-22T05:27:00.00Z 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. Kevin Brown http://www.developerfusion.com/article/2234/when-session-variables-go-bad/ When Session Variables Go Bad 2002-04-22T11:22:00.00Z 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. Bruce Johnson http://www.developerfusion.com/article/6745/top-10-application-security-vulnerabilities-in-webconfig-files-part-two/ Top 10 Application Security Vulnerabilities in Web.config Files - Part Two 2007-06-10T11:43:00.00Z 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. Bryan Sullivan http://www.developerfusion.com/article/5613/sharepoint-document-library-and-sql-server/ SharePoint, Document Library and SQL Server 2006-04-19T22:36:00.00Z 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. S.S. Ahmed http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ High-Performance .NET Application Development & Architecture 2006-02-15T15:25:00.00Z 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. Dimitrios Markatos http://www.developerfusion.com/article/3451/authentication-for-web-services/ Authentication for Web Services 2003-03-09T08:56:00.00Z 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. Bruce Johnson http://www.developerfusion.com/article/3398/xp-component-services-and-net/ XP, Component Services and .NET 2003-02-18T15:37:00.00Z 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. John Godel