Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » VirtualPathProvider   (RSS)

Sharing Master Pages amongst Applications by Embedding it in a Dll

If you need to share Master Pages across applications and you don't want to create a ton of virtual directories, below is a way to do that. You can embed the Master Page as a Resource in your Dll and use VirtualPathProvider mechanism to call the Resource.
 
Page view tracker