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
Nikhil Bichewar
NA
250
25.9k
execute .exe from asp.net application on any event and IIS7.
Jan 31 2017 9:46 AM
Hi All,
I have developed one web application so ,on button click i want to execute one exe which is also developed in c#.
Its working fine on local machine but not on IIS7 server.
Below is code for execute .exe on button click().
string str = @"C:\Windows\NOTEPAD.exe";
Process process = new Process();
process.StartInfo.FileName = str;
process.Start();
Thanks and Regrds
Nikhil
Reply
Answers (
2
)
Asp.Net Web api server learning complete Tutorial.
When We click a button I want to get the chechbox ChekedID