The _Vti_Pvt Folder Contains Unwanted Files and Is Much Larger Than Expected (310755)
The information in this article applies to:
- FrontPage 2000 Server Extensions from Microsoft
- Microsoft Internet Information Services 5.0
- Microsoft Internet Information Server 4.0
This article was previously published under Q310755 SYMPTOMS
In Microsoft Internet Information Server (IIS) 4.0 or Microsoft Internet Information Services (IIS) 5.0, the _vti_pvt folder in the Web content folder may be much larger than expected, because it may contain files other than those files that are used by Microsoft FrontPage and IIS.
CAUSE
This behavior can occur if all of the following conditions are true:
- The FTP content folder (home directory) is mapped to the Web content folder on the Web server.
For example, C:\Inetpub\wwwroot (where wwwroot is the location of the Web's root content, and C is the drive on which the Web server content resides). The default FTP home directory is Inetpub\ftproot.
-and-
- The FTP site is configured to allow anonymous access.
-and-
- The IUSR_computer name account has Write Web server permissions to the FTP content folder.
By default, when you install IIS, the WWW Service and the FTP Service use the same account, IUSR_computer name, for anonymous access.
In this situation, a user who logs on by using the "anonymous" user name can use FTP to browse and upload files to the _vti_pvt folder that is located in the Web content folder.
RESOLUTION
To resolve this issue, use one of the following methods, as appropriate to your situation.
Method 1: Turn Off Anonymous FTP Authentication and Enable Basic Authentication
Use this method if you want to retain the mapping of the FTP content folder to the Web content folder on your Web server, but you do not want to allow anonymous access to the FTP server.
When you enable basic FTP authentication, users are required to enter valid Windows user names and passwords to log on to the FTP service. To disable anonymous FTP authentication and enable basic FTP authentication, follow these steps:
- Start Internet Services Manager or open the Microsoft Management Console (MMC) containing the IIS snap-in.
- Expand * server name (where server name is the name of the server).
- Right-click Default FTP Site, and then click Properties.
- Click the Security Accounts tab.
- Click to clear the Allow Anonymous Connections check box.
Click Yes if you receive the following message:
The authentication option you have selected results in passwords being transmitted over the network without data encryption. Someone attempting to compromise your system security could use a protocol analyzer to examine user passwords during the authentication process. For more detail on user authentication, consult the online help. This warning does not apply to HHTPS (or SSL) connections.
Are you sure you want to continue?
IMPORTANT: When you click to clear the Allow Anonymous Connections check box, you enable basic FTP authentication. In basic authentication, Windows user names and passwords are not encrypted and are sent across the network in clear text.
- Click OK.
- Start Windows Explorer, and then remove unwanted files from the _vti_pvt folder.
Method 2: Change the Home Directory of Your FTP Site
Use this method if you want to change the home directory of your FTP site to a different folder location than the Web content folder. Note that when you do this, users cannot browse and upload files to the Web content folder or any folders within the Web content folder.
- Start Internet Services Manager or open the MMC containing the IIS snap-in.
- Expand * server name (where server name is the name of the server).
- Right-click Default FTP Site, and then click Properties.
- Click the Home Directory tab.
- In the Local Path box, click Browse, locate and select the folder that you want to contain FTP content, and then click OK twice.
- Start Windows Explorer, and then remove unwanted files from the _vti_pvt folder.
Modification Type: | Minor | Last Reviewed: | 1/7/2006 |
---|
Keywords: | kbprb KB310755 |
---|
|