In the near future I want / will design an intranet application, which should be mainly based on Silverlight (version 4). There is the prerequisite, that this application should use he corporate design of my company. This corporate design is quite complex. Templates (HTML / Javascript) for that already exist, but there is no enforcement to use them. It is no problem to realize the design otherwise (for example with ASP.NET masterpages)
For me now the main question is, how should I start !? Should I write a complete Silverlight application or is it better to mix it up with ASP.NET. At the moment I have no idea how to realize the corporate design only with Silverlight. On the other side I think with ASP.NET masterpages it is feasible. When I mix it up ASP.NET, which project type in Visual Studio should I select ? Or makes it sense to use 2 projects (ASP.NET and Silverlight) inside the solution ?
I know, that there is the Silverlight Navigation Framework, but I have no experiences with it and I am not sure, if it is a good alternative to ASP.NET masterpages.
And my last question: Has anybody already experiences with silverlight and company corporate designs ?
Thanks in advance for your hints and help !