上传 ASP.NET 页面
抱歉,如果这是微不足道的,
我应该在我的网站中使用 filezilla 上传我的 ASP.NET 解决方案中的哪些文件?
谢谢
这些错误出现在vs中:
正在连接到 ftp://my____website.com/... 发布 文件夹/...无法添加 网站的“Answer.aspx”。可以 找不到 Web 服务器 端口 21 上的“my____website.com”。请 检查以确保 Web 服务器 名称有效并且您的代理设置 设置正确。如果你确定 一切都是正确的,网络 服务器可能暂时无法使用 服务。无法添加“Default.aspx” 到网站。找不到网站 服务器位于“my____website.com”端口 21. 请检查以确保 Web 服务器名称有效并且您的 代理设置设置正确。如果 你确定一切都好 正确,Web 服务器可能是 暂时停止服务。无法 将“Web.config”添加到网站。 找不到 Web 服务器 端口 21 上的“my____website.com”。请 检查以确保 Web 服务器 名称有效并且您的代理设置 设置正确。如果你确定 一切都是正确的,网络 服务器可能暂时无法使用 服务。无法添加 “my____website.bmp”到网站。 找不到 Web 服务器 端口 21 上的“my____website.com”。请 检查以确保 Web 服务器 名称有效且您的代理设置 设置正确。如果你确定 一切都是正确的,网络 服务器可能暂时无法使用 服务。正在发布文件夹App_Data... 正在发布文件夹 bin...无法添加 “bin/my____website.dll”到网络 地点。找不到 Web 服务器 端口 21 上的“my____website.com”。请 检查以确保 Web 服务器 名称有效并且您的代理设置 设置正确。如果你确定 一切都是正确的,网络 服务器可能暂时无法使用 服务。无法添加 “bin/my____website.pdb”到网络 地点。找不到 Web 服务器 端口 21 上的“my____website.com”。请 检查以确保 Web 服务器 名称有效且您的代理设置 设置正确。如果你确定 一切都是正确的,网络 服务器可能暂时无法使用 服务。
========== 构建:1 成功或最新,0 失败,0 跳过
========== 发布:0 成功,1 失败,0 跳过 ==========
sry if this is trivial
which files from my asp.net solution should i upload using filezilla in my website please?
thank you
These errors are appearing in vs:
Connecting to
ftp://my____website.com/... Publishing
folder /... Unable to add
'Answer.aspx' to the Web site. Could
not find a Web server at
'my____website.com' on port 21. Please
check to make sure that the Web server
name is valid and your proxy settings
are set correctly. If you are sure
that everything is correct, the Web
server may be temporarily out of
service. Unable to add 'Default.aspx'
to the Web site. Could not find a Web
server at 'my____website.com' on port
21. Please check to make sure that the Web server name is valid and your
proxy settings are set correctly. If
you are sure that everything is
correct, the Web server may be
temporarily out of service. Unable to
add 'Web.config' to the Web site.
Could not find a Web server at
'my____website.com' on port 21. Please
check to make sure that the Web server
name is valid and your proxy settings
are set correctly. If you are sure
that everything is correct, the Web
server may be temporarily out of
service. Unable to add
'my____website.bmp' to the Web site.
Could not find a Web server at
'my____website.com' on port 21. Please
check to make sure that the Web server
name is valid and your proxy settings
are set correctly. If you are sure
that everything is correct, the Web
server may be temporarily out of
service. Publishing folder App_Data...
Publishing folder bin... Unable to add
'bin/my____website.dll' to the Web
site. Could not find a Web server at
'my____website.com' on port 21. Please
check to make sure that the Web server
name is valid and your proxy settings
are set correctly. If you are sure
that everything is correct, the Web
server may be temporarily out of
service. Unable to add
'bin/my____website.pdb' to the Web
site. Could not find a Web server at
'my____website.com' on port 21. Please
check to make sure that the Web server
name is valid and your proxy settings
are set correctly. If you are sure
that everything is correct, the Web
server may be temporarily out of
service.========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用的是 Visual Studio,则可以使用“发布”功能:
这将仅发布您的网站所需的文件。
If you're using Visual Studio, you can use the Publish functionality:
This will publish only the files needed to your website.
右键单击您的 Web 项目并选择“发布”。将输出更改为空目录并复制放置在那里的所有文件。
另请参阅此 MSDN 文章,了解有关发布网站
http 的 更多详细信息://msdn.microsoft.com/en-us/library/1y1404zt(VS.80).aspx
Right click on your web project and choose Publish. Change the output to an empty directory and copy all files that get put there.
Also see this MSDN article for more details on Publishing your site
http://msdn.microsoft.com/en-us/library/1y1404zt(VS.80).aspx