Browse by Tags
All Tags »
ASP.NET (RSS)
We had a requirement to provide a support forum in our online store for Secret Server which led to the classic "Buy vs. Build" decision. Build : The requirements were very simple and it could be developed in-house but who wants to write simple forum code
Read More...
Our product, Secret Server , now supports ASP.NET 2.0. Testing on ASP.NET 2.0 started with a horrible crash on the secret view page resulting in the typical "but it worked fine in 1.1?!". Here is the exception stack trace, we were seeing: Message: Collection
Read More...
Error reporting is enormously powerful. Knowing when your customers are seeing errors is the first step to improving the quality of your application. In my previous post , I mentioned capturing client-side script exceptions while discussing a dreaded
Read More...
While this doesn't classify as great development practice, sometimes a well tested hotfix to a production site is just the right thing to solve a client's problem quickly. In our case, the problem was too many emails being sent due to ClientScriptExceptions
Read More...
You have an ASP.NET page that is full of great controls, functionality, etc. but now you need to print it or render a "readonly" view of the page. Wouldn't it be nice if there was a little ReadOnly property that you could flip to true on the page and
Read More...