how to execute an .exe file in asp.net application?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hai, I have a software in CD which contains .dll and an .exe of a software.I copied that software folder and put inside of a asp.net application and create a link to execute the software.but it didn't work.plz give me the solution. Example: --------- <Run the Software> it gives the error that .dll files are needed to execute. I made a folder and put both .dll and .exe in that,but error created. please give the alternate solutions to execute the software through the Link in .net.