I am looking for a (very) lightweigted portal framework, which is based on ASP.NET. I know there systems like "DNN", "Umbraco" or "Sharepoint Foundation 2010". But these frameworks seem to me a little bit too heavy and swollen. What are good and slim alternatives (free use for commercial purposes) ? The framework should provide at least provide support for navigation, authentication and basic CMS. And it should be possible to integrate other aspx pages (applications) in webparts or similar containers.
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...