One of our ASP.NET project was built based on .NET 4 and focused on IIS 7.x web server, but doesn’t matter, IIS 6 support .NET 4.0 well, so we should be able to deploy the project on IIS 6 server too. Our system is Windows Server 2003 and IIS 6. 1: Load IIS Manager (Internet [Read More ...]
IIS 7.X web server versions are more and more popular, but there are still lots of real customers using old system, such as Windows Server 2003, they don’t want to upgrade the system now, especially those old servers are working for their existing system. So if you have ASP.NET projects which need an IIS web [Read More ...]
IIS is the Web Server software from Microsoft. Normally IIS is a part of Windows OS system, it means you do not need to purchase an IIS separately. The IIS version and Windows system version matches (Due to the record from Wikipedia): IIS 1.0 was a free add-on for Windows NT 3.51. IIS 2.0 was [Read More ...]
When you build an ASP.NET application, you might fee some boring works which you have to install a SQL Server database , no matter you can install SQL Server Express version, but you still have to install it. and also, if you want to try your application without using Visual Studio, you have to install [Read More ...]
There are 3 parts about these steps:I: Setting IIS 7 for .NET 4.0 in Windows 7 (1)II: Setting IIS 7 for .NET 4.0 in Windows 7 (2)III: Setting IIS 7 for .NET 4.0 in Windows 7 (3) Now let us add virtual directory for new web site: 1: You can add multiple web sites, or [Read More ...]
There are 3 parts about these steps:I: Setting IIS 7 for .NET 4.0 in Windows 7 (1)II: Setting IIS 7 for .NET 4.0 in Windows 7 (2)III: Setting IIS 7 for .NET 4.0 in Windows 7 (3) After IIS installed and some related setting. now it is the time to add a website on IIS [Read More ...]
In Windows 7, there is the IIS ( Internet Information Services ) version is 7. The following is the steps which we setup an IIS 7 Web server in Windows 7 Home Premium: There are 3 parts about these steps:I: Setting IIS 7 for .NET 4.0 in Windows 7 (1)II: Setting IIS 7 for .NET [Read More ...]
Some people are still using Windows XP Pro which only installed IIS 5.1. When you try to run ASP.NET 4.0 web application, you might meet the following error message: Server Error in ‘/TestWeb’ Application.——————————————————————————-Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the specific error [Read More ...]
After you create a new IIS virtual directory through IIS 5.1 manager, It is the time to Configure Security and Authentication for your new IIS virtual directory. In IIS Manager, right-click a virtual directory that you want to configure, and then click Properties. Click the Directory Security tab, and then in the Authentication and access [Read More ...]