IIS

  Home  Web Servers / Services  IIS


“IIS (Internet Information Services) Interview Questions and Answers will guide us now that Internet Information Services (IIS) is a web server application and set of feature extension modules created by Microsoft for use with Microsoft Windows. It is the worlds second most popular web server in terms of overall websites behind the industry leader Apache HTTP Server. Learn IIS or get preparation for a job in IIS with the help of this Internet Information Services (IIS) Interview Questions Answers”



80 IIS Questions And Answers

1⟩ How to install our Web Application In IIS Web Server?

There are different way to deploy the web application in

web server like

1- X Copy deployment

2- create setup package and install the server machine

3- use the deployment tools and configure the server

repositery and drag and drop all files in your machine to

virtul folder of server machine,

 164 views

3⟩ Whats the Hardware requirements for the IIS Server so that we can host a webpage?

It depends upon the what kind of Application we are

using and related to frontend and backend features .Also

Number of hits to the server on live is one of the

Important key for the configuration .

Minimal configuration for a PHP webpage is

1.Any mid range server with (IBM system X , blade)

2.4 GB ram

3.160 GB HDD (May vary according to the Data )if seperate

DB server is used we dont want this much of space for the

Application server

Please be more specific on the Application we are going to

host , so that we can plan a good configuration .

 155 views

5⟩ In IIS Version 6.0 Through application pool we can provide different -2 applications for the client. Is it right? If yes then how to provide the application to the client and what kind of application it can be?

If you are running your IIS server with 2 different versions of framework(1.1 & 2.0)you can create 2 different application pools and point your application to the required framework you want to run.

 168 views

13⟩ What scripts ship with IIS 6.0?

iisweb.vsb to create, delete, start, stop, and list Web sites, iisftp.vsb to create, delete, start, stop, and list FTP sites, iisdir.vsb to create, delete, start, stop, and display virtual directories, iisftpdr.vsb to create, delete, start, stop, and display virtual directories under an FTP root, iiscnfg.vbs to export and import IIS configuration to an XML file.

 144 views

17⟩ What is the role of http.sys in IIS?

It is the point of contact for all incoming HTTP requests. It listens for requests and queues them until they are all processed, no more queues are available, or the Web server is shut down.

 145 views

20⟩ What is a vector space query?

A multiple-word query where the weight can be assigned to each of the search words. For example, if you want to fight information on ‘black hole’, but would prefer to give more weight to the word hole, you can enter black hole into the search window.

 130 views