Thursday, November 1, 2012

Fixing orphaned users in sql

After restoring a db from a model environment to a development environment, the database user was no longer associated with the sql login.
I ran sp_change_users_login 'Report' to get a list of the orphaned users, this return my database user.

Wednesday, February 16, 2011

WatiN

I’ve been exploring (again) using watin for doing automated web testing, mostly for smoke testing.

Link to docs: http://watin.sourceforge.net/doc/index.html

Friday, May 14, 2010

Where’s my web site?

I was trying to help a friend setup remote debugging and needed to know which w3wp.exe process to attach to, b/c there were 4 of them.

Found out there’s a script in windows\sytem32 that will list the app pools and which process they are in, called iisapp.vbs.

cscript iisapp.vbs

W3WP.exe PID: 2800   AppPoolId: DefaultAppPool

W3WP.exe PID: 2493   AppPoolId: DlgAppPool

Labels:

Is this thing still on?

Monday, June 29, 2009

streaming pdf

http://nilangshah.wordpress.com/2007/05/28/successfully-stream-a-pdf-to-browser-through-https/

Labels:

Wednesday, May 6, 2009

Digital Code Signing

For future reference: http://msdn.microsoft.com/en-us/library/aa140234(Office.10).aspx

Labels:

Wednesday, March 25, 2009

Microsoft Tech-Days

This is a 1-day virtual conference.

https://www.msfttechdays.com/public/home.aspx

Labels: