What is it?
ASP.NET 4.5 introduces a new feature called Assembly Interning allowing you to run a single instance of a shared assembly in memory. This approach provides performance improvements on cold start and reduces overall server memory usage.
ASP.NET 4.5 introduces a new feature called Assembly Interning allowing you to run a single instance of a shared assembly in memory. This approach provides performance improvements on cold start and reduces overall server memory usage.
When trying to open a Visual Studio solution, I encountered the following error.
C:\myFilePath\myService.Service.csproj : error : The Web Application Project XXXXXX.Service is configured to use IIS. IIS is not installed on this computer. To access local IIS Web sites, you must install the following IIS components: Internet Information Services IIS 6 Metabase and IIS 6 Configuration Compatibility ASP.NET In addition, you must run Visual Studio in the context of an administrator account. For more information, press F1.
Recently in our Microsoft Dynamics CRM 4.0 environment we encountered significant delays in outgoing emailnotifications being sent out from CRM.
An analysis of the Event Viewer logs revealed nothing useful, only the below generic error message
0x80044150 Generic SQL error
There are times where you may need to take an ASP.NET application offline to perform maintenance.
In this post I’ll show you how to do exactly that using the out-of-the-box capabilities of IIS / ASP.NET.
Continue reading© 2024 Shane Bartholomeusz
Theme by Anders Noren — Up ↑