What is the Best to Setting Web.Config for BlogEngine.NET 1.3 ?

Discussion in 'ASP.NET Starter Kits' started by falah gate, Jan 22, 2008.

  1. Hi ,,,,,,,

    What is the best to setting web.config for BlogEngine.NET 1.3 it is Start Kits Application ?
    </o:p>
    If I deploy BlogEngin.net in the root it is working very well
    But when I deploy it in subdir application there are more eror which appear I tried to repair setting for web.config more error again appear tried tried tried
    No way to resolve this problem
    I don't understanding why ASP.NET Engine always looking for root application ?
    But with subdir. Appl. Asp.NETEngine display error ?
    if anyone deployed The BlogEngin.NET 1.3 as SubDir.Application Please tell me about that setting ?
    </o:p>
    Thanks
    Falah G.S
    </o:p>
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Thanks Bruce for Reply</o:p>
    </o:p>
    I deployed (CMS ) asp.net 2 application in my root it is based with XMLprovider :this provider:</o:p>
    </o:p>
    'MyWebPagesStarterKit.Providers.CustomXmlSitemapProvider'</o:p>
    </o:p>
    it is work very well now........</o:p>
    </o:p>
    but when i deployed BlogEngine.NET 1.3 in subdir (application ) also driven base with XMLprovider</o:p>
    </o:p>
    There is error display about my root application (CMS App.)!!</o:p>
    </o:p>
    I don't understanding the relationship between (CMS ) with (Blog App.)?!</o:p>
    i try duplicated the / bin references file for both bin directory </o:p>
    </o:p>
    but error stay and more errors display </o:p>
    Would you please help me ?

    Thanks
    Falah G.S

    Page Error:


    Server Error in '/blog' 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: Could not load type 'MyWebPagesStarterKit.Providers.CustomXmlSitemapProvider'.

    Source Error:





    Code:
    Line 56: 			<providers>
    Line 57: 				<clear/>
    Line 58: 				<add name="CustomXmlSitemapProvider" type="MyWebPagesStarterKit.Providers.CustomXmlSitemapProvider" securityTrimmingEnabled="true" siteMapFile="~/App_Data/Web.sitemap"/>
    Line 59: 			</providers>
    Line 60: 		</siteMap>
    Source File: c:\inetpub\wwwroot\web.config Line: 58








    </o:p>
    </o:p>
    </o:p>
     

Share This Page