DotNetNuke and other app. on one domain?

Discussion in 'General troubleshooting' started by jameswhistler, Oct 22, 2009.

  1. All,

    I have DotNetNuke implementation hosted with DASP.

    I have another ASP .Net application, currently running on a separately-hosted DASP account.

    I have included an iFrame in my DNN app. which points to the other ASP .Net.

    Because the other ASP .Net app. is not hosted on the same domain, the integration with the DNN portal doesn't work particularly well. Features such as auto-sizing of the iFrame rely on both applications being hosted on the same domain.

    I've read a number of threads about sub-domains etc but it's still not clear to me how to host both the DNN portal and the ASP .Net on the same domain.

    Any help anyone can throw my way would be greatly appreciated!
     
  2. You would be able to have additional domains added to your account as Domain Pointers as shown in our KB here:

    http://support.discountasp.net/KB/a131/domain-pointer-manager.aspx

    However, please note that Domain Pointers only point the domain to the root folder, so you'd have to redirect the domain to a subfolder, for which we have an eample on how to do this here:

    http://support.discountasp.net/KB/a369/how-to-redirect-a-subdomain-to-a-subdirectory.aspx

    Basically, you'd need to have the DNN portal set up in a subfolder, add the Domain Pointer, and point the domain to this subfolder.
     

Share This Page