I would like to host more applications on the same domain, so that the canvas URL, www.mydomain.com such as subfolders / app1 , Www.mydomain.com/app2 and so on.
I can not create a single virtual directory because only root is an IIS virtual directory. That's why I was thinking of doing a file to redirect to a page on the root in each VD, which can act as the actual entry point of the application (i.e., app1_default.aspx, app2_defaul.aspx etc.)
However, it seems that this does not work because "FacebookConfigurationSection" web ID and Secret both of the web. Receives from config, which is clearly unique.
Is there any remedy?
thanks
Marco
It seems that you You can do this by applying several config files
Comments
Post a Comment