I have two questions I hope I can get an answer for with regard to my service oriented application
-
I am creating a service oriented application where controls have no events, it’s all done by calling services… that means the service url is written in my jQuery code, but this seems somehow not nice…. It’s like what is the best option to save service urls?! I feel it’s hard to maintain and not secure when it’s written inside the page or inside javascript referenced file.
-
I am talking to a hosting company and they told me that I can host this application services on cloud server and the application on another servers…. not all in the same server, but my application services are self hosted, I mean the services are inside the application…. so to make things work as my hosting company wants, shall I host the restful services in IIS or how exactly?
1 Answer