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 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 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 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. 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 How do you remotely administer MS IIS? http://www.allinterview.com/showanswers/18182.html Through the IIS administrative web console How a web service is exposed to outside world ? http://www.allinterview.com/showanswers/20573.html 1. Generate WSDL files from the existing components 2. Deploy the web service 3. Publish the web service in the UDDI directory About stateless and state full web service ? http://www.allinterview.com/showanswers/20476.html Stateless -SAO(Client activated object(using single call ,singleton) stateful -CAO(Cliend use proxy server to send to the server) by suresh s IIS Isolation modes http://www.allinterview.com/showanswers/15860.html low level,middle level and high level 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.