I have a working web application which I want to use as OOB; However, when I install it, all I get is a blank screen and nothing more...
I also tried without any javascript or HtmlPage.Methods invokes, but still the same
Please help
Make sure you are running the app in debug mode (set it to start in OOB from the project settings and set the project and not the website to be the startup project). If you do that, you should be able to step into where the problem occurs.