Click here to Skip to main content
15,884,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: mail attachment repeating Pin
kvsreedhar28-Sep-08 21:58
kvsreedhar28-Sep-08 21:58 
GeneralRe: mail attachment repeating Pin
whatUrunning.com28-Sep-08 22:01
whatUrunning.com28-Sep-08 22:01 
QuestionFailed to compare two elements in the array Pin
soonarai28-Sep-08 21:14
soonarai28-Sep-08 21:14 
Questionhow to attach a word document to asp.net web application using a checkbox control condition wise Pin
sumanth Reddy28-Sep-08 20:19
sumanth Reddy28-Sep-08 20:19 
QuestionHow to create a column contatining textbox control and make it editable in a gridview Pin
sumanth Reddy28-Sep-08 20:04
sumanth Reddy28-Sep-08 20:04 
AnswerRe: How to create a column contatining textbox control and make it editable in a gridview Pin
HemJoshi28-Sep-08 20:46
HemJoshi28-Sep-08 20:46 
QuestionGridview Add to List Field. Pin
Crazy Genius28-Sep-08 19:02
Crazy Genius28-Sep-08 19:02 
QuestionProbleam VB exe run on IIS Pin
Rinki Mukheraji28-Sep-08 18:37
Rinki Mukheraji28-Sep-08 18:37 
I am developing asp.net application. i have a visual basic exe. when use this exe in asp.net. for the below code
-------------------------------------
Process startinfo = new Process();
startinfo.EnableRaisingEvents = false;
startinfo.StartInfo.FileName = Server.MapPath("~//FolderName\\RR.exe");
startinfo.Start();
--------------------------------------
it is succeffully runing.

when my asp.net web application to run the IIS after publishing. Then that exe not running.

Plz help me. what's probleam.

I have been already full control that folder within store exe.
AnswerRe: Probleam VB exe run on IIS Pin
HemJoshi28-Sep-08 20:51
HemJoshi28-Sep-08 20:51 
GeneralRe: Probleam VB exe run on IIS Pin
Rinki Mukheraji29-Sep-08 1:46
Rinki Mukheraji29-Sep-08 1:46 
GeneralRe: Probleam VB exe run on IIS Pin
HemJoshi29-Sep-08 2:13
HemJoshi29-Sep-08 2:13 
GeneralRe: Probleam VB exe run on IIS Pin
Rinki Mukheraji29-Sep-08 2:55
Rinki Mukheraji29-Sep-08 2:55 
QuestionGridview problem Pin
kishorg128-Sep-08 18:34
kishorg128-Sep-08 18:34 
AnswerRe: Gridview problem Pin
Steve Echols28-Sep-08 19:32
Steve Echols28-Sep-08 19:32 
GeneralRe: Gridview problem Pin
kishorg128-Sep-08 19:50
kishorg128-Sep-08 19:50 
QuestionHow to print without user interaction Pin
J Liang28-Sep-08 16:30
J Liang28-Sep-08 16:30 
AnswerRe: How to print without user interaction Pin
N a v a n e e t h28-Sep-08 17:27
N a v a n e e t h28-Sep-08 17:27 
GeneralRe: How to print without user interaction Pin
J Liang28-Sep-08 17:50
J Liang28-Sep-08 17:50 
Questionset as homepage Pin
Tarun.Suneja28-Sep-08 9:55
Tarun.Suneja28-Sep-08 9:55 
AnswerRe: set as homepage Pin
John Ad28-Sep-08 20:20
John Ad28-Sep-08 20:20 
AnswerRe: set as homepage Pin
HemJoshi28-Sep-08 21:00
HemJoshi28-Sep-08 21:00 
QuestionHow can I place an extra item in dropdownbox as an 1st item even it has bounded to a table? Pin
JUNEYT28-Sep-08 7:08
JUNEYT28-Sep-08 7:08 
AnswerRe: How can I place an extra item in dropdownbox as an 1st item even it has bounded to a table? Pin
AlexeiXX328-Sep-08 7:16
AlexeiXX328-Sep-08 7:16 
GeneralRe: How can I place an extra item in dropdownbox as an 1st item even it has bounded to a table? Pin
N a v a n e e t h28-Sep-08 17:29
N a v a n e e t h28-Sep-08 17:29 
AnswerRe: How can I place an extra item in dropdownbox as an 1st item even it has bounded to a table? Pin
Sneha Bisht28-Sep-08 21:37
Sneha Bisht28-Sep-08 21:37 

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.