Using Windows Explorer I copied a version of SBSK from the project files of VWD 2005 that I had been working on and pasted it on the desk top. With the copied version I then began to delete some images and code in the
web config file which was not in use. Testing the pages in the copy version I found that pages open up in the browser, but they did not picking up on their
master page. I then reverted back to the original version which I had not tampered with, all of the files and images are still there, but for some reason that project is not picking up on master pages either.
Leisuregeek
Member
55 Points
51 Posts
General view of where I might be going wrong
Jan 16, 2008 01:45 PM|LINK
Using Windows Explorer I copied a version of SBSK from the project files of VWD 2005 that I had been working on and pasted it on the desk top. With the copied version I then began to delete some images and code in the web config file which was not in use. Testing the pages in the copy version I found that pages open up in the browser, but they did not picking up on their master page. I then reverted back to the original version which I had not tampered with, all of the files and images are still there, but for some reason that project is not picking up on master pages either.
Any ideas please.
VWD 2005
SevenUX
Member
22 Points
18 Posts
Re: General view of where I might be going wrong
Jan 16, 2008 08:04 PM|LINK
Humm.. Sounds like a caching issue but make sure the .aspx pages have this at the top of the page (in the code):
<%
@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"www.SevenUX.com
Leisuregeek
Member
55 Points
51 Posts
Re: General view of where I might be going wrong
Jan 17, 2008 05:28 AM|LINK
Thanks for your reply SevenUX
However the server controls at the top of the page are still the same as when the project was working fine, they have not been altered in anyway.