HTTP Commander can work in a stand-alone window and inside iframe. We are proud of iframe view - it allows you to place the interface into any existing page. Your site can be ASP.NET, PHP or without any dynamic content, on the same server or another one.
By just one line of code, you can place the HTTP Commander interface inside a region in any page.
See how it looks in our site in the image below or at our website or even at your local PC!
How to use the iframe view mode:
Install application and check if it works in stand-alone browser window.
Set "isEmbeddedtoIFRAME" parameter to the "true" at web.config file.
Place the code in any page of your site :
Replace "http://demo.element-it.com/examples/demoiframe/Default.aspx" by your own path to the HTTP Commander application.
Note! Minimum width for IFRAME should be 500 and height 300!
You can also have the HTTP Commander interface in stand-alone browser window but inside DIV region. See source code modifications for details.