Probleam VB exe run on IIS
-
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.
-
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.
-
Hi Rinki, If your web application is hosted on Xp machine then give permision to ASPNet user and if it it 2003 server then to the network services. Let me know if it helps you.. Thanks Hem
my applicaion hosted on IIS in xp machine. please tell me clearly that which location of permission to ASPNet user
-
my applicaion hosted on IIS in xp machine. please tell me clearly that which location of permission to ASPNet user
-
That is not working.