ASP.NET config in Azure: Couldn’t be easier

I've started a new software development project recently, and the entire solution will be hosted on Azure PaaS resources, including Web Apps. Part of application development involves storing configuration settings for the application. Notably, this could include the database connection string(s). In the case of the app under development, there are Azure Active Directory, Azure … Continue reading ASP.NET config in Azure: Couldn’t be easier

Using ASP.NET 4.0 Extension-less Routing on IIS 7.5

Routing in ASP.NET 4.0 is a great way to set up friendly URLs with minimal effort. The process of doing this has been well described in many articles (see references below). Routing in ASP.NET 4 supports extension-less URLs, so that you can set up a mapping like this: http://www.mydomain.com/Products/Beverages instead of the version that has … Continue reading Using ASP.NET 4.0 Extension-less Routing on IIS 7.5