Hôm nay tui gặp phải lỗi khi dùng UrlRewritingNet Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not […]
Tháng: Tháng Chín 2014
[Dev Tip] SQL Server: Understanding and Controlling Connection
Bài viết gốc sudo man:
I got the idea for this article when one of our clients complained that their server’s performance was degrading during business hours. They thought it was weird that at the same time, SQL Server would list more than 1200 connections on SQL server Activity Monitor. The server…
[Dev Tip] How to run Background Tasks in ASP.NET
Bài viết gốc sudo man:
A few years back Phil Haack wrote a great article on the dangers of recurring background tasks in ASP.NET. In it he points out a few gotchas that are SO common when folks try to do work in the background. Read it, but here’s a summary from…