Want to build the ChatGPT based Apps? Start here
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Nikhil Bichewar
1.9k
250
23.5k
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