This article describes how to configure the SQL Server for .NET applications. By default, the SQL Server denies access to user accounts that have not explicitly been granted access to a database, a table, or a view. By default, ASP.NET applications run in the context of the ASPNET user account. Unless you permit access to the ASPNET user account, an ASP.NET application cannot read and cannot update data in an SQL Server database. This article describes the process that you can use to permit an A...
This article discusses how to run a user control assembly that is hosted on Microsoft Internet Information Services (IIS) in Microsoft Internet Explorer....
I wrote this article because I had many questions asked of me regarding the "simple" act of copying Visual Studio .NET projects from removable disk drives to a local machine. The issue is how the webinfo file was first created in the original project and what Visual Studio .NET looks for to map your project to the URL. The software is not "smart" enough to know that you saved your project on a floppy disk just so you could work on the project somewhere else on a different machine. So, when you t...
By default, ASP.NET site navigation works with an XML file that is named Web.sitemap that describes the hierarchy of the Web site. However, you might want to use more than one site-map file or site-map provider to describe the navigation structure of a complete Web site. For example, you could have a main site map that references a child site map....