Friday, May 21, 2010

How to run UNIX script from ASP.NET?

Hello Guys,





I need to run UNIX scripts from ASP.NET page.


Please suggest me something for the same.





Awaiting your responses.





Cheers !

How to run UNIX script from ASP.NET?
ASP.NET to UNIX bridging is a very difficult task fellow. Are you up to the challenge?


One methodology is to just re-write/re-create said scripts in ASP.NET.


The other choice is cygwin.


http://www.cygwin.com/


Set that baby up and you will be running UNIX in native windows in no time. Then just link to a call to cygwin.exe with the correct parameters for the script.


Read the cygwin help to learn how to do it.


No comments:

Post a Comment