How to Mange:
http://zenhabits.net/a-simple-guide-to-setting-and-achieving-your-life-goals/
Thursday, September 29, 2011
Wednesday, September 21, 2011
Technical Links
Entity Framework:
http://blogs.msdn.com/b/wriju/archive/2008/10/16/ado-net-entity-insert-update-and-delete-with-relationship.aspx
http://blogs.msdn.com/b/wriju/archive/2008/10/16/ado-net-entity-insert-update-and-delete-with-relationship.aspx
how to execute a program in another domain
Create shortcut of the program.
Go to properties and view the path.
For sql server it will be something like this:
"C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"
Just add this at the front in the shortcut path:
C:\Windows\System32\runas.exe /user:NEWDOMAIN\USERNAME /netonly "C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"
and voila..you are done.
You will be able to access the resource in another domain from a different domain.
Go to properties and view the path.
For sql server it will be something like this:
"C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"
Just add this at the front in the shortcut path:
C:\Windows\System32\runas.exe /user:NEWDOMAIN\USERNAME /netonly "C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"
and voila..you are done.
You will be able to access the resource in another domain from a different domain.
Subscribe to:
Posts (Atom)