Hi all, The Index.aspx page on the root folder contains a user control and does not display images on the images subfolder. The same Index page if moved to a subfolder display the images properly.
The directory structure is: Root : Index.aspx, appmaster.master UserControl : Controls/PAgeHeader.ascx Static pages : Static/FAQ.aspx The Static/FAQ.aspx points to the master page and the usercontrol and displays the images properly. <%@ Register TagPrefix="ph1" TagName="PageHeader" Src="~/Controls/ PageHeader.ascx" %> The Inde.aspx on the roor folder has the following line : <%@ Register TagPrefix="ph1" TagName="PageHeader" Src="~/Controls/ PageHeader.ascx" %> All the pages compile and execute fine. The issue lies in the Index.aspx page. Please help.
