0

Is it possible to use my site.master master page ? I want to start using Spark more, but this project I am working on is using asp.net view pages as well.

I could of course convert the master page to an application.spark page, but I was wondering if it is at all possible to use the Site.Master I already have.

Morph
  • 1,719
  • 1
  • 18
  • 23

1 Answers1

1

As far as i remember, had no problems with this. There are questions in stack that says there are.

Scenario that will work for sure - double your site.master in spark (make 2 master pages).

Arnis Lapsa
  • 45,880
  • 29
  • 115
  • 195
  • Yes, if you keep the master page somewhat simple and static and use partials to render stuff like a menu, it's not too bad. – Morph Feb 15 '10 at 08:57
  • Migrating to spark doesn't take long anyway. So - keeping 2 masterpages is just a temporary solution. – Arnis Lapsa Feb 15 '10 at 09:00