|
Hi all,
hope anyone has an Idea what to do - my problem is as follows:
With an earlier version of N2 I created a website starting form a normal default.htm file containing an iFrame element working as the display area for the pages, created within the NS CMS wich I called via simple links targeting the iFrame. This worked fine
all the time.
Now I have created another website project with the same concept but using the actual N2 version 2.2.1 and with another hosting provider. The web.config files are nearly the same except the connection string, some few changes concerning the N2 version changes
and the fact, that the new provider uses IIS 7.5 while the earlier provider used IIS 6. The defaultdocument in both web.config files points to the only entry "default.htm".
After uploading the new project to the website and visiting it with a browser, the startpage from N2 is displayed (instead of default.htm). I figured out that default.htm will be only displayed if I remove the line
<add name="n2.initializer" type="N2.Web.InitializerModule, N2" />
from the <modules> section in the web.config file, but this disables N2 completely so that I can't refer to any of the N2-created pages. Seems N2 captures the web requests completely and ignores the default.htm.
Is this concept not longer supported by current N2 CMS or is there any option to toggle this behaviour?
Regards,
Gotan
|