Guruji Point - Code You Want To Write

  • Home
  • Asp.Net
  • WCF
  • SQL
  • Type Script
  • AngularJS
  • Tech News
  • Blog
  • Earn Online

Friday, 24 March 2017

How To Enable / Install IIS IN Window 7 8 and 10

 Webservice     No comments   



Introduction
In this post we will learn how to enable IIS in Windows 7 , 8 and window 10. As a developer if you are working with your web application then IIS is the most important part of your application which is responsible for run your application in local machine , on your system's port by using localhost URL. Also you can host your site into IIS.

Enable IIS 
 We have different version of IIS, but window 10 uses the IIS version 10 for installation.  We can enable IIS from setting just in 3 simple steps .
1. Goto Control Panel and select Uninstall Programs from Programs 
   



Or by using Command Prompt press Ctrl + r and type appwiz.cpl and hit Enter the same Program and Features screen displayed

2.  Select Windows Feature On Or Off from left side panel.  

3.  Windows Feature On Or Off  popup screen should be displayed and select Internet Information Service checkbox from list and expend this.
Click OK It will take some and after this IIS is enable in your system.

How can we check IIS is running :- 
Open any browser and enter http:\\localhost and press enter your IIS  Windows should be displayed and your screen looks similar to this.



Its Done. If you have any question and query related to this then please comment below.







  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to TwitterShare to Facebook
Newer Post Older Post Home

0 comments:

Post a comment

Facebook Updates

Guruji Point

Popular Posts

  • Base64 Encoding And Decoding In SQL Server
    Introduction In this article we will learn How to encode a string into Base64String and how to decode Base64String to string. How to crea...
  • Trigger In SQL Server - Insert Update Delete In Single Trigger With Example
    Introduction In this article we will learn what is trigger . How to manage Insert, Update and Delete operation in trigger. Insert Update ...
  • Convert DataSet To List Or GenericList Using LINQ - C#
    Introduction In this article we will learn how to convert dataset to list or convert DataSet to List of collection o generic list in c#. ...
  • Difference Between DataAdapter And DataReader In Asp.Net With Example
    Introduction In this article we will learn what is DataAdapter and DataReader. What is the difference between dataadapter and datareader....
  • Read List With In List Collection Using LINQ - Increase Application Data Performances
    Introduction In this article we will learn about how to read data from a SubList or list with in list collection. How to access sub list p...

Categories

comma seperated string in sql Comman table Expression in SQL Dynamic Grid Row IQueryable in c# Learn AngularJS row_number() and dense_rank() salary table structure. Scope_Identity() Use of indexes while loop in sql why do we need cursor why tuple used

Best Deal Here

About Us

This blog is about the Programming ,Tech News and some intresting facts related Contents. Here you can find fundamental and expert level topic of programming languages very practically related to C# , Asp.Net ,Sql-Server, JavaScript, Jquery, WebServices And also Web-Api, WCF ,WPF, Angular Js.

Contact Us

Email Us - gurujipoints@gmail.com
Contact- 8077657477

Reach Us

Copyright © Guruji Point - Code You Want To Write