Can C# console application call an aspx program?. It looks like this: C# console calls a web service client (in a dll library) which calls aspx (deployed in the IIS server); the aspx sends the requests (http) to remove web service provider running in remote unix server. The console application and the dll library are in my local machine running; the aspx component is in the remote IIS server which surely in a windows server. I am very new to C# and web service; wondering if it would work or not. Or I have to write an web application which needs to be deployed to the same IIS server?