locked
Problem on IIS - RRS feed

  • Question

  • User1160787586 posted

    I have a problem on a cloud server with a c# application that uses DEvexpress
    The same application if installed in the default  site works perfectly, if installed in a domain it does not work and I got an error loading a resource.

    Working: http://93.186.250.208/test

    NOT Working: http://www.dedalusapps.com/test

    Any idea of what could be the problem?

    Thanks if you can help me

    Fulvio


    Monday, October 19, 2020 12:01 PM

All replies

  • User-939850651 posted

    Hi DedalusTS,

    It seems to be about DNS domain name resolution.

    The local etc/hosts file is used to provide domain name resolution services to the local system. The remote system from which you are trying to open the website is unaware of this mapping and cannot resolve the name www.dedalusapps.com to IP 93.186. 250.208.

    Two solutions are available for your problem:

    1. If you have a DNS server available in your network, you could register the name there. (Recommended)
    2. You could add the mapping in the hosts file of every system you want to access the web site.

    If I misunderstood something, please let me know.

    Best regards,

    Xudong Peng

    Tuesday, October 20, 2020 6:47 AM