About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Category Archives: Development
Basic Authentication on the Mono framework
Use the NetworkCredential constructor with username and password as strings. The SecureString constructor resulted in a request without the password in the Authorization header.
Remote Debugging to Azure VM
Add Remote Debugging tools setup to your automation script and use point-to-site VPN to do remote debugging. Continue reading
Posted in Development
Tagged azure vm, Remote debugger, Remote Desktop Connection, visual studio
Leave a comment
Azure VM on Virtual Network
Create a Virtual Network and use it when creating new Virtual Machines in Windows Azure so they can find each other. Continue reading
Disable viewstate on IIS 7.5
Remove the viewstate with javascript to allow post to other page without viewstate in IIS 7.5. This avoids the “Validation of viewstate MAC failed” exception. Continue reading
Posted in Development
Tagged asp.net, iis, Mac, viewstate, Windows 2008 R2, Windows 7
Leave a comment