<Windows Azure Platform 系列文章目录> 在笔者之前的文章中,介绍了我们在使用Azure Web App,可以把静态资源保存到Azure Storage中: Windows Azure HandBook (7) 基于Azure Web App的企业官网改造 这样动态的请求会发送到Azure Web App,静态的图片请求会发送到Azure Storage中 减少Azure Web App对于主机带宽的压力. 但是在某些时候,我们还是会把静态资源放在和Web代码里.比如我们…
Adding Sign-On to Your Web Application Using Windows Azure AD 14 out of 19 rated this helpful - Rate this topic This document will show you how to configure a .NET application to perform web single sign-on against your Windows Azure AD enterprise dir…
在云计算大行其道的时代,当你在部署一个网站时,第一选择肯定是各式各样的云端服务.那么究竟使用什么样的云端服务才能够以最快捷的方式部署一个 ASP.NET Core 的网站呢?Azure 的 Web App 服务是个很好的选择. 下面我们会通过 Visual Studio 创建一个 Asp.net Core demo 应用,然后把这个 demo 应用部署到 Azure Web App. 通过阅读本文,你将会了解到如何创建 Asp.NET Core 应用程序和如何在 Azure 上创建 Web Ap…
When you upgrade to Microsoft SharePoint Server 2010, some of the new SharePoint Enterprise Search Web Parts are missing from the Web Part gallery for upgraded site collections. The following are the missing Web Parts: Refinement Panel Related Querie…
Azure Web 应用提供高度可缩放.自修补的 Web 托管服务. 本快速入门演示如何将第一个 ASP.NET Web 应用部署到 Azure Web 应用中. 完成后,便拥有了一个资源组,该资源组包含一个应用服务计划和一个具有已部署的 Web 应用程序的 Azure Web 应用. 先决条件 若要完成本教程,需执行以下操作: 使用以下工作负荷安装 Visual Studio 2017: ASP.NET 和 Web 开发 Azure 开发 Note 如果没有 Azure 订阅,可在开始前创建一…