Click here to Skip to main content
15,892,298 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Datagrid Pin
Chetan Patel7-Sep-07 2:26
Chetan Patel7-Sep-07 2:26 
QuestionExcel Data to MSSQL thru ASP.Net Pin
hifiger20045-Sep-07 11:19
hifiger20045-Sep-07 11:19 
QuestionMACRO - Calling Excel Macro thru ASP.Net Pin
hifiger20045-Sep-07 10:50
hifiger20045-Sep-07 10:50 
QuestionImport text file to MS Access, Asp.net(VB) Pin
RykieLouw5-Sep-07 7:20
RykieLouw5-Sep-07 7:20 
AnswerRe: Import text file to MS Access, Asp.net(VB) Pin
Christian Graus5-Sep-07 15:03
protectorChristian Graus5-Sep-07 15:03 
Questiondatabind parent control from popup Pin
bspro5-Sep-07 3:51
bspro5-Sep-07 3:51 
AnswerRe: databind parent control from popup Pin
Chetan Patel7-Sep-07 2:28
Chetan Patel7-Sep-07 2:28 
QuestionStarting an application on the server Pin
Deques5-Sep-07 1:43
Deques5-Sep-07 1:43 
Is it really possible to start a program that resides in the server from a web application?

I am using following code:
<br />
using System.Diagnostics;<br />
<br />
Process startNotepad = new Process();<br />
startNotepad.StartInfo.FileName = "notepad.exe";<br />
<br />
startNotepad.StartInfo.UseShellExecute = true;<br />
startNotepad.StartInfo.CreateNoWindow = false;<br />
<br />
startNotepad.Start();


This works while debugging the page. I can see notepad start. But when I try it in a server I dont see Notepad, but I do see a process in task manager started
AnswerRe: Starting an application on the server Pin
George L. Jackson5-Sep-07 7:04
George L. Jackson5-Sep-07 7:04 
GeneralRe: Starting an application on the server Pin
Fred_Smith6-Sep-07 0:47
Fred_Smith6-Sep-07 0:47 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:15
George L. Jackson6-Sep-07 2:15 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 1:22
Deques6-Sep-07 1:22 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:17
George L. Jackson6-Sep-07 2:17 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 2:22
Deques6-Sep-07 2:22 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:35
George L. Jackson6-Sep-07 2:35 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 2:40
Deques6-Sep-07 2:40 
Questionautomate the website according to system display settings Pin
harryforum5-Sep-07 1:24
harryforum5-Sep-07 1:24 
AnswerRe: automate the website according to system display settings Pin
hxhl955-Sep-07 18:18
hxhl955-Sep-07 18:18 
QuestionWriting Data To XML File Pin
varshavmane4-Sep-07 23:19
varshavmane4-Sep-07 23:19 
QuestionHow do i gray out background while displaying a Div Pin
www.Developerof.NET4-Sep-07 22:03
www.Developerof.NET4-Sep-07 22:03 
QuestionProblem in Accessing File Pin
Anne_mathew4-Sep-07 19:12
Anne_mathew4-Sep-07 19:12 
AnswerRe: Problem in Accessing File Pin
George L. Jackson5-Sep-07 7:12
George L. Jackson5-Sep-07 7:12 
QuestionQuestion on Update Panel Pin
\laddie4-Sep-07 19:09
\laddie4-Sep-07 19:09 
QuestionPossible? Keep position absolute consistent in mozilla? [modified] Pin
Justincc4-Sep-07 9:17
professionalJustincc4-Sep-07 9:17 
AnswerRe: Possible? Keep position absolute consistent in mozilla? Pin
George L. Jackson4-Sep-07 10:11
George L. Jackson4-Sep-07 10:11 

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.