The ASP.NET samples distributed with PowerTCP FTP for .NET require extra set-up steps before they can be opened and viewed in Visual Studio .NET. The steps required are below.

ASP.NET FTP Client Instructions 
---------------------------------------------------------

To open the FTP Client in Visual Studio .NET, follow these steps:

1)   Using IIS, create a new virtual directory pointing to the project on disk.

2)   Edit the FtpClient.vbproj.webinfo file. Change the WebURLPath path value to the new virtual directory path you created. This path should be in the format http://[yourserver]/[yourvirtualpath]/FtpClient.csproj. For example, if you specified the virual path "DartSample", the WebURLPath would be somthing like http://localhost/DartSample/FtpClient.csproj".

3)   Open FtpClient.vbproj. The project should be opened in Visual Studio .NET.

4)   In the Solution Explorer, right-click Login.aspx and choose the "Set As The Start Page" option.

5)   Compile and run the project.


Common Errors
----------------------------------------------------------

"Unable to open Web Project '/'. The file path [your path] does not correspond to the url [your server path].  The two need to map to the same server location. HTTP error 404: Object not found."

This error could either mean a virtual directory was not created in IIS for the project, or the path specified in FtpClient.csproj.webinfo does not match the virtual directory path.


"Unable to find script library '/aspnet_client/system_web/1_0_3705_0/WebUiValidator.js'"

This error typically occurs if the web root was moved after installation. This usually can be fixed by running "aspnet_regiis -c".
	