Is it possible to use a virtual path provider to load views from a cloud service? For example if I have a site admin ui located under http://www.example.com/ui, I want to load the views from the cloud.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s possible by writing a custom virtual path provider. So all you need to do in the overriden
Openmethod is to fetch the contents of the view from the could service and return it as stream. For fetching resources over HTTP you could use the WebClient class.