Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to host more applications on the same domain so to have, as canvas URL, subfolders like www.mydomain.com/app1, www.mydomain.com/app2 and so on.

I can't create singular virtual directories since just the root is an IIS virtual directory. So I was thinking to have in each VD just a file to redirect to a page on the root which can work as real entrypoint of the application (i.e. app1_default.aspx, app2_defaul.aspx etc.)

However, it looks as if it doesn't work because the "FacebookConfigurationSection" retrieves both the app ID and the Secret Key from the web.config, which is obviously unique.

Is there any workaround?

thanks

marco

share|improve this question

1 Answer

It sounds like you could accomplish this by having multiple config files within the application. Here is the documentation for the scope of and protocols for having multiple config files in .NET

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.