Web Deploy
5 posts tagged with this.
-
Web Deploy Parameters for Multi-Env IIS Hosts
Stop baking secrets into publish output. Use Web Deploy parameters and .pubxml profiles so one .NET 10 package targets staging and production IIS cleanly.
-
Folder Swaps and Smoke Tests for IIS .NET Deploys
Ship ASP.NET Core 10 to IIS with a staging folder, brief app_offline window, and a post-swap smoke check. Safer cutovers on shared and Windows VPS hosts without cloud slots.
-
Deploy .NET 10 to IIS with Web Deploy and CI
Ship ASP.NET Core apps to Windows IIS with Web Deploy, CI publish, config transforms, and post-deploy smoke checks. Practical patterns for shared and VPS hosts.
-
Stop Web Deploy from Editing Website ACL Permissions
Prevent Microsoft Web Deploy from automatically editing your website's ACL permissions during publish. Set IncludeSetAclProviderOnDestination to False using MSBuild commands or by editing your project and targets files to avoid permission errors.
-
Is Microsoft Web Deploy Publishing Supported on Windows Shared Hosting?
Yes, all Windows shared hosting packages support Microsoft Web Deploy Publishing for Web Matrix and Visual Studio 2010+. Enable it via the Web Publishing tab in each website's settings to generate credentials and profiles for direct IDE deployments.