Wednesday, October 19, 2016

ASP.net: Let's make some web applications!


ASP.net - an open source web framework for building modern web applications! ASP.net is very easy to install, find out more information in the short tutorial below!!

Step 1. The Installation

To install ASP.NET navigate to Control Panel > Programs and Features > Turn Windows features on or off. Once you have done this a window similar to Figure 6.1 will be displayed. Expand "Internet Information Services" > "World Wide Web Services" > "Application Development Features" and check ASP.NET 4.5. Click OK to enable feature.
Figure 6.1 Installing IIS

Step 2. Testing if it was successful

To check if installation was successful click on the start menu and type IIS, hit enter and once Information Services opens up you will now see an ASP.NET section in the main view of the manager (Figure 6.2)!

Figure 6.2 Testing installation

No comments:

Post a Comment