Click here to Skip to main content
15,893,814 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP session expire issue Pin
George_George4-Jun-09 23:09
George_George4-Jun-09 23:09 
Questionproblem with the database query Pin
Mathew P V4-Jun-09 20:10
Mathew P V4-Jun-09 20:10 
AnswerRe: problem with the database query Pin
Abhijit Jana4-Jun-09 20:28
professionalAbhijit Jana4-Jun-09 20:28 
QuestionValidators with the Modal Popup Extender Pin
anada88864-Jun-09 19:39
anada88864-Jun-09 19:39 
QuestionRE:Im tring to reference an object in a class Pin
Lee Mwangi4-Jun-09 19:16
Lee Mwangi4-Jun-09 19:16 
AnswerRe: RE:Im tring to reference an object in a class Pin
Lee Mwangi4-Jun-09 21:07
Lee Mwangi4-Jun-09 21:07 
QuestionExecute win process through the site Pin
CodingLover4-Jun-09 18:52
CodingLover4-Jun-09 18:52 
AnswerRe: Execute win process through the site Pin
Abhijit Jana4-Jun-09 20:04
professionalAbhijit Jana4-Jun-09 20:04 
CodingLover wrote:
What I want to do now is, start a win process (.exe) on the same machine through the ASP site. What's the best way to that.

Does your process will start for single time or it will execute based on user request?
CodingLover wrote:
I think of this simple start a process using System.Diagnostics.ProcessStartInfo.

Yes, you can Execute Process on your Server using System.Diagnostics.Process.
CodingLover wrote:
Is that safe, what your thoughts of that.

That depends on your requirements. Which process to start? How many times will it execute?

You should also need to give the Permission to execute the file. It will working fine from VS, but while you deploy it on Web server you need to give the permission.

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net

QuestionRe: Execute win process through the site Pin
CodingLover4-Jun-09 23:15
CodingLover4-Jun-09 23:15 
QuestionPanel control in asp.net Pin
Member 42602704-Jun-09 17:59
Member 42602704-Jun-09 17:59 
AnswerRe: Panel control in asp.net Pin
Christian Graus4-Jun-09 18:05
protectorChristian Graus4-Jun-09 18:05 
QuestionWhat is the best way to implement advertisement in the site? Pin
Member 23983124-Jun-09 17:39
Member 23983124-Jun-09 17:39 
AnswerRe: What is the best way to implement advertisement in the site? Pin
Christian Graus4-Jun-09 17:42
protectorChristian Graus4-Jun-09 17:42 
QuestionSending Email Pin
Mehdi Shafiee4-Jun-09 12:25
Mehdi Shafiee4-Jun-09 12:25 
AnswerRe: Sending Email PinPopular
Christian Graus4-Jun-09 13:19
protectorChristian Graus4-Jun-09 13:19 
AnswerRe: Sending Email Pin
Abhijit Jana4-Jun-09 20:39
professionalAbhijit Jana4-Jun-09 20:39 
AnswerRe: Sending Email Pin
Vasudevan Deepak Kumar4-Jun-09 21:31
Vasudevan Deepak Kumar4-Jun-09 21:31 
QuestionCopying or Converting datacolumn into array Pin
ashutosh_karna4-Jun-09 8:40
ashutosh_karna4-Jun-09 8:40 
AnswerRe: Copying or Converting datacolumn into array Pin
ToddHileHoffer4-Jun-09 10:38
ToddHileHoffer4-Jun-09 10:38 
GeneralRe: Copying or Converting datacolumn into array Pin
ashutosh_karna4-Jun-09 11:07
ashutosh_karna4-Jun-09 11:07 
GeneralRe: Copying or Converting datacolumn into array Pin
ToddHileHoffer4-Jun-09 15:41
ToddHileHoffer4-Jun-09 15:41 
Questionconverting from binary to string Pin
liamderice4-Jun-09 6:50
liamderice4-Jun-09 6:50 
AnswerRe: converting from binary to string Pin
Christian Graus4-Jun-09 11:47
protectorChristian Graus4-Jun-09 11:47 
GeneralRe: converting from binary to string Pin
liamderice4-Jun-09 18:12
liamderice4-Jun-09 18:12 
QuestionSetting ASPX Thread.CurrentThread.CurrentCulture - visibility? Pin
devvvy4-Jun-09 6:28
devvvy4-Jun-09 6:28 

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.