FreeRDP / FreeRDP-WebConnect

A gateway for seamless access to your RDP-Sessions in any HTML5-compliant browser
519 stars 1.62k forks source link

How to Host the Website in IIS #58

Open MostafaElbaz opened 10 years ago

MostafaElbaz commented 10 years ago

Hello Sir, I'm using The FreeRDP-WebConnect Windows installer and windows server 2008 and I'm facing a problem with hosting the website in IIS and even if I added a APSX or PHP pages with the HTML pages I cannot open it.

I need to integrate it with my website and they must be in the same domain and I prefer if I can convert the HTML pages to ASPX pages So, How can I host the the provided HTML website on my IIS?

Thank you

alexpilotti commented 10 years ago

Hi, a typical approach consists in embedding the webconnect pages in an iframe (e.g. that's what OpenStack Horizon does for example). You can of course also include the javascript code in a custom PHP/ASPX/etc page, but that might require some extra effort.

MostafaElbaz commented 10 years ago

Hi sir, I'm sorry you did't understand what I mean. I need to host the FreeRDP-WebConnect website on my IIS and also install the SSL Certificate Is there anyway to do that sir ?

moelheni commented 8 years ago

When using iframe i have this error Refused to display 'url' in a frame because it set 'X-Frame-Options' to 'sameorigin'.