View Single Post
  #2 (permalink)  
Old Dec 5th, 2007, 18:22
TheSealPortalTeam's Avatar
TheSealPortalTeam TheSealPortalTeam is offline
User of Users

SuperMember
Join Date: May 2007
Location: Buffalo
Posts: 290
Blog Entries: 15
Thanks: 6
Thanked 1 Time in 1 Post
Re: Content Mime Type for .master

Okay the .master extension is just for the development, ASPX server and browsers can not render the content of it, It needs to have a content page first. My suggestion is make a blank page using that master file and use that to test in.

Quote:
Originally Posted by Corey Bryant View Post
This type of page is not served.
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.master' may be incorrect. Please review the URL below and make sure that it is spelled correctly.

Requested URL: /MasterPage1.master
That is because ASPX server and IIS recognize it as source code and prohibit it.

Last edited by TheSealPortalTeam; Dec 5th, 2007 at 18:24.
Reply With Quote