Click here to Skip to main content
15,906,816 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Which is Better? Pin
Kasson27-Jun-07 19:37
Kasson27-Jun-07 19:37 
AnswerRe: Which is Better? Pin
Vasudevan Deepak Kumar27-Jun-07 21:36
Vasudevan Deepak Kumar27-Jun-07 21:36 
AnswerRe: Which is Better? Pin
Mikeyyy28-Jun-07 20:39
Mikeyyy28-Jun-07 20:39 
QuestionExecution time triples with simple changes Pin
FinnGrimw27-Jun-07 12:36
FinnGrimw27-Jun-07 12:36 
AnswerRe: Execution time triples with simple changes Pin
J$27-Jun-07 13:30
J$27-Jun-07 13:30 
QuestionAuthentication exception Pin
Ananthalvan27-Jun-07 12:01
Ananthalvan27-Jun-07 12:01 
AnswerRe: Authentication exception Pin
Amit Kumar G27-Jun-07 14:01
Amit Kumar G27-Jun-07 14:01 
AnswerRe: Authentication exception Pin
Ananthalvan28-Jun-07 7:23
Ananthalvan28-Jun-07 7:23 
Hi Amit,
The problem is solved. Actually I was able to execute the code without impersonating any user. I had written my process starting code as

1    using (process = Process.Start(psi))<br />
2    {<br />
3      //use the process variable here to do further execution...<br />
4    }


Application was erring out at line 1. So I thought starting the process needs some permission to the user. Then by chance, I tried commented line 1 and started the process outside without using "using". It worked.

I do not understand why it fails when the process is started in "using".

If you know why using creates problem, do reply.

Thanks for your suggestion!





Ananth
QuestionChild elements in a custom web control Pin
mrPony27-Jun-07 11:30
mrPony27-Jun-07 11:30 
QuestionI Need Quick help Plz anybody... Pin
Sathyaa1527-Jun-07 9:07
Sathyaa1527-Jun-07 9:07 
AnswerRe: I Need Quick help Plz anybody... Pin
Christian Graus27-Jun-07 10:54
protectorChristian Graus27-Jun-07 10:54 
GeneralRe: I Need Quick help Plz anybody... Pin
Sathyaa1528-Jun-07 0:55
Sathyaa1528-Jun-07 0:55 
QuestionSending Mail Problem. Pin
deepaks327-Jun-07 8:38
deepaks327-Jun-07 8:38 
AnswerRe: Sending Mail Problem. Pin
Christian Graus27-Jun-07 10:55
protectorChristian Graus27-Jun-07 10:55 
GeneralRe: Sending Mail Problem. Pin
deepaks327-Jun-07 18:02
deepaks327-Jun-07 18:02 
QuestionHelp needed in performing validation Pin
gayathri_it200527-Jun-07 7:39
gayathri_it200527-Jun-07 7:39 
AnswerRe: Help needed in performing validation Pin
Not Active27-Jun-07 8:21
mentorNot Active27-Jun-07 8:21 
QuestionHttpWebRequest Pin
dekart_roo27-Jun-07 5:51
dekart_roo27-Jun-07 5:51 
QuestionDelete row from GridView which is bound to DataTable [modified] Pin
kjosh27-Jun-07 5:15
kjosh27-Jun-07 5:15 
AnswerRe: Delete row from GridView which is bound to DataTable Pin
Urs Enzler27-Jun-07 8:34
Urs Enzler27-Jun-07 8:34 
QuestionValues in array Pin
afreshpulse27-Jun-07 4:45
afreshpulse27-Jun-07 4:45 
AnswerRe: Values in array Pin
RichardGrimmer27-Jun-07 5:45
RichardGrimmer27-Jun-07 5:45 
GeneralRe: Values in array Pin
afreshpulse27-Jun-07 6:24
afreshpulse27-Jun-07 6:24 
GeneralRe: Values in array Pin
Urs Enzler27-Jun-07 8:40
Urs Enzler27-Jun-07 8:40 
GeneralRe: Values in array Pin
RichardGrimmer27-Jun-07 9:38
RichardGrimmer27-Jun-07 9:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.