How to work with a text file in an ASP page
(299871) - This step-by-step procedure demonstrates how to get started using the FileSystemObject (FSO) object to work with text files on a Web server. In some situations, you want to be able to store and retrieve data from a text file for your Web applications....
How to implement nested Web user controls in ASP.NET by using Visual C# .NET
(317991) - This step-by-step article demonstrates how to implement nested Web user controls in an ASP.NET application. The concepts are basically the same as when you create Web user controls to include in an .aspx page or in another Web user control, which is...
Web project requirements for Visual Studio .NET development
(312073) - Web project requirements for Visual Studio .NET If you want to create Web projects on this machine, you must first install additional components. To create Web projects, both Internet Information Services (IIS) and FrontPage Server Extensions (FPSE)...
"Aspnet_wp.exe could not be started" error message when you view an ASP.NET page
(811320) - When you try to view a page in an ASP.NET application, you may receive the following error message: Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh"...
HOW TO: Create an IAuthenticationModule by Using Visual Basic .NET
(331501) - This step-by-step article discusses how to use Visual Basic .NET to create an implementation of an IAuthenticationModule module that performs Basic authentication. This article describes how to create, deploy, configure, and then test the...