There are a few things you have to know about the c:\windows\system32\inetsrv\metabase.xml file.
It can only be edited if the IIS 6.0 server is configured for "live" editing of that file.
To turn on live editing of the metabase:
-> Launch IIS 6.0
-> Right click on the (local computer) -> select Properties
In "Internet Information Services" tab -> check Enable Direct Metabaes Edit
If you don't have "live" editing turned on, you have to shutdown IIS 6.0 to edit the Metabase.
So now you can edit the metabase.xml file.
Be sure to make a backup.
Be sure to make a backup.
Be sure to make a backup.
Before you edit it -- so you can recover from a major mistake.
Paulc, what did you add to the metabase.xml file and where did you put it?
This is what I put in and publishing with FrontPage 2002 to FPSE2002 still returns with an error when the file is >500KB:
-> Open Notepad and edit c:\windows\system32\inetsrv\metabase.xml
-> Search for MaxConnections=
-> In a new line add
MaxClientRequestBuffer="65536"
-> That goes before MaxGlobalBandwidth=
Save file (if in live mode, if not you'll have to restart your shutdown IIS server).
Tested... no, no cigar
