Technorati Tags: rdp,remote-desktop,terminal-services
Finding CPU Utilization on SQL Server
Run this query to see if there is an increasing amount on a particular SPID select spid, cpu, physical_io from sysprocesses order by cpu desc Technorati Tags: sql,t-sql,sql-server
Hotmail/Live Email Sending Problems
I’ve spent the last day or two trying to resolve why email was not being sent from specific SMTP Server to Hotmail. By signing up for Smart Network Data Services, you can…
Finding duplicates with SQL
This is probably one of the most useful pages I’ve ever used on the Internet http://www.petefreitag.com/item/169.cfm Technorati Tags: sql
VSWebCache
When you open a Visual Studio .NET 2003 web project, you need to have your IIS virtual directory match what is in your SLN file as well as your .webinfo file. That…
URL Rewriting Problems
This is from a blog post that Scott Guthrie wrote on URL Rewriting (original post here: http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx) Handling CSS and Image Reference Correctly One gotcha that people sometime run into when using…
ReadyBoost
http://www.vistarip.com/e107_plugins/faq/faq.php?0.cat.4.7 Technorati Tags: vista,hardware
ReBind ASPX.VB/CS (Codebehind) to ASPX
Technorati Tags: asp.net,vb.net,c#,visualstudio2003,vs2003 Something has happened to a solution file that I’m working with and the codebehind has been unbinded from it’s ASPX page. Use the following technique to rebind in VS2003…
Creating Custom Workflows
In order to achieve the list behavior I wanted, I had to create a custom workflow. The problem was I wanted to have a task list feed into a calendar. I wanted…
Web Application Stress Tool
I ran into some issues with the web application stress tool on Vista x64. I need to download the dll msvcp50.dll from the DLLfiles on web. Then I copied it to the…