I have two environments:
A - Web solution - running ASP.NET
B - Web solution - EPiServer
I want to have a search box in environment A that sends a search request to environment B using EPiServer API. Environment B (EPiServer) search all pages EPiServer pages in this environment (B), and returns an xml with the results to solution A. Solution A presents that results w/links to articles in Solution B.
Is this possible, and how much work is it to implement this?