News

Windows-specific features include support for 25 Microsoft SQL databases of up to 2GB each, ASP.NET 4.8, ASP.NET Ajax and MVC 3, 4 and 5.
Describe the bug I have two projects: A legacy .NET Framework 4.8 MVC project, and a .NET 8 asp.net core project. The latter was generated using the Upgrade Assistant documented here: https://learn ...
ASP.NET Core 6 introduced a simplified hosting model that allows us to build lightweight APIs with minimal dependencies. These minimal API projects make it easy to get our application up and ...
When working with ASP.NET Core or ASP.NET Core MVC 5 you no longer need a web.config file. However, using a web.config file is perfectly valid if you’re hosting your application in IIS.
When two or more ASP.Net Core 3.1 MVC sites are hosted on the same host, their cookies conflict. Create two ASP.Core MVC projects. Set up each of them of them to work with DIFFERENT OIDC applications.
See als SmarterASP.NET, an ASP.NET hosting provider with more than 440,000 customers, was hit yesterday by ransomware.
Last time, we looked at the basics of tag helpers in ASP.NET MVC 6 and I showed how to create one. Let's dig a bit deeper this time, and now I'll show how to create a custom tag helper that loads a ...