Cannot get the ASP.NET Theme working?

Discussion in 'ASP.NET 2.0' started by vermorel, May 24, 2006.

  1. I have designed a very small ASP.Net 2.0 website that run fine locally.

    I have upload this website into a 'sandbox' directory (localted into /mydiscountaspfolder/sandbox/).

    When I try the http://www.mydomain.com/sandbox, I get the error pasted below.

    I have really no idea of what can cause the problem. Does anyone has a clue?

    Thanks in advance,

    Best regards,
    Joannès

    Server Error in '/' Application.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Theme 'Default' cannot be found in the application or global theme directories.

    Source Error:

    Line 39: <connectionStrings/>
    Line 40: <system.web>
    Line 41: <pages theme='Default'>
     
  2. Did you setup sandbox as a web application in the control panel? Did you upload all the dlls into the bin directory?


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    Also make sure you have configured your site to use ASP.NET 2.0 in the control panel.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. OK, thank you very much. It's working fine. Sorry for the newbie issues.

    Best regards,
    Joannès
     

Share This Page