|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
system.security.securityexceptionI need some help here with security. I have a vb.net program that resides on
remote laptops. When the users log into another application (siebel) on some server which I do not know anything about that application launches my vb.net program. The program launches and shows up in the prosses in the task manager and runs for several seconds and the stops running. It does not however show the intial screens (user inteface) required to run my application it however never shows up on the applications tab of the task manager. It does not appear to give any error. Thanks Tim If it "does not appear to give any error", where does the SecurityException
in your post title come from? If there is a SecurityException being thrown, might you be able to capture the full exception details (via its ToString method) and post them here? Show quoteHide quote "buriahome" <buriah***@discussions.microsoft.com> wrote in message news:8746BCD3-0DF5-4CD1-ABA8-B02CE8019FCD@microsoft.com... >I need some help here with security. I have a vb.net program that resides >on > remote laptops. When the users log into another application (siebel) on > some > server which I do not know anything about that application launches my > vb.net > program. The program launches and shows up in the prosses in the task > manager > and runs for several seconds and the stops running. It does not however > show > the intial screens (user inteface) required to run my application it > however > never shows up on the applications tab of the task manager. It does not > appear to give any error. > > Thanks > Tim Nicole:
I was getting a security exception when I launched pgm from another laptop but I resolved with security mgr. Here is what is occuring...A remote user using a laptop runs a application on there local laptop during the course of the load of that application it then launches my vb.net program on their laptop to do some updating and when done is to continue with the original application. What happens it that my application is launched on the remote laptop and shows in the task manager processes tab but not the applications tab. I have to kill the process in order for there main application to continue loading. I think it is a security issue because I can run it locally on the laptops but it won't work when launched from their original application (another server). I have found out that the application that lauches mine is a vb6.0 application. If I change the caluculator pgm to my program name it will launch the calculator pgm. I would appreciate any help to resolve this issue and appreciate your reply. Tim Show quoteHide quote "Nicole Calinoiu" wrote: > If it "does not appear to give any error", where does the SecurityException > in your post title come from? If there is a SecurityException being thrown, > might you be able to capture the full exception details (via its ToString > method) and post them here? > > > > "buriahome" <buriah***@discussions.microsoft.com> wrote in message > news:8746BCD3-0DF5-4CD1-ABA8-B02CE8019FCD@microsoft.com... > >I need some help here with security. I have a vb.net program that resides > >on > > remote laptops. When the users log into another application (siebel) on > > some > > server which I do not know anything about that application launches my > > vb.net > > program. The program launches and shows up in the prosses in the task > > manager > > and runs for several seconds and the stops running. It does not however > > show > > the intial screens (user inteface) required to run my application it > > however > > never shows up on the applications tab of the task manager. It does not > > appear to give any error. > > > > Thanks > > Tim > > > Use Microsoft .NET configuration tool and set network zone as trusted. It is
not an acceptable way, i know, but should fix your problem. -- Show quoteHide quoteThanks, Yunus Emre ALPÖZEN BSc, MCAD.NET "buriahome" <buriah***@discussions.microsoft.com> wrote in message news:0C1F78B4-A862-4D18-94B1-6BD63F47FA09@microsoft.com... > Nicole: > > I was getting a security exception when I launched pgm from another laptop > but I resolved with security mgr. Here is what is occuring...A remote user > using a laptop runs a application on there local laptop during the course > of > the load of that application it then launches my vb.net program on their > laptop to do some updating and when done is to continue with the original > application. What happens it that my application is launched on the remote > laptop and shows in the task manager processes tab but not the > applications > tab. I have to kill the process in order for there main application to > continue loading. I think it is a security issue because I can run it > locally > on the laptops but it won't work when launched from their original > application (another server). I have found out that the application that > lauches mine is a vb6.0 application. If I change the caluculator pgm to my > program name it will launch the calculator pgm. I would appreciate any > help > to resolve this issue and appreciate your reply. > > Tim > > "Nicole Calinoiu" wrote: > >> If it "does not appear to give any error", where does the >> SecurityException >> in your post title come from? If there is a SecurityException being >> thrown, >> might you be able to capture the full exception details (via its ToString >> method) and post them here? >> >> >> >> "buriahome" <buriah***@discussions.microsoft.com> wrote in message >> news:8746BCD3-0DF5-4CD1-ABA8-B02CE8019FCD@microsoft.com... >> >I need some help here with security. I have a vb.net program that >> >resides >> >on >> > remote laptops. When the users log into another application (siebel) on >> > some >> > server which I do not know anything about that application launches my >> > vb.net >> > program. The program launches and shows up in the prosses in the task >> > manager >> > and runs for several seconds and the stops running. It does not however >> > show >> > the intial screens (user inteface) required to run my application it >> > however >> > never shows up on the applications tab of the task manager. It does not >> > appear to give any error. >> > >> > Thanks >> > Tim >> >> >> Yunus
I don't see a network zone. Show quoteHide quote "Yunus Emre ALPÖZEN [MCAD.NET]" wrote: > Use Microsoft .NET configuration tool and set network zone as trusted. It is > not an acceptable way, i know, but should fix your problem. > > -- > > Thanks, > Yunus Emre ALPÖZEN > BSc, MCAD.NET > > "buriahome" <buriah***@discussions.microsoft.com> wrote in message > news:0C1F78B4-A862-4D18-94B1-6BD63F47FA09@microsoft.com... > > Nicole: > > > > I was getting a security exception when I launched pgm from another laptop > > but I resolved with security mgr. Here is what is occuring...A remote user > > using a laptop runs a application on there local laptop during the course > > of > > the load of that application it then launches my vb.net program on their > > laptop to do some updating and when done is to continue with the original > > application. What happens it that my application is launched on the remote > > laptop and shows in the task manager processes tab but not the > > applications > > tab. I have to kill the process in order for there main application to > > continue loading. I think it is a security issue because I can run it > > locally > > on the laptops but it won't work when launched from their original > > application (another server). I have found out that the application that > > lauches mine is a vb6.0 application. If I change the caluculator pgm to my > > program name it will launch the calculator pgm. I would appreciate any > > help > > to resolve this issue and appreciate your reply. > > > > Tim > > > > "Nicole Calinoiu" wrote: > > > >> If it "does not appear to give any error", where does the > >> SecurityException > >> in your post title come from? If there is a SecurityException being > >> thrown, > >> might you be able to capture the full exception details (via its ToString > >> method) and post them here? > >> > >> > >> > >> "buriahome" <buriah***@discussions.microsoft.com> wrote in message > >> news:8746BCD3-0DF5-4CD1-ABA8-B02CE8019FCD@microsoft.com... > >> >I need some help here with security. I have a vb.net program that > >> >resides > >> >on > >> > remote laptops. When the users log into another application (siebel) on > >> > some > >> > server which I do not know anything about that application launches my > >> > vb.net > >> > program. The program launches and shows up in the prosses in the task > >> > manager > >> > and runs for several seconds and the stops running. It does not however > >> > show > >> > the intial screens (user inteface) required to run my application it > >> > however > >> > never shows up on the applications tab of the task manager. It does not > >> > appear to give any error. > >> > > >> > Thanks > >> > Tim > >> > >> > >> > > > Ok. Let's do it together..
Run Control Panel --> Administrative Tools --> Microsoft .NET Framework %version% Configuration As seen in scene 1 choose Runtime Security Policies and click adjust zone security... As seen in scene 2 choose "make changes to this computer" Choose Local Intranet as seen in scene 3 and move slider to top.. Then click next and click finish. Retry your application should work.... But this way is not recommended -- Show quoteHide quoteThanks, Yunus Emre ALPÖZEN BSc, MCAD.NET "buriahome" <buriah***@discussions.microsoft.com> wrote in message [attached file: scene1.jpg]news:B917981A-4D96-45B9-969C-8E2749C065B5@microsoft.com... > Yunus > > I don't see a network zone. > > "Yunus Emre ALPÖZEN [MCAD.NET]" wrote: > >> Use Microsoft .NET configuration tool and set network zone as trusted. It >> is >> not an acceptable way, i know, but should fix your problem. >> >> -- >> >> Thanks, >> Yunus Emre ALPÖZEN >> BSc, MCAD.NET >> >> "buriahome" <buriah***@discussions.microsoft.com> wrote in message >> news:0C1F78B4-A862-4D18-94B1-6BD63F47FA09@microsoft.com... >> > Nicole: >> > >> > I was getting a security exception when I launched pgm from another >> > laptop >> > but I resolved with security mgr. Here is what is occuring...A remote >> > user >> > using a laptop runs a application on there local laptop during the >> > course >> > of >> > the load of that application it then launches my vb.net program on >> > their >> > laptop to do some updating and when done is to continue with the >> > original >> > application. What happens it that my application is launched on the >> > remote >> > laptop and shows in the task manager processes tab but not the >> > applications >> > tab. I have to kill the process in order for there main application to >> > continue loading. I think it is a security issue because I can run it >> > locally >> > on the laptops but it won't work when launched from their original >> > application (another server). I have found out that the application >> > that >> > lauches mine is a vb6.0 application. If I change the caluculator pgm to >> > my >> > program name it will launch the calculator pgm. I would appreciate any >> > help >> > to resolve this issue and appreciate your reply. >> > >> > Tim >> > >> > "Nicole Calinoiu" wrote: >> > >> >> If it "does not appear to give any error", where does the >> >> SecurityException >> >> in your post title come from? If there is a SecurityException being >> >> thrown, >> >> might you be able to capture the full exception details (via its >> >> ToString >> >> method) and post them here? >> >> >> >> >> >> >> >> "buriahome" <buriah***@discussions.microsoft.com> wrote in message >> >> news:8746BCD3-0DF5-4CD1-ABA8-B02CE8019FCD@microsoft.com... >> >> >I need some help here with security. I have a vb.net program that >> >> >resides >> >> >on >> >> > remote laptops. When the users log into another application (siebel) >> >> > on >> >> > some >> >> > server which I do not know anything about that application launches >> >> > my >> >> > vb.net >> >> > program. The program launches and shows up in the prosses in the >> >> > task >> >> > manager >> >> > and runs for several seconds and the stops running. It does not >> >> > however >> >> > show >> >> > the intial screens (user inteface) required to run my application it >> >> > however >> >> > never shows up on the applications tab of the task manager. It does >> >> > not >> >> > appear to give any error. >> >> > >> >> > Thanks >> >> > Tim >> >> >> >> >> >> >> >> >> [attached file: scene2.jpg] [attached file: scene3.jpg] Have you tried running it over the network (i.e.: from the same server
location as the VB6 application uses) from one of the problem laptops? What result do you see in this scenario? Show quoteHide quote "buriahome" <buriah***@discussions.microsoft.com> wrote in message news:0C1F78B4-A862-4D18-94B1-6BD63F47FA09@microsoft.com... > Nicole: > > I was getting a security exception when I launched pgm from another laptop > but I resolved with security mgr. Here is what is occuring...A remote user > using a laptop runs a application on there local laptop during the course > of > the load of that application it then launches my vb.net program on their > laptop to do some updating and when done is to continue with the original > application. What happens it that my application is launched on the remote > laptop and shows in the task manager processes tab but not the > applications > tab. I have to kill the process in order for there main application to > continue loading. I think it is a security issue because I can run it > locally > on the laptops but it won't work when launched from their original > application (another server). I have found out that the application that > lauches mine is a vb6.0 application. If I change the caluculator pgm to my > program name it will launch the calculator pgm. I would appreciate any > help > to resolve this issue and appreciate your reply. > > Tim > > "Nicole Calinoiu" wrote: > >> If it "does not appear to give any error", where does the >> SecurityException >> in your post title come from? If there is a SecurityException being >> thrown, >> might you be able to capture the full exception details (via its ToString >> method) and post them here? >> >> >> >> "buriahome" <buriah***@discussions.microsoft.com> wrote in message >> news:8746BCD3-0DF5-4CD1-ABA8-B02CE8019FCD@microsoft.com... >> >I need some help here with security. I have a vb.net program that >> >resides >> >on >> > remote laptops. When the users log into another application (siebel) on >> > some >> > server which I do not know anything about that application launches my >> > vb.net >> > program. The program launches and shows up in the prosses in the task >> > manager >> > and runs for several seconds and the stops running. It does not however >> > show >> > the intial screens (user inteface) required to run my application it >> > however >> > never shows up on the applications tab of the task manager. It does not >> > appear to give any error. >> > >> > Thanks >> > Tim >> >> >>
Form Authentication and new browser instance
System.ExecutionEngineException for certificate object creation sspi in c# Web Services and Access Control I keep receiving a file/path access error. High-strength crypto problems RSA Encrypt/Decrypt with OAEP. OAEP Decryption Error Pls Help! Passing credential between two web sites on same machin Securty around .NET setup program |
|||||||||||||||||||||||