banner



How To Start Iis Service In Windows Server 2012

In this blog, I will talk over on how to install and configure IIS on Windows Server 2012 R2 and what is a web server and IIS. There's no much departure between the two procedures. The installation is quick and easy. Don't believe me? Well, don't worry! Beneath is a stride-by-pace guide to make things audio like shooting fish in a barrel and sorted…

Step one: Install the Web Server (IIS) office.

Open the Server Managing director and click Add Roles and Features every bit shown below:

how to install and configure IIS on Windows Server 2012 R2 and What is web server and IIS
Go on until you attain the Server Roles tab.

Now select the Web Server (IIS).

After selection of web server, click Add Features.

Ignore the Features tab and keep.

At present click Next.

The default configuration volition exist fine. Click Next.

Click Install.

Installation completed!!!

Stride ii: Configure IIS.

Go back to the Server Manager. Select Net Information Services (IIS) Manager from the Manage menu.

Click Add Website.

Specify at least the site proper noun and path. Click Ok.

What is Web Server?

IDE, Vs integrated ASP.Internet Engine, is responsible for executing every fourth dimension of asp.net request and response whenever nosotros run our ASP.internet web awarding. The procedure name is "WebDev.WebServer.Exe" which takes intendance of all request and response of a web application which is running from Visual Studio IDE.

When we want to host the awarding on a centralized location the proper name "Web Server" comes into the flick and wanted to access from many places. The web server is responsible for handling all the requests that are coming from clients, process them and provide the responses.

What is IIS?

One of the virtually powerful web servers from Microsoft that is used to host your ASP.Net Web application it is chosen Net Information Services (IIS). IIS has its own ASP.NET Procedure Engine to handle the ASP.NET request. Now, IIS took the coming request and it processes the request on server and send response back to clients

Request Processing in spider web server

So far it's clear to you that what is the Web server and IIS is and what is the utilise of them. Now let'southward accept a look how the asking is processing internally. Moving ahead, you take to know near two primary concepts:

1. Worker Process
2. Application Puddle

Worker Procedure:

The asp.internet application in IIS is used to run by the Worker Process (w3wp.exe). For all the request and response that are coming from the client system, This w3wp.exe process is responsible for managing. All the ASP.Cyberspace functionality runs under the scope of the worker process. Whenever the client request generates to the server from a client worker process is responsible for generating the request and response. In simple words, we can say worker process is the heart of ASP.NET Spider web Application which runs on IIS.

Application Puddle:

This is the container of the worker procedure. These application pools are used to separate sets of IIS worker processes that share the same configuration. Awarding pools provide a better security, reliability and availability for any web application.

When multiple worker processes with Application Pool it is chosen "Web Garden."

Till at present, I have covered all the basics of the Spider web server, Application Pool, Worker process. Now we move to, how IIS process the request when a new request comes up from a customer.

Now I motility to IIS half dozen.0 Architecture, basically, IIS 6.0 Architecture split up them into 2-Layers:

1. Kernel Fashion
2. User Mode

HTTP.SYS

HTTP.SYS contains in kernel mode and this kernel mode introduced with IIS6.0. And then the client makes a request from Client to Server, then HTTP.SYS hit First.

Now, HTTP.SYS is Responsible for laissez passer the request to the detail Awarding pool. Hither the big question arises that how HTTP.SYS does come to know where to send the request. Whenever we create new Awarding Pool, the Awarding Pool is being generated ain ID, and information technology'southward registered with the HTTP.SYS.

So, it is the first pace of IIS Request Processing architecture.

The second step of IIS Request Processing architecture:

So far, Customer Requested for some information and request came to the Kernel level of IIS means at HTTP.SYS. HTTP.SYS has been identified the name of the application puddle where to send. Now, we movement to the next, how this asking moves from HTTP.SYS to Awarding Pool.

In the user level IIS have Web Admin Services (WAS) and WAS takes the request from HTTP.SYS and pass to the application puddle.

Afterward above process Application puddle receives the request, it simply passes the request to worker process (w3wp.exe). The "w3wp.exe" looks up the URL of the asking to load the correct ISAPI extension. The ISAPI extensions are the IIS fashion to handle requests for different resources. When ASP.NET is installed, it is installed the own ISAPI extension (aspnet_isapi.dll) and its mapping adds into IIS.

When aspnet_isapi.dll loads using worker process, the HTTP Runtime start automatically, which is known equally the entry point of an application. HTTP Runtime is a class which calls the Process Asking method to start Processing.

When this method called, a new instance of HTTP Context is created. Which is accessible using HTTP Context.Current Backdrop. This object always remains same at the end of this object request life. We tin access some other objects using Http Context.Current like Request, Response, Session, etc.

Afterward that Http Runtime load, an Http Application object with the help of Http Application Factory class.

HTTP Pipeline

At present, the new concept is introduced called "HTTP Pipeline." this concept is chosen a pipeline because information technology contains a set of Http Modules that intercept the request on its manner to the Http Handler. The incoming asking that has access to classes HTTP Modules. We can also create our HTTP Module if we need to handle annihilation during upcoming asking and response.

Last Words

When the user creates the request the web page from a web server, the outset request reaches to HTTP.SYS of IIS. Then HTTP.SYS ship the request to the particular Application Pool. And so Application Puddle forwards the asking to worker process to load the ISAPI Extension which will create an HTTP Runtime Object to Process the request via HTTP Module and HTTP handler. Later the process, the ASP.NET Page Life Wheel event starts!

  • Well-nigh
  • Latest Posts

Source: https://www.loginworks.com/blogs/install-configure-iis-windows-server-2012-r2/

Posted by: holguindortmationat.blogspot.com

0 Response to "How To Start Iis Service In Windows Server 2012"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel