This article provides some helpful tips in working with ASP.NET on Microsoft's Internet Information Services (IIS) web server, providing walkthrough descriptions and resolutions for common problems that the author has experienced.
This article introduces you to the two primary aspects of working with .NET web services: building your own custom web service and building the inerface necessary for harnessing the capabilities of a remotely distributed web service. The first part of this tutorial walks you through all the steps for building your own, simple web service, and the second part walks you through the steps necessary for building and then integrating a remote web service's capabilities into your own application. This tutorial also provides a link for downloading all code associated with this tutorial. Happy Coding!
A common task in N-tier .NET web application development involves compiling components. You can compile components in several different ways, from using commands executed at the DOS command prompt to using methods available through the Visual Studio .NET Integrated Development Environment. This tutorial provides detailed steps for using each of these methods. The first method is for those who only have the .NET Framework installed and are comfortable with working from the command prompt. The second method also involves working from the command prompt but employs special tools installed with the installation of Visual Studio .NET. In the third method, you'll be introduced to compiling components using the visual interface of Visual Studio .NET. Whether or not you have Visual Studio .NET installed, you'll find the steps for compiling your components here.
If you are working in a mixed development environment you know that ASP "Classic" and ASP.NET cannot share session state information. I am offering the source code I used to this resolve this issue as well as discussing a couple of other possible resolutions.
The objective of this lab is to convert a simple JSP application into an ASP.NET application using the Java Language Conversion Assistant (JLCA). The JSP application is a simplified e-commerce scenario, consisting of two JSP pages, a Servlet, a tag library consisting of a single tag, and the SQL Server Pubs database.
Caching in Web applications can provide dramatic improvements in performance. ASP.NET provides caching at several levels for you to leverage and improve the responsiveness of your application.
Recently we had a Website that was redone from a large static site to a dynamically driven site in ASP.Net. The original site was heavily indexed by the major spiders on the Web, we did not want to lose the reference links in the engines and wanted to make sure the link clicked on would go to an appropriate paged in the site. In this article we cover how to create a document mapper so the old URL is redirected to the new related page within the new site.
In this article we will cover working with the system registry, both reading and writing values. In this example, we will cover creating a license registration for your application.
Web Services Enhancements for Microsoft .NET (WSE) provides an implementation of the Web services architecture for developers creating Web services by using ASP.NET and Microsoft .NET Framework client applications. It allows developers to incorporate security, routing, and attachment features in their application.