Re: Executing EXE
From: Nicole Calinoiu (calinoiu)
Date: 07/05/05
- Next message: BRG: "Windows authentication doesn't work: 401.1"
- Previous message: Edward: "Re: How to use SSL"
- In reply to: Yoshitha: "Re: Executing EXE"
- Next in thread: Yoshitha: "Re: Executing EXE"
- Reply: Yoshitha: "Re: Executing EXE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 5 Jul 2005 07:17:37 -0400
Since the client's Windows 2003 machine may be using a different CAS policy
or ASP.NET trust level than either your Windows 2000 or 2003 machines,
there's no a prior reason to expect that their SecurityException stems from
the same cause as your apparently silent failure. Because of this,
resolving the problems on your machine and the client's machine may require
two entirely separate troubleshooting efforts. Which one would you like to
tackle first?
"Yoshitha" <gudivada_kmm@rediffmail.com> wrote in message
news:ec8bhqRgFHA.1480@TK2MSFTNGP10.phx.gbl...
> It is not displaying any error, it is executing that line but not invoking
> the exe file and then executing the remaining lines of the code.
>
> But we gave the same code to the client and he also using the windows
> server
> 2003 and he is getting the error like "Security Exception"
>
> "Nicole Calinoiu" <calinoiu REMOVETHIS AT gmail DOT com> wrote in message
> news:uoskyfKgFHA.3616@TK2MSFTNGP12.phx.gbl...
>> What do you mean by "is not working"? Is an exception being thrown and,
> if
>> so, could you please provide the full exception details as output by its
>> ToString method?
>>
>>
>> "Yoshitha" <gudivada_kmm@rediffmail.com> wrote in message
>> news:u7tYZPKgFHA.1480@TK2MSFTNGP10.phx.gbl...
>> > Hi
>> > I wrote the following code to run the exe file in my web application
>> >
>> >
> System.Diagnostics.Process.Start("E:\Projects\Encrypt-Decrypt\bin\WindowsApp
>> > lication1.exe")
>> >
>> > and it is running successfully in windows 2000 professional , but the
> same
>> > code is not working in windows server 2003.
>> >
>> > can anybody tell me how to solve this problem.
>> >
>> > Thanx in advance
>> >
>> >
>>
>>
>
>
- Next message: BRG: "Windows authentication doesn't work: 401.1"
- Previous message: Edward: "Re: How to use SSL"
- In reply to: Yoshitha: "Re: Executing EXE"
- Next in thread: Yoshitha: "Re: Executing EXE"
- Reply: Yoshitha: "Re: Executing EXE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]