Hello all,
I have a web application and a wpf application.
Now my problem is i have to call the web application (hosted locally in my pc) from wpf appliction.
Also i have to create a setup file so that the wpf application hold the functionlity of my
web application when it is sent for the client in the exe file.
Hope you guys understand.. any suggestions?
right now i am using
browser1.Navigate(new Uri("http://localhost:58177/Default.aspx"));
but when i give it to client in setup file this wont work....
(wpf application +web applicion)---->create a setup file -------->send to client--------->runs the wpf ----------->output of web application (no hosting)