ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  IIS
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How do you remotely administer MS IIS?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How do you remotely administer MS IIS?
Answer
# 1
You can administer your server remotely by running IIS on 
an intranet or the Internet. You can use the following 
tools for this purpose:

• IIS Manager: You can use IIS Manager on your server to 
remotely connect to and administer an intranet server 
running IIS 5.0, IIS 5.1, or IIS 6.0 (IIS 3.0 and IIS 4.0 
are not supported).
 
• Terminal Services: Terminal Services does not require you 
to install IIS Manager on the remote client computer 
because, once connected to the server running IIS, you use 
IIS Manager on the Web server as if you are logged on to 
the server locally.
 
• Remote Administration (HTML) Tool: You can use the Remote 
Administration (HTML) tool to administer your IIS Web 
server from any Web browser on your intranet. This version 
of the Remote Administration (HTML) tool is supported only 
on servers running Windows Server 2003 with IIS 6.0.
 

  Note

If you install the Remote Administration (HTML) Tool for 
IIS 6.0 on a server that has been upgraded to Windows 
Server 2003 from Microsoft Windows NT 4.0, you may receive 
an error when you try to view the administrative Web site. 
This error occurs because, by default, buffering is set to 
False in IIS 4.0. However, in IIS 6.0, buffering is set to 
True by default, and this setting is not changed during 
upgrade. To view the administrative Web site in IIS 6.0, 
you must enable buffering.

  Important

You must be a member of the Administrators group on the 
local computer to perform the following procedure or 
procedures. As a security best practice, log on to your 
computer by using an account that is not in the 
Administrators group, and then use the runas command to run 
IIS Manager as an administrator. At a command prompt, type 
runas /user:Administrative_AccountName "mmc %systemroot%
\system32\inetsrv\iis.msc". 

Procedures
To administer your intranet server remotely by using IIS 
Manager
1.
 Start IIS Manager on any computer on your network that is 
running a member of the Windows Server 2003 family.
 
2.
 To connect to a remote computer running IIS, right-click 
the local computer, and then click Connect.
 
3.
 In the Connect to Computerdialog box, in the Computer name 
box, type the name of the computer to which you want to 
connect, or click Browse to browse to the computer, and 
then click OK.
 

Note   If you do not have TCP/IP and a name resolution 
server, such as Windows Internet Name Service (WINS) 
installed, you might not be able to connect to an IIS 
computer using the computer name. As an alternative, you 
can also use the IP address of the IIS computer, or you can 
add the host name and IP address to the local hosts file on 
the computer, which is located at %systemdrive%
\Windows\system32\drivers\etc\hosts. For more information, 
see "TCP/IP" in Help and Support Center for Windows 2003.

To administer your server remotely using Terminal Services
1.
 Install the Terminal Services client on the computer you 
are using to connect.
 
2.
 While the remote computer is running, start Terminal 
Services and identify the name of the remote computer.
 
3.
 From the Terminal Services window, administer IIS as you 
would locally. You can start IIS Manager on any computer on 
your network that is running Windows, or you can open a Web-
based server-management appliance. You can also run scripts 
from the Terminal Services window.
 

To enable the Remote Administration (HTTP) tool through 
Control Panel
1.
 In Control Panel, click Add or Remove Programs. 
 
2.
 In the Add or Remove Programs dialog box, click Add/Remove 
Windows Components. 
 
3.
 In the Windows Components Wizard dialog box, in 
Components, click Application Server, and then click 
Details. 
 
4.
 In the Application Server dialog box, in Subcomponents of 
Application Server, click Internet Information Services 
(IIS), and then click Details.
 
5.
 In the Internet Information Services (IIS) dialog box, 
inSubcomponents of Internet Information Services (IIS), 
click World Wide Web Service, and then click Details. 
 
6.
 In the World Wide Web Service dialog box, in Subcomponents 
of World Wide Web Service, select the Remote Administration 
(HTML) check box, and then click OK. 
 
7.
 Click OK two more times, and then, in the Windows 
Components Wizard dialog box, click Next.
 
8.
 After setup is complete, click Finish to close the wizard. 
 

To enable buffering on the administrative Web site (for 
upgrades from IIS 4.0 to IIS 6.0 only)
• In IIS Manager, double-click servername (local computer).
 
• Double-click Web Sites.
 
• Right-click the Administration Web site, and then click 
Properties.
 
• Click Home Directory, click Configuration, and then click 
Options.
 
• Check the Enable buffering check box, and then click OK 
twice.
 

To view the Remote Administration (HTML) tool from IIS 
Manager
• Expand the local computer, expand the Web Sites folder, 
right-click the Administration Web site, and click Browse.
 

To administer an IIS Web server with the Remote 
Administration (HTML) tool
• Open your intranet site from a Web browser and type the 
following in the address bar: https://hostname:8098

Replace hostname with the name of the computer that you 
want to connect to and administer.
 
Is This Answer Correct ?    0 Yes 0 No
Vk
 

 
 
 
Other IIS Interview Questions
 
  Question Asked @ Answers
 
How do you create Virtual Root in IIS? Microsoft2
IIS Frontpage extenstions? TCS1
How do you remotely administer MS IIS? Microsoft3
IIS Isolation modes  3
What are webservices, its attributes. Where they are available ? TCS3
About stateless and state full web service ? Digital-GlobalSoft2
Types of authentications in IIS? Microsoft2
Advantages in IIS 6.0?  2
IIS logfile formats ?  1
What happens when a reference to web service is added ? Digital-GlobalSoft2
Connectivity of SQL 2000 + Vb. Using ODBC.  1
How to configure the sites in Web server (IIS)? Microsoft3
IIS Host headers  2
IIS backup/restore?  1
In which process does IIS runs ?  2
Where are the IIS log files stored?  2
IIS Application pool ?  2
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 ? Plz. Reply me IBM2
IIS Port numbers? Emind-Technologies5
How a proxy is generated for a web service ? TCS2
 
For more IIS Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com