Setting up the IIS Services
16 March 2002 by Snakefoot | Comment » | Trackback OffThe Internet Information Server(IIS) has several useful services :
- The IIS File Transfer Protocol (FTP) Server, is useful when needing a file server.
HOW TO: Set Up an FTP Server in Windows 2000 (Q300662)
Information About the IIS File Transmission Protocol (FTP) Service (Q283679)
- The IIS Network News Transfer Protocol (NNTP) Server, is useful when needing a news server.
HOW TO: Set Up and Configure an NNTP Virtual Server in Windows 2000 (Q308162)
- The IIS Hyper Text Transport Protocol (HTTP) Server, is useful if wanting a web server to host your homepage.
HOW TO: Configure Windows 2000 as a Web Server (Q308192)
HOW TO: Troubleshoot the Web Server in Windows 2000 (Q297954)
HOW TO: Troubleshoot ASP in IIS 5.0 in Windows 2000 (Q309051)
HOW TO: Optimize Web Server Performance in Windows 2000 (Q308186)
HOW TO: Enable IIS Logging Site Activity in Windows 2000 (Q300390)
HOW TO: Enable SSL for your web site in IIS (Q298805)
HOW TO: Create a New Virtual Web Site with Its Own IP Address in IIS (Q300991)
HOW TO: Create a Virtual Folder (Subweb) in IIS 4.0 or IIS 5.0 (Q301392)
- The IIS Simple Mail Transfer Protocol (SMTP) Server, is useful when needing a mail server.
HOW TO: Set Up and Configure an SMTP Virtual Server in Windows 2000 (Q308161)
- The configuration of ISS can take time, so it is a good idea to save the configuration when done:
HOW TO: Create a Metabase Backup in IIS 5 (Q300672)
HOW TO: Use Windows Backup and Recovery Tools to Make a Data Backup of IIS (Q301420)
HOW TO: Back Up and Restore IIS 5.0 in Windows 2000 (Q302573)
- Open a command prompt in this folder:
c:\inetpub\adminscripts
- Execute this command (Max value for Srv. is 2000000000):
cscript adsutil.vbs set w3svc/MaxConnections 40
- Open a command prompt in this folder:
c:\inetpub\adminscripts
- Execute this command:
- To lower timeout:
cscript adsutil.vbs set w3svc/ConnectionTimeout 60
- To disable timeout (Closes connection right after request):
cscript adsutil.vbs set w3svc/AllowKeepAlive 0
- To lower timeout:
Updated: 23 September 2007