Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Dumping IIS 6.0 Configuration
Name: superplay Date: March 7, 2004 at 03:57:20 Pacific OS: 2003 CPU/Ram: yes
Comment:
Is there a way to dump the configuration of an IIS server.
Name: gbbarry Date: March 25, 2004 at 19:12:31 Pacific
Reply:
Yes.
In IIS 6 click on computer icon and select all tasdks -> backup/restore configuration. in dialog click create backup. Enter file name and click okay. Files with extent MD0 and SC0 will be created in windows\system32\inetsrv\metaback. Thesae are xml files containing configuration info.
Also you can right click on web sites, specific web site or specific virtual directory select all tasks, save configuration to file. Files created this way will be saved to windows\system32\inetsrv and will have extent xml. They are configuration of entire web server from point selected toi right click.
You can create XSL credate 'pretty' document from XML. XML files can also be used to restore IIS configuratioon or to move or copy web site or virtual directory configurations to other web servers in a web farm - so configuration of multiple web servers in a web farm only needs to be manually done on one web server.
Summary: I've moved from IIS5.0 to IIS6.0 in WS2003SE. All settings in both environments I keep the same. All my web sites are configured to make log files in "W3C Extended Log File Format". The problems I see...
Summary: Hello, To setup websites on IIS 6.0 I did as follows: 1. Create a Forward lookup DNS zone xyz.com a) Create an A record (Same as parent), so it will be pointing to xyz.com b) Create an Alias (CNAME) w...