| Author: Pradeep Naidu 04 Aug 2008 | Member Level: Gold | Rating: Points: 4 |
Window Service are background process, if u are trying to execute a exe from window service, you can execute the same exe from asp.net, so the window service layer will not come into picture.
check this link for executing a exe file from asp.net.
http://dotnetslackers.com/Community/blogs/haissam/archive/2007/02/02/Run-Executable-file-in-ASP.NET.aspx
|