TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Reetha Jacob
NA
41
1k
EXE File not executing through IIS7.5 using
Dec 24 2014 8:41 AM
I have developed one web application using C# and I am calling one exe file in the web application.
Web application executing the exe file when I am running through Visual Studio 2010. When I am running the same application through IIS 7.5 it is not executing the exe file. But with IIS6 it is executing. What should I do for resolving this issue?
The code I used is given below:
----------------------------------------------
System.Diagnostics.Process proc = new System.Diagnostics.Process();
proc.StartInfo.FileName = Request.MapPath("ACRKIOSK.exe");
proc.Start();
----------------------------------------------
Reply
Answers (
0
)
How to Use CSS Stylesheet code For Different Browsers
Input the number and output should be in text