Top IIS Interview Questions :: ALLInterview.com http://www.allinterview.com Top IIS Interview Questions en-us how many web.config files are there in 1 project.we can overwrite the http://www.allinterview.com/showanswers/36156.html There might be multiple web.config files for a single project depending on the hierarchy of folders inside the root folder of the project, so for each folder we can use one web.config file Types of authentications in IIS? http://www.allinterview.com/showanswers/33035.html anonmous authentication windows authentication digest authentication advanced digest authentication web transaction authenticatioon ssl ,tls based authenticatiin mechanism Types of authentications in IIS? http://www.allinterview.com/showanswers/20399.html IIS 6.0 supports the following authentication methods: ? Anonymous authentication. This authentication method allows everyone access to the public areas of your Web sites, without asking for a user name or password. ? Basic authentication How a proxy is generated for a web service ? http://www.allinterview.com/showanswers/20574.html when you use WSDL.exe to compile a web service the following 2 steps are done: 1) A new proxy is generated for your web service 2) Web service is compiled into .cs file (You can view it to check out the client code) Now you have to compile IIS Port numbers? http://www.allinterview.com/showanswers/15847.html 80 is the default port for HTTP traffic 443 is the defaulr for SSL traffic You can however use any available port to listen and send on How do you create Virtual Root in IIS? http://www.allinterview.com/showanswers/18197.html just simple. FIRST CREATE THE NEWFOLDER IN THE ANY OF THE UR SYSTEM,THAT IS THE UR ORIGINAL ROOT FOLDER. goto start-->run--.type INETMGR--->GOTO DEFAULT WEBSITE-->RIGHTCLICK-->GOTO NEW-->SELECT NEW VIRTUAL DIRECTORY-->GIVE T How to install our WebApplication In Web Server http://www.allinterview.com/showanswers/73216.html 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 How many users supported by IIS at a Time http://www.allinterview.com/showanswers/65197.html by default IIS have 25 thread. so one server can be access by 25 people. if u have more than server then number of people will be increased. What are different authentication types. How do you retreive user id http://www.allinterview.com/showanswers/33034.html 1.Window 2. Forms 3. Passport Did you work on IIS adminisdtration ? http://www.allinterview.com/showanswers/20342.html Yes, My work is extensivelly involves IIS webserver administration. As its a webhosting company our primary task begins from testing eth DNS and then checking the a record and then we access IIS for sortingout the issue. Advantages in IIS 6.0? http://www.allinterview.com/showanswers/4810.html The advantages of upgrading the server that hosts your existing IIS Web sites and applications to IIS 6.0 include the following: • Reduces the time required to deploy IIS 6.0. Upgrading requires minimal user interaction. • Reduces possi what is architecture of IIS? http://www.allinterview.com/showanswers/66015.html The new request-processing architecture and application isolation environment enables individual Web applications, which always run in user mode, to function within a self- contained worker process. A worker process is user-mode code whose rol In which process does IIS runs ? http://www.allinterview.com/showanswers/4806.html IIS runs in 2 modes (application isolation modes): 1. worker process isolation mode is a new feature of IIS6.0. 2. IIS5.0 isolation mode - for compatibility with apps depending on IIS5.0 How do you consume a web service ? http://www.allinterview.com/showanswers/20474.html Web service Discovery mechanism enables client to locate and discover web service on the net. Web service discovery mechanism provides a discovery document , this discovery document is written in WSDL and provides all the information about w Where are the IIS log files stored? http://www.allinterview.com/showanswers/4807.html To determine where your IIS log files are stored, please execute the steps below on your server: 1. Go to Start -> run 2. type inetmgr 3. Find your web site under the tree on the left and right-click on it. 4.