Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Logic for Attendance System Pin
sumanth Reddy26-Sep-08 22:39
sumanth Reddy26-Sep-08 22:39 
AnswerRe: Logic for Attendance System Pin
Paul Conrad27-Sep-08 5:34
professionalPaul Conrad27-Sep-08 5:34 
GeneralRe: Logic for Attendance System Pin
leckey27-Sep-08 13:37
leckey27-Sep-08 13:37 
GeneralRe: Logic for Attendance System Pin
Paul Conrad27-Sep-08 14:13
professionalPaul Conrad27-Sep-08 14:13 
GeneralRe: Logic for Attendance System Pin
leckey27-Sep-08 14:54
leckey27-Sep-08 14:54 
GeneralRe: Logic for Attendance System Pin
Paul Conrad27-Sep-08 17:44
professionalPaul Conrad27-Sep-08 17:44 
QuestionSeerver Controls.. Pin
Jamal Abdul Nasir26-Sep-08 21:29
Jamal Abdul Nasir26-Sep-08 21:29 
QuestionProblem visual basic 'exe' run on IIS through asp.net Pin
Rinki Mukheraji26-Sep-08 21:12
Rinki Mukheraji26-Sep-08 21:12 
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.
QuestionAJAX CALL Pin
CrazyCoder2626-Sep-08 21:11
CrazyCoder2626-Sep-08 21:11 
AnswerRe: AJAX CALL Pin
AlexeiXX327-Sep-08 17:38
AlexeiXX327-Sep-08 17:38 
AnswerRe: AJAX CALL Pin
Prasanna Kumar Pete28-Sep-08 22:33
Prasanna Kumar Pete28-Sep-08 22:33 
Questionhow to call classes in web site using C#.net Pin
sumanth Reddy26-Sep-08 21:09
sumanth Reddy26-Sep-08 21:09 
AnswerRe: how to call classes in web site using C#.net Pin
snouto26-Sep-08 23:02
snouto26-Sep-08 23:02 
Questionrequest of Procedure to host the files in web server using FTP and making the website work. Pin
sumanth Reddy26-Sep-08 20:58
sumanth Reddy26-Sep-08 20:58 
Questionhow to create .sfd file in flash Pin
Trishul Tandel26-Sep-08 20:56
Trishul Tandel26-Sep-08 20:56 
JokeRe: how to create .sfd file in flash Pin
Rocky#27-Sep-08 0:11
Rocky#27-Sep-08 0:11 
QuestionMaster Page problem Pin
Guvera26-Sep-08 20:54
Guvera26-Sep-08 20:54 
AnswerRe: Master Page problem Pin
Trishul Tandel26-Sep-08 20:59
Trishul Tandel26-Sep-08 20:59 
AnswerRe: Master Page problem Pin
Prasanna Kumar Pete28-Sep-08 22:21
Prasanna Kumar Pete28-Sep-08 22:21 
QuestionSqlCacheDependency Pin
.NET- India 26-Sep-08 20:28
.NET- India 26-Sep-08 20:28 
AnswerRe: SqlCacheDependency Pin
AlexeiXX327-Sep-08 17:23
AlexeiXX327-Sep-08 17:23 
GeneralRe: SqlCacheDependency Pin
.NET- India 28-Sep-08 18:56
.NET- India 28-Sep-08 18:56 
GeneralRe: SqlCacheDependency Pin
AlexeiXX329-Sep-08 5:32
AlexeiXX329-Sep-08 5:32 
QuestionHow to edit Email Address set as a Primary key Pin
pavanip26-Sep-08 20:13
pavanip26-Sep-08 20:13 
AnswerRe: How to edit Email Address set as a Primary key Pin
AlexeiXX327-Sep-08 17:27
AlexeiXX327-Sep-08 17:27 

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.