Get Free Exam vouchers with 20% discount with Free Secondshot. This can be used for MCP/MCTS/Dynamics exams. Simply email the following details to vmaceda at hotmail dot com:
Country:
Number of Exam Vouchers:
Tuesday, September 28, 2010
Tuesday, September 21, 2010
Remap user permissions to objects in the database
There's a time where you need to restore a prod database over a test database. Then all permissions in the stored procedures were gone. To fix this execute the following command:
EXEC sp_change_users_login 'Auto_Fix', ''
This will remap the database users login to the right objects.
**This must be done to all database user
EXEC sp_change_users_login 'Auto_Fix', '
This will remap the database users login to the right objects.
**This must be done to all database user
Serious ASP.NET exploit
A serious ASP.NET exploit has been discovered. It can be used to decrypt viewstate, remotely log in as any user and potentially gain control over a server.
http://www.youtube.com/watch?v=yghiC_U2RaM
The exploit works by firing thousands of requests at a website, examining the returned error messages for information and eventually collecting enough information to derive the server's encryption key. Any ASP.NET website that doesn't return a static error page can be hacked using this method.
http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx
http://www.youtube.com/watch?v=yghiC_U2RaM
The exploit works by firing thousands of requests at a website, examining the returned error messages for information and eventually collecting enough information to derive the server's encryption key. Any ASP.NET website that doesn't return a static error page can be hacked using this method.
http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx
Subscribe to:
Posts (Atom)