PDA

View Full Version : MASTERPAGE!!!!!!!


uts
08-20-2005, 05:01 AM
I CAN GET MY INDEX.ASPX PAGE TO VIEW ALONG WITH MY MASTERPAGE!!!!!!!


I CREATED A STANDALONE INDEX.ASPX PAGE AND IT LOADED FINE BUT IF I TRY TO MAKE THE INDEX.ASPX PAGE ASSOCIATE WITH A MASTER PAGEI GET THIS ERROR

PLEASE HELP ME!!!! (IN EASY TO UNDERSTAND TERMS.....PLEASE)
Server Error in '/' Application.

Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The 'MasterPageFile' attribute is not supported by the 'page' directive.

Source Error:





Line 1: <%@ Page Language="VB" MasterPageFile="~/UTSMASTER.master" Title="AP800 We service all makes and models of magnetic particle equipment including equipment manufactured by Magnaflux, Advance Test Equipment/Magna Check, Magwerks, Uresco/Ardrox, Gould Bass, Solid State Systems, Tiede, Universal NDT, TSI, Econospect, Hannon Electric, Sonoflux, Parker Research, and many others.
Line 2:
Line 3: Parts are stocked for repairs, and in many cases a loaner or rental equipment is available.
Source File: E:\web\unitedtesti\htdocs\index.aspx Line: 1

bruce
08-22-2005, 06:14 AM
are you running this on the beta server or the live server? Master page is an ASP.NET 2.0 feature which is not supported in ASP.NET 1.1

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

DRACHLE
11-25-2005, 07:06 AM
Ah, that seems to answer one of my questions. So working on my main site, I should be using the Asp.net version 1.1, then.





Thanks.