| HOWTO: Repair IIS Mapping After You Remove and Reinstall IIS |
| After you install the Microsoft .NET Framework Software Development Kit (SDK) or Visual Studio .NET, Internet Information Server (IIS) mappings are created to associate new file extensions and settings for ASP.NET. If you did not have IIS installed... |
|
| HOWTO: Use an XML Web Service by Using ASP.NET from an Office VBA Macro in Word or Excel |
| This article demonstrates how to use an XML Web service using ASP.NET from a Visual Basic for Applications (VBA) macro in Word or Excel. |
|
| HOW TO: Dynamically Include Files in ASP.NET |
| This article demonstrates how to dynamically include HTML and client-side scripts in .aspx pages. Because ASP.NET applications are compiled and run before they are sent to the client, you cannot use a variable in place of a file name in a server-side... |
|
| HOW TO: Determine Browser Type in Server-Side Code Without the BrowserType Object in ASP.NET |
| This step-by-step article demonstrates how to determine the client browser type in server-side code without using the BrowserType object in ASP.NET. In classic Microsoft Active Server Pages (ASP), the two most common methods to determine the client... |
|
| INFO: Visual InterDev 6.0 Remote Scripting and ASP.NET |
| Remote Scripting from Microsoft Visual InterDev 6.0 that is used in Active Server Pages (ASP) is not directly supported in ASP.NET. Migrate Remote Scripting procedures to .NET XML Web services and consume them in Microsoft Internet Explorer with... |
|
| HOW TO: Use the Office XP Web Components with XML Data Generated by an XML Web Service Created Using ASP.NET |
| This step-by-step article describes how to use ASP.NET to build a simple XML Web service that retrieves data from the Microsoft Access sample Northwind database and returns the data as XML to a client when the client calls a method of the service. On... |
|
| HOW TO: Use ASP.NET or Visual Basic.NET to Transform XML To Rich Text Format (RTF) For Microsoft Word 2002 |
| Use this step-by-step guide to generate Rich Text Format (RTF) from Extensible Markup Language (XML) by using Visual Basic .NET. Rich Text Format is a text-based format that encodes formatted text, document layout, and graphics. It is commonly used... |
|
| HOW TO: Use ASP.NET to Query and Display Database Data in Excel by Using Visual Basic .NET |
| This step-by-step article describes how to build a tab-delimited text file dynamically from a database that can be opened in Microsoft Excel. The example in this article demonstrates how to connect to a Microsoft SQL Server database, to return a set... |
|
| HOW TO: Determine the Browser Version in ASP.NET |
| This article describes how to determine the Web browser version in ASP.NET.Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: This article assumes that you are familiar... |
|
| HOW TO: Deploy an ASP.NET Web Application Using Xcopy Deployment |
| This article describes how to use the MS-DOS Xcopy command to deploy a Microsoft ASP.NET Web Application.What Is Xcopy Deployment?Xcopy deployment describes deployment in ASP.NET where you use the drag-and-drop feature in Microsoft Windows Explorer,... |
|
| HOW TO: Retrieve and Display Records from an Access Database by Using ASP.NET, ADO.NET, and Visual Basic .NET |
| This article demonstrates how to programmatically retrieve data from a Microsoft Access database and present the data to the user. The sample in this article uses the OleDbConnection, OleDbCommand, and OleDbDataReader classes, which are part of... |
|
| HOW TO: Query and Display Excel Data by Using ASP.NET, ADO.NET, and Visual C# .NET |
| This step-by-step article demonstrates how to display data from an Excel worksheet through an ASP.NET (.aspx) page by using Visual C# .NET.Create Sample Excel WorksheetCreate ASP.NET Sample Using Visual C# .NET This code sample demonstrates how to... |
|
| HOW TO: Call SQL Server Stored Procedures in ASP.NET by Using Visual Basic .NET |
| This article demonstrates how to use ASP.NET and ADO.NET with Visual Basic .NET to create and to call a Microsoft SQL Server stored procedure with an input parameter and an output parameter. The code sample in this article first checks whether the... |
|
| HOW TO: Write Binary Files to the Browser Using ASP.NET and Visual Basic .NET |
| This step-by-step article creates a sample page that demonstrates how to retrieve binary data from a file and then how to write the data out to the browser using ASP.NET and Visual Basic .NET. Although this demonstration uses an Adobe Acrobat (.pdf)... |
|
| HOW TO: Write Binary Files to the Browser Using ASP.NET and Visual C# .NET |
| This step-by-step article creates a sample page that demonstrates how to retrieve binary data from a file and then how to write the data out to the browser using ASP.NET and Visual C#. Although this demonstration uses an Adobe Acrobat (.pdf) file... |
|
| INFO: Permissions to Connect to a Remote Access Database from ASP.NET |
| This article lists the minimum security settings that are required to connect to a remote Microsoft Access database from ASP.NET, including: This article does not include how to configure database connections. |
|
| HOW TO: Query and Display Excel Data by Using ASP.NET, ADO.NET and Visual Basic .NET |
| This step-by-step article demonstrates how to display data from an Excel spreadsheet through an ASP.NET (.aspx) page by using Visual Basic .NET.Create Sample Excel WorksheetCreate ASP.NET Sample Using Visual Basic .NET This code sample demonstrates... |
|
| PRB: ASP.NET Pages Exhibit Unexpected Behavior Because the Server-Side Code Is Not Processed |
| Symptoms That Are Exhibited at Run Time When you view an .aspx page in a Microsoft ASP.NET Web application, you may experience the following symptoms: The typical behavior is that the server-side code for the .aspx page is processed, and then the code... |