Err Msg: Error While Uploading Content. Web Server You Selected Does Not Indicate Support... (202170)
The information in this article applies to:
- Microsoft Site Server 3.0
- Microsoft Internet Information Server 4.0
This article was previously published under Q202170 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: SYMPTOMS
When you attempt to upload content using the Posting Acceptor ActiveX upload control, you may receive the following error message:
Error while uploading content. Web server you selected does not indicate support for the service provider you selected.
CAUSE
This error message can occur when the <meta name="postinfo"
content="/scripts/postinfo.asp"> meta tag is not present in the default page of the Web site. This error can also occur when there is no default document specified for the Web site.
RESOLUTION
To resolve this problem, do the following:
- Edit the default page for the Web site to ensure that the required Posting Acceptor meta tag is present:
-
Open the default page document on the default Web site, for example:
notepad c:\inetpub\wwwroot\default.asp
- Make sure the <meta name="postinfo" content="/scripts/postinfo.asp"> meta tag is included in the <head></head> section.
- The meta tag cannot be read because the IIS default document page is not setup correctly. For example, if the default page is Index.htm, make sure Index.htm is included in the default document list:
- Open the Microsoft Management Console (MMC).
- Select the Internet Information Server snap-in.
- Expand the list under the machine name, and then right-click the default Web site.
- Click Properties.
- Click the Documents tab.
- Click to enable the Enable Default Document check box.
- Ensure that the Index.htm file is in the list of documents.
Modification Type: | Minor | Last Reviewed: | 6/23/2005 |
---|
Keywords: | kbpending kbprb KB202170 |
---|
|