×

Loading...
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。
Ad by
  • 最优利率和cashback可以申请特批,好信用好收入offer更好。请点链接扫码加微信咨询,Scotiabank -- Nick Zhang 6478812600。

Help Please!

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?
Report