|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You can open the solution to the source code, place the source code in Debug mode, and then build it. There is a .bat file that will register the DLLs in the GAC, and allow you to step into the framework methods, like FillDataTable. Then, you'll be able to watch the SqlCommand object as it is passed around and see where the password is being removed.
|