Is it possible to call a WCF service hosted in localhost from a file that is in a directory of our computer (like "C:\Test\") ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Yes and no. Yes, by ajax to a remote WCF service. Otherwise, no, the file would need to be 'processed' by a webserver in order to connect to the service, such as running an .aspx page from IIS. |
||||
|
|