how can i open .exe from iis? . i tried every thing written on microsoft sites but nothing work
hi,
you can use Process.Start method
refer : http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start.aspx
this will also work in IIS, ensure you have given correct path of the exe
its working in my vs2008 but not in iis