Windows Azure Web Site (6) 使用FTP发布Azure Web Site

简介:

 《Windows Azure Platform 系列文章目录

 

  笔者在之前的文章中介绍的都是使用IDE,也就是Visual Studio,将本地的aspx发布到Azure Web Site上。

  在某些情况下,发布人员可能对于IDE不熟悉,那其实可以通过FTP进行发布。在这里笔者简单介绍一下。

 

  1.首先我们登陆Windows Azure Portal,地址是https://manage.windowsazure.com

  2.创建一个新的Web Site,如下图:

   

  3.创建完毕后,点击创建成功的website,如下图:

  

  4.页面跳转,点击Dashboard

  

  5.在Dashboard栏目中,点击Set up deployment credentials

  

  6.在弹出的页面中,设置FTP的用户名和密码,如下图:

  

  7.在Dashboard栏目中,可以浏览到FTP的地址和登录名,如下图:

  

  注意:FTP的登录名是包含[DNS]\[UserName],

  虽然我在步骤6中设置了user name是leizhang,但是我们在登陆FTP服务器的时候必须使用leiwebsite\leizhang

  

  8.打开Windows资源管理器,地址输入我上图中的FTP Host Name,

  用户名为leiwebsite\leizhang

  密码为我在步骤6中的密码,如下图:

  

 

  9.登陆成功后,将本地的项目文件保存到FTP中的Site目录的wwwroot目录下,图略。


本文转自Lei Zhang博客园博客,原文链接:http://www.cnblogs.com/threestone/p/4223198.html,如需转载请自行联系原作者

目录
相关文章
|
4月前
|
人工智能 安全 网络安全
Burp Suite Professional 2025.5 for Windows x64 - 领先的 Web 渗透测试软件
Burp Suite Professional 2025.5 for Windows x64 - 领先的 Web 渗透测试软件
216 4
Burp Suite Professional 2025.5 for Windows x64 - 领先的 Web 渗透测试软件
|
4月前
|
安全 Devops 测试技术
AppSpider 7.5.018 for Windows - Web 应用程序安全测试
AppSpider 7.5.018 for Windows - Web 应用程序安全测试
84 0
AppSpider 7.5.018 for Windows - Web 应用程序安全测试
|
7月前
|
人工智能 Linux iOS开发
Burp Suite Professional 2025.2 (macOS, Linux, Windows) - Web 应用安全、测试和扫描
Burp Suite Professional 2025.2 (macOS, Linux, Windows) - Web 应用安全、测试和扫描
344 12
Burp Suite Professional 2025.2 (macOS, Linux, Windows) - Web 应用安全、测试和扫描
|
7月前
|
安全 JavaScript Java
AppSpider Pro 7.5.015 for Windows - Web 应用程序安全测试
AppSpider Pro 7.5.015 for Windows - Web 应用程序安全测试
93 12
AppSpider Pro 7.5.015 for Windows - Web 应用程序安全测试
|
6月前
|
自然语言处理 安全 测试技术
HCL AppScan Standard 10.8.0 (Windows) - Web 应用程序安全测试
HCL AppScan Standard 10.8.0 (Windows) - Web 应用程序安全测试
327 0
HCL AppScan Standard 10.8.0 (Windows) - Web 应用程序安全测试
|
10月前
|
安全 Windows
【Azure Cloud Service】在Windows系统中抓取网络包 ( 不需要另外安全抓包工具)
通常,在生产环境中,为了保证系统环境的安全和纯粹,是不建议安装其它软件或排查工具(如果可以安装,也是需要走审批流程)。 本文将介绍一种,不用安装Wireshark / tcpdump 等工具,使用Windows系统自带的 netsh trace 命令来获取网络包的步骤
204 32
|
10月前
|
C# Windows
【Azure App Service】在App Service for Windows上验证能占用的内存最大值
根据以上测验,当使用App Service内存没有达到预期的值,且应用异常日志出现OutOfMemory时,就需要检查Platform的设置是否位64bit。
160 11
|
10月前
|
中间件 Docker Python
【Azure Function】FTP上传了Python Function文件后,无法在门户页面加载函数的问题
通过FTP上传Python Function至Azure云后,出现函数列表无法加载的问题。经排查,发现是由于`requirements.txt`中的依赖包未被正确安装。解决方法为:在本地安装依赖包到`.python_packages/lib/site-packages`目录,再将该目录内容上传至云上的`wwwroot`目录,并重启应用。最终成功加载函数列表。
109 0
|
11月前
|
网络协议 文件存储 Windows
Windows Server 2019 FTP服务器搭建
Windows Server 2019 FTP服务器搭建
334 0
|
11月前
|
网络协议 Windows
Windows Server 2019 Web服务器搭建
Windows Server 2019 Web服务器搭建
452 0