Hi all
I'm trying to call a windows Console application in my Web Service. If I'm running it as a local service i.e in the same solution it works perfectly but if i try to call it through my Web Service hosted as IIS localServer it doesn't call it. i think it's security problem. I'm new to web service and I'm calling the application using
Process.Start() funtion...
And one more thing if it's Windows Service it works great....
Any Idea???