I am developing a WPF app and i have to use crystal report. I wonder across but find no way to use crystal reports in wpf browser app . Then i think to use a asp.net app in parallel for viewing reports .
Now the question is that how can i host these two apps ( one XBAP and one asp.net app) to a single hosting domain ??? I host the xbap app on main directory it worls exactly fine but when i upload the published folder of asp.net app and try to locate the that using the folder name ( www.MyDomain.com/xbap_app_folder/asp_net_folder ) it gives me error that :
Thereis a problem with the resource you are looking for,and it cannot be displayed.
How can i do this ??