I:: Orchard CMS Page Publishing destination
When we create / publish a page from Orchard CMS,
_contentManager.Create()
_contentManager.Publish()
where does the Page Content( HTMLs, Texts, Paragraphs etc...) goes? The Sql CE is being used here and so far after browsing the tables in this database, seems the Page is going to this Sql CE database. To Which Table is the CONTENT of the page stored? Checking the tables, the PageIDs were found but content was found no where.
Or is the Page after being published going to File System? This doesn't seems the case.
II: Integration with Asp.Net forms website
There is an Asp.NET Forms website, which we need to migrate to Orchard CMS. Is this really possible ? The Integration of MVC and Asp.Net projects were done successfully for many projects ( None of them were on any CMS), now the need is to manage one Asp.NET Forms website from Orchard CMS. Any pointers/Suggestions/Ideas on this ? Is it true that we can only manage MVC websites from Orchard ?