Is it possible to conver开发者_运维技巧t / migrate Sharepoint Masterpages to ASP.NET Masterpages ?
You will have to Remove all the SharePoint Related Controls & Reference out the Master Page, that is the only thing you will have to do to get the Master Page work in ASP.NET.
They are the same thing, but with a lot of SharePoint specific controls/placeholders and a horrible structure with lots of nested tables. Definitely possible, but not something I would recommend.
精彩评论