This topic is locked
[SOLVED]

 How do I get inline popups to work after moving my ASPRUnner.NET 7.0 project to a dedicated Web Server

9/8/2014 3:39:49 PM
ASPRunner.NET General questions
G
gstuart667 author

I am trying to deploy an ASPRunner.NET 7.0 project on my Web Server, but when I try to click on the inline popups that I setup nothing happens. I tested the project in ASPRunner prior to building and compiling it. It works fine with ASPRunner.NET's Built in Web Server, but not on mine. What could be causing this issue? It doesn't matter what version of Internet Explorer you use. The inline popups do not work. They don't even give you an error message. It just does nothing when the links are clicked. Any assistance that you can provide would be greatly appreciated.
I think it might be related to YUI or popups, but I don't know a lot about Web security to know what could be happening.
Thanks!!
Greg

Sergey Kornilov admin 9/8/2014

Greg,
there should be some sort of error message. My advise - try Chrome with Developer Tools enabled or Firefox with Firebug to see if there are any Javascript errors.

G
gstuart667 author 9/9/2014



Greg,
there should be some sort of error message. My advise - try Chrome with Developer Tools enabled or Firefox with Firebug to see if there are any Javascript errors.


I actually had a developer here try that and he didn't see any error messages. It definitely sounds like a Security issue with respect to Java because all Java functionality is not working from outside the Built-In Web Server for ASPRunner.NET. Any other thoughts?
I also tried changing my Internet Explorer Compatibility View, but that didn't do anything either.

Sergey Kornilov admin 9/9/2014

If this functionality works with built-in web server that means code itself is correct and there is some sort of configuration issue. Unfortunately there is not enough info to provide any sort of advice.
If Javascript functionality is not working there MUST be sort sort of error somewhere. Post some screenshots that would explain what do you see in Chrome developers panel after clicking one of those links.