Moving to IIS 7.5 problems with WebDialog

11 replies. Last post: September 25, 2011 11:11 PM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi,

I'm using Web UI Studio 2009 R2 SP1 assembly version 7.0.7200.402. Our web app. has been running successfully on Windwos Server 2003 (IIS 5 I think) for years. Now we want to move the web app to Windows Server 2008 (64bit) running IIS 7.5.
We are using ASP.Net 4 on both servers.
So I simply copied all the web app folders from the old server to the new server. After some minor adjustments in web.config, my app started on the new server but it does not show any WebDialogs as expected. I get such an error (IP address replaced by xxx):
Message: Object expected
Line: 22
Char: 1
Code: 0
URI: http://xx.xxx.xx.xxx/C2NetDesktop/WPages/AccessSystem/C2NetLogin.aspx?ReturnUrl=%2fC2NetDesktop
When I view the code the lines are:

<script language="javascript" type="text/javascript">

    function window_onload()
        {
        document.body.style.overflow = "hidden";
        var dlgBox = ISGetObject("c_wdlgLogin");
        dlgBox.ShowDialog();
        }

 

After reading this post:
http://intersoftpt.wordpress.com/2009/08/10/using-webui-studio-2009-in-windows-x64-and-iis-7/
I ran the application as recommended. However when I pressed the button a waring popped up saying:
"Applicatoin attemted to perform an operatoin not allowed by the security policy. To grant this application the requiired permission, contact your system administrator, or use the Microsoft .NET Framework Configuration tool.

If you click Continue, the appkication will ignore this error and attempt to continue. If you click Quiit, the application will close immediatley.

Requested registry access is not allowed."

So I pressed "Continue" as I'was logged in as a system administrator. However how can I be sure that the registry has been updated successfully?

Or is my problem originating from a different source?

All times are GMT -5. The time now is 4:42 AM.
Previous Next