Showing results for asp.net - Developer Support

Apr 7, 2020
0
0

Injecting content to every page on a site

Developer Support
Developer Support

I had to come up with a way to magically inject a script on every response, regardless of what technology was used to create the application or web page… believe it or not, this was not only possible but it is quick and simple!

Teamasp.netURL Rewrite
Jan 20, 2020
0
0

Understanding how to port your ASP.NET web apps to ASP.NET Core

Developer Support
Developer Support

There are several reasons that developers and architects may consider moving to ASP.NET Core. In this post, learn all the considerations when planning an upgrade from ASP.NET to ASP.NET Core.

Teamasp.netasp.net core
May 10, 2019
0
0

Moving legacy ASP.NET apps with Windows authentication to Azure App Service (Part 1)

Developer Support
Developer Support

App Dev Manager Mike Lapierre explores authentication options when moving legacy ASP.NET apps to Azure App Services. When attempting to move legacy ASP.NET apps to Azure App Service, you might encounter a few challenges which are documented here. I want to cover specially the use Windows authentication which is not supported in Azure App Ser...

TeamAuthenticationApp Services
Feb 27, 2019
0
0

Enterprise Application Modernization using Windows Containers

Developer Support
Developer Support

Enterprise organizations today have numerous simple CRUD based applications that call for modernization without necessarily needing to re-architect the legacy apps. If you have an existing .NET app that could use CI/CD but not necessarily any immediate rearchitecting efforts, this blog is for you.

TeamDockerContainers
Feb 20, 2019
4
1

Convert ASP.NET WebForms with Windows Authentication to use AAD

Developer Support
Developer Support

I work with a lot of enterprise customers that have sizable portfolios of Intranet web sites using Web Forms and Windows Integrated Authentication that they would like to move to Azure PaaS; however, we’ve found that a lot of documentation on these topics doesn’t extend back to Web Forms and instead targets .NET Core and MVC.

Azure ADasp.net
Jan 14, 2019
0
0

Moving your ASP.NET applications to the Microsoft Cloud

Developer Support
Developer Support

There are a few key scenarios that you will want to consider as you plan your migration strategy. Unless you have unlimited time, resources and money, it is likely that you will have to consider implementing one or more of the following options…

TeamAzureasp.net
Apr 15, 2018
0
0

Order of Precedence when Configuring ASP.NET Core

Developer Support
Developer Support

In this post, Premier Developer Consultant Randy Patterson introduces the new configuration API for ASP.NET Core and its order of precedence. In previous version of ASP.NET, configuration was primarily handled by the ConfigurationManager class. This class typically obtained the user configurable settings from the AppSettings section located in t...

Teamasp.netasp.net core
Mar 13, 2018
0
0

Considerations for load balancing your web applications

Developer Support
Developer Support

In this blog post, App Dev Managers Anand Shukla and Sash Kavalaparambil share some tips on configuring a load balancer for web applications.Sometimes the way a web application needs to manage state can have a profound impact on scalability and the load balancing configuration.  There are many different options (both software and hardware) to ...

Teamasp.netAppGW