Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

To install .NET 3.

5 on Windows Server 2012 or


Windows 8
1. On the Start screen, right-click the Command Prompt tile, and then click Run as administrator.
2. At the command prompt, type the following: dism /online /enable-feature /featurename:netfx3
3. Wait for the command to complete. It could take several minutes.
4. Close the command prompt window.

How to install Microsoft .NET Framework 3.5.1 on Windows 7

1. Click Start -> Control Panel.


2. Click Programs.
3. Click Turn Windows features on or off.
4. Click the checkbox next to Microsoft .NET Framework 3.5.1.
5. You will see the checkbox become filled.
6. Click OK.
7. Wait for Windows to complete the operation. If it asks you to connect to Windows Update to download required files, click
Yes.

To install IIS and ASP.NET modules on Windows


Server 2012 using the UI
1. On the Start page, click the Server Manager tile, and then click OK.
2. In Server Manager, select Dashboard, and click Add roles and features.
3. In the Add Roles and Features Wizard, on the Before you begin page, click Next.
4. On the Select installation type page, select Role-based or feature-based installation, and
click Next.
5. On the Select destination server page, select Select a server from the server pool, select your
server, and click Next.
6. On the Select server roles page, select Web Server (IIS), and click Next.
7. On the Select features page, click Next.
8. On the Web Server Role (IIS) page, click Next.
9. On the Select role services page, note the preselected role services that are installed by default,
expand the Application Development node, and then select ASP.NET 4.5. (If you installed .NET
3.5, select ASP.NET 3.5 also.)
10. On the Summary of Features to Install page, confirm your selections, and then click Install.
11. In the Add features that are required for ASP.NET 4.5? box, click Add Features. The following
additional features are added:
 .NET Extensibility 4.5
 ISAPI Extensions
 ISAPI Filters
 .NET Extensibility 3.5 (If ASP.NET 3.5 was selected)
Click Next.
On the Confirm installation selections page, click Install.
On the Installation progress page, confirm that your installation of the Web Server (IIS) role
and required role services completed successfully, and then click Close.
To verify that IIS installed successfully, type the following into a web browser:

http://localhost

The default IIS Welcome page is displayed.

How to install IIS 7 and setup asp in windows 7


June 1st, 2009

Internet Information Services (IIS) 7.5 is the web server software included with Windows. IIS isn’t installed by default when you
install Windows. Below is a simple guide about how to install IIS7 and setup asp in windows 7.

1.Click the Start button , click Control Panel, click Programs and Features, and then click Turn Windows features on or off.If you are
prompted for an administrator password or confirmation, type the password or provide confirmation.
2.In the list of Windows features, select Internet Information Services, and then click OK.

Then,in the list of Windows features, click the plus sign (+) next to Internet Information Services, click the plus sign (+) next to World
Wide Web Services, click the plus sign (+) next to Application Development Features, select the dynamic content features you want to
install, and then click OK.
3.Go to Control Panel again,select Administrative Tools,double clicke IIS Manger to configure IIS 7.
4.Select Default Web Site,then double click ASP.

5.Enable Parent Paths for ASP then click Apply

6.You can modify Default Document by clicking Default Document,modify binding port by clicking Bindings…,modify the phisical
web path by clicking Advanced Settings….
7.Type localhost or 127.0.0.1 in you IE or Firefox to see the results.

You might also like