How to run EXE thru network
-
i have cretaed an application using odbcConnection, when i m running this exe from the network it is showing odbcpermission error. plz can any body help me to solve this thru coding in vb .net? i do not want to use manual setting thru .NET Framework wizard. thanks and regards kishore
-
i have cretaed an application using odbcConnection, when i m running this exe from the network it is showing odbcpermission error. plz can any body help me to solve this thru coding in vb .net? i do not want to use manual setting thru .NET Framework wizard. thanks and regards kishore
Any managed code running from a non-local source (read: any network source, trusted or not) is NOT trusted by default. In order to run code from a network source, you MUST understand Code Access Security[^]. It's a must read for any applicaiton actually, but becomes so much more important when running from an untrusted source.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
i have cretaed an application using odbcConnection, when i m running this exe from the network it is showing odbcpermission error. plz can any body help me to solve this thru coding in vb .net? i do not want to use manual setting thru .NET Framework wizard. thanks and regards kishore
I thought this question sounds familiar. Asking it again and again and again, won't change the answer[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007