ASP.Net page themes not found

Discussion in 'ASP.NET / ASP.NET Core' started by wisemx, Feb 17, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. What did you use to sync the local files to remote?
    It could be the folders are on the remote server but some files are not.
    Visual Studio still doesn't do a job job of this.
    A lot of developers use 3rd party FTP tools to sync local to remote for this purpose.

    Personally, I find Dreamweaver does one of the best jobs for this.
    Even with the latest version of Visual Studio I still use Dreamweaver 2004 MX to sync local to remote.
    However many of the lighter FTP tools available do a great job also.
    Salute,
    Mark
     
  2. Hi

    I just uploaded my asp.net pages to the server. The site was working in my local server.

    But when I access it from your hosted server, I get this error

    http://www.singprice.com/admpages/pgCategory.aspx


    Server Error in '/admpages' 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: Theme 'DefaultTheme' cannot be found in the application or global theme directories.

    Source Error:


    Line 1: <%@ Page Language="C#" MasterPageFile="MasterPage.master" AutoEventWireup="true"
    Line 2: CodeFile="pgCategory.aspx.cs" Inherits="admpages_pgCategory" Title="Untitled Page"
    Line 3: Theme="DefaultTheme" %>

    -------------------

    I have checked that App_Themes folder is there and the DefaultTheme folder is also under App_Themes folder.


    I am not if there is anything needs to be done on your server to make this right.

    Can you please help me on this

    Thank You
    -Jag
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page