Random

Just another weblog.

Monday, November 30, 2009

In Visual Studio, editing a connection, you cannot acquire a managed connectionf rom the run-time connection manager

New ADO.NET connection”, “New”, then from the .Net provider drop down list, choose Odbc data provider, then provide your connection information (either choose from your existing ODBC source, or provide your connection string as DSN=…)

posted by sam at 1:29 pm  

Wednesday, November 18, 2009

Enabling terminal services on a remote computer

regedit, connect to remote registry

KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server

locate a REG_DWORD value named fDenyTSConnection. Double-click on fDenyTSConnection and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled).

posted by sam at 9:44 pm