Click here to Skip to main content
15,894,955 members
Home / Discussions / ASP.NET
   

ASP.NET

 
NewsNew features on ASP.NET 4.0 Pin
saanj29-Apr-09 0:37
saanj29-Apr-09 0:37 
GeneralRe: New features on ASP.NET 4.0 Pin
Rolando CC29-Apr-09 4:11
professionalRolando CC29-Apr-09 4:11 
QuestionExport HTML to DOC/PDF with header and footer Pin
Member 398136629-Apr-09 0:29
Member 398136629-Apr-09 0:29 
QuestionHow to run an .exe from asp.net page Pin
Anjani Poornima29-Apr-09 0:28
Anjani Poornima29-Apr-09 0:28 
AnswerRe: How to run an .exe from asp.net page Pin
Murugesan G29-Apr-09 0:34
Murugesan G29-Apr-09 0:34 
AnswerRe: How to run an .exe from asp.net page Pin
Abhijit Jana29-Apr-09 0:45
professionalAbhijit Jana29-Apr-09 0:45 
GeneralRe: How to run an .exe from asp.net page Pin
Anjani Poornima29-Apr-09 1:03
Anjani Poornima29-Apr-09 1:03 
GeneralRe: How to run an .exe from asp.net page Pin
Abhijit Jana29-Apr-09 1:20
professionalAbhijit Jana29-Apr-09 1:20 
Anjani Poornima wrote:
I tried using system.diagoistics.process.start(".exe");

But it just works in the development side not the webserver. that means. when I click run in the VS.net, it can open a .exe . when i publish it to our web server. I just can see the .exe running under the task manager in the server side, but I can not see any .exe any input will be greatly appreciated.


As, I have already told you, Process.Start will execute process in Server not in Client. So This will not do the job for you.

First of all think why you need to execute the exe in Asp.net? Any alternative option to solve this.
If you need it then Go for ActiveX control and I have already suggested you it will work only in IE.

cheers,
Abhijit
CodeProject MVP

GeneralRe: How to run an .exe from asp.net page Pin
Sreekumar P P29-Apr-09 2:31
Sreekumar P P29-Apr-09 2:31 
GeneralRe: How to run an .exe from asp.net page Pin
Abhijit Jana29-Apr-09 2:45
professionalAbhijit Jana29-Apr-09 2:45 
QuestionError:There is no source code available for the current location. show disasembly Pin
snehasish29-Apr-09 0:23
snehasish29-Apr-09 0:23 
AnswerRe: Error:There is no source code available for the current location. show disasembly Pin
codingrocks29-Apr-09 1:00
codingrocks29-Apr-09 1:00 
QuestionGridView Format Pin
cujuo29-Apr-09 0:11
cujuo29-Apr-09 0:11 
AnswerRe: GridView Format Pin
jai_10129-Apr-09 0:21
jai_10129-Apr-09 0:21 
QuestionDatalist New Row Pin
sameercodes29-Apr-09 0:04
sameercodes29-Apr-09 0:04 
Questionvbscript Pin
sarav8829-Apr-09 0:01
sarav8829-Apr-09 0:01 
QuestionHow to show Message Box in Asp.Net with C# Pin
princy1028-Apr-09 23:56
princy1028-Apr-09 23:56 
AnswerRe: How to show Message Box in Asp.Net with C# Pin
Murugesan G29-Apr-09 0:02
Murugesan G29-Apr-09 0:02 
AnswerRe: How to show Message Box in Asp.Net with C# Pin
jai_10129-Apr-09 0:04
jai_10129-Apr-09 0:04 
AnswerRe: How to show Message Box in Asp.Net with C# Pin
Vimalsoft(Pty) Ltd29-Apr-09 2:35
professionalVimalsoft(Pty) Ltd29-Apr-09 2:35 
GeneralRe: How to show Message Box in Asp.Net with C# Pin
Abhijit Jana29-Apr-09 2:59
professionalAbhijit Jana29-Apr-09 2:59 
GeneralRe: How to show Message Box in Asp.Net with C# Pin
Vimalsoft(Pty) Ltd29-Apr-09 3:08
professionalVimalsoft(Pty) Ltd29-Apr-09 3:08 
QuestionMenu Control inside the View Control of the Multiview Control Pin
Vimalsoft(Pty) Ltd28-Apr-09 23:35
professionalVimalsoft(Pty) Ltd28-Apr-09 23:35 
QuestionTextbox Focus Problem Pin
Hemalatha.A.M.28-Apr-09 23:21
Hemalatha.A.M.28-Apr-09 23:21 
AnswerRe: Textbox Focus Problem Pin
jai_10128-Apr-09 23:56
jai_10128-Apr-09 23:56 

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.