简体   繁体   English

在Windows 7中使用Visual Studio为asp.net应用程序配置ftp的IIS

[英]Configure IIS for ftp using Visual Studio for an asp.net application in windows 7

HI

can anyone please tell me how to do this please? 谁能告诉我该怎么做? I can't seem to do this 我似乎无法做到这一点

I have not been impressed with the built-in Microsoft FTP server, no matter what version of IIS you are using. 不管您使用什么版本的IIS,内置的Microsoft FTP服务器都不会给我留下深刻的印象。 I would recommend using FileZilla Server as a more secure alternative. 我建议使用FileZilla Server作为更安全的选择。 That being said, VS does not support encrypted ftp such as ftps or sftp. 话虽如此,VS不支持ftps或sftp等加密的ftp。 If you need to use ftp to manage a site I would do this outside of VS. 如果您需要使用ftp来管理站点,则可以在VS之外执行此操作。

That being said the link below will get you started managing websites in VS 2008: http://learn.iis.net/page.aspx/387/using-visual-studio-2008-with-iis-70/ 话虽如此,下面的链接将使您开始在VS 2008中管理网站: http : //learn.iis.net/page.aspx/387/using-visual-studio-2008-with-iis-70/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 用于Visual Studio Asp.Net应用程序的IIS访问 - IIS Access for Visual Studio Asp.Net Application 使用Visual Studio调试ASP.NET时,总是转到IIS Windows网页吗? - Always goto IIS Windows web page when debugging ASP.NET using Visual Studio? 在asp.net上使用axapta businessconnectornet导致Visual Studio / IIS崩溃 - Visual Studio / IIS Crashing using axapta businessconnectornet on asp.net 如何使用 Visual Studio 将 ASP.NET Web 应用程序 (.Net Framework) 发布到 FTP 服务器? - How to Publish ASP.NET Web Application (.Net Framework) with Visual Studio to FTP Server? 来自IIS7上的ASP.NET应用程序的FTP失败 - FTP from a ASP.NET application on IIS7 Fails 在Windows上使用Compass与Visual Studio C#和ASP.NET - Using Compass on Windows with Visual Studio C# and ASP.NET 使用Visual Studio 2012在ASP.NET上运行WPF应用程序 - Run WPF application on ASP.NET using Visual Studio 2012 在 Visual Studio 2015 中通过 FTP 发布 ASP.NET 网站 - Publish ASP.NET website by FTP in Visual Studio 2015 在Windows 7 ASP.Net页上的IIS上,CSS的显示不正确,如在Visual Studio 2010中的嵌入式服务器中 - On IIS in Windows 7 ASP.Net pages CSS is not show correclty as In the embedded server in Visual Studio 2010 IIS 7中的ASP.NET 2.0应用程序将忽略CAS,而在Visual Studio服务器中则不会将其忽略 - CAS being ignored by ASP.NET 2.0 application in IIS 7, not ignored in Visual Studio server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM