I am Bryan Lanning

Full-Stack Software Developer,System Integrator,Data Analyst

Blog

Security

Change a User's Password in ASP.NET Membership

Security is great. Passwords are great. Until the user forgets their password. And the legacy system doesn't have a way to reset it.

Database

Moving SQL Server system databases

Sometimes the system databases of a SQL Server need to be moved to a different drive letter. In my case, it all went pretty smoothly until...

Debugging

Debugging VBScript

Sometimes it is just a matter of knowing the right word (or command) to solve an irritating problem. I always thought it should be possible to debug VBScript files using Visual Studio. Turns out, it is simple!