I am launching the WPF application (.XBAP) from web application (.aspx file) . I need the root folder path where web application is hosted on IIS. (Objective- download project specific folder/file from IIS on remote client)
WPF application is the windows based application so not able to use server.mappath kind of thing.
So how to achieve this ?
Go to the complete details ...