Archive for September, 2009

Safe Base64 Url in ASP .NET

Monday, September 28th, 2009

So came into a problem of url encoding in IIS 7 where it does not like “+”, “/” in the Url. Basically a Url that looks like of like this http://fake.abc/TIRlcEq0umjO6uJqtqvnkUGntUzv19rK+8mcvPK5qL1bwEZtEUqTlc3iF/TomuXU746Il5IF2iN9SeYuYDqt6SQzfdrv+Ltug2KZteKlYawc= I know you may say what is this??? Its actually some kind of encrypted data that is in base64, but since IIS 7 does [...]

Share

Cannot find SQL Management Studio after install of SQL2005

Monday, September 21st, 2009

So was just in the process of installing SQL2005 on one of our VM to test some stuff. Guess what install went great with Client Tools selected, but unfortunately SQL Management Studio doesn’t get installed??? Why ohhh why? So anyways, the solution is quite simple don’t use the installer again, simply go into the CD [...]

Share