Re:How to integrate blogengine.net in asp.net

Last post 01-20-2009 2:13 PM by Svante. 4 replies.

Sort Posts:

  • Re:How to integrate blogengine.net in asp.net

    01-08-2009, 2:18 AM

     Hi,

        Can any one please tell me how to integrate dotnetblogengine.net in my asp.net application.Its urgent

    thanks 

  • Re: Re:How to integrate blogengine.net in asp.net

    01-08-2009, 3:39 AM
    • All-Star
      18,325 point All-Star
    • Svante
    • Member since 02-12-2007, 7:15 AM
    • Stockholm, Sweden
    • Posts 2,298
    • Moderator

    Hello,

    I have not kept up to date with current developments, but I have integrated it into an application at http://www.axantum.com . It was a bit of work. I have uploaded a complete patch to the developers, at codeplex http://www.codeplex.com/blogengine/SourceControl/PatchList.aspx, the id is 268.

    Thereafter I spent quite a few hours and considerable effort trying to get any kind of feedback or response at all from the maintainers, but was greeted with a wall of silence. No response. Zilch. Zero. Quiet. Not even a "p..s off, we're not interested".

    You're welcome to download the patch and perhaps update it to the current source version, or if you can succeed where I failed and actually get the attention of the developers, I'll be more than happy to do the job, as long as I get some comittment that it'll make into the mainstream code.

    Oh, there are also quite a few bugfixes, cleanup and a few extensions to allow more flexibility sending e-mails etc included in the patch.

    Svante
    AxCrypt - Free Open Source File Encryption & Online Password Manager - http://www.axantum.com
    [Disclaimer: Code snippets usually uncompiled, beware typos.]
    ______
    Don't forget to click "Mark as Answer" on the post(s) that helped you.
  • Re: Re:How to integrate blogengine.net in asp.net

    01-19-2009, 12:42 AM

    Thanks a lot for the answer.

  • Re: Re:How to integrate blogengine.net in asp.net

    01-19-2009, 1:37 AM

    Hi Svante

    Can u tell me how to use Your code.What are the changes to be made?I've taken the tables in my database and changed the sql.config file also. In Web.config you've written about  <Blogengine></Blogengine>.How did you get this tag?

     

    thanks

    sunil

  • Re: Re:How to integrate blogengine.net in asp.net

    01-20-2009, 2:13 PM
    • All-Star
      18,325 point All-Star
    • Svante
    • Member since 02-12-2007, 7:15 AM
    • Stockholm, Sweden
    • Posts 2,298
    • Moderator

    sunildesaraju:
    <Blogengine></Blogengine>.How did you get this tag?

    Something like this in Web.Config:

    <configuration>
        <configSections>
            <sectionGroup name="BlogEngine">
                <section name="blogProvider"
                         requirePermission="false"
                         type="BlogEngine.Core.Providers.BlogProviderSection, BlogEngine.Core"
                         restartOnExternalChanges="true" />
            </sectionGroup>
        </configSections>
    
     
    Svante
    AxCrypt - Free Open Source File Encryption & Online Password Manager - http://www.axantum.com
    [Disclaimer: Code snippets usually uncompiled, beware typos.]
    ______
    Don't forget to click "Mark as Answer" on the post(s) that helped you.
Page 1 of 1 (5 items)