Sep 8th, 2010 | 87 Comments

Comment posted Integrating BlogEngine by Panneer Selvam.

@Ajay, I m getting Configuration error <add name="XmlMembershipProvider" …
What could be the problem.

Panneer Selvam also commented

  • @Ajay, I m running an application, I want to integrate the blog to it. I just copied the Blogengine web folder and renamed it to Blog and did the above mentioned changes to the web.config.
    Is there any thing i missed out. After doing the changes to the web.config. I m not able to bring up the site.
  • Ajay

    Your article was very informative. I tried integrating the BlogEngine. I have changed the Web.config and placed the files from BlogEngine AppCode folder to Application AppCode Folder.

    Is there anything i need to do. I m not able to bring up my site after these changes.

    Please help me in solving the issue.

    Thanks
    Panneer Selvam

powered by SEO Super Comments

PG

Article By: Ajay Matharu

If you like This post, you can follow Ajay Matharu on Twitter.

Subscribe to Ajay Matharu feed via RSS or EMAIL to receive instant updates.

87 Responses to “@Ajay, I m getting Configuration error <add name="XmlMembershipProvider" …”

  1. 1
    July 30th, 2009 at 8:41 pm

    Hi there – I am currently reviewing several blog pacakges to add to a website and don’t want the blog section to be any different thematically than the rest of the site (the user shouldn’t be aware that they are in a 3rd party coded portion of the site)… Can you give a URL where you’ve added BE to an existing site? Is it possible to just display certain core aspects (i.e. Posts, Categories) of BE on an existing aspx page/master page (this is what I’m really aiming for)? Thanks!

  2. 2
    Neil F wrote:
    July 31st, 2009 at 3:11 am

    Thanks for this information, I have been looking for something like this! … do you happen to have the steps for copying the files to a web application?

  3. 3
    Ajay Matharu wrote:
    July 31st, 2009 at 10:44 am

    @Neil – you just have to copy those files, what steps you need, just let me know, it will be great to help you.

  4. 4
    Ajay Matharu wrote:
    July 31st, 2009 at 10:45 am

    You can customize everything in BE. I have changed the design and some part of the coding and integrated that in the site, http://test.communitycanvas.com/blogs, I have given the site look and feel to the blog.

  5. 5
    Neil F wrote:
    August 2nd, 2009 at 7:07 pm

    @Ajay – Thank you very much for helping … I ran into a few problems.
    1)
    I’m not quite sure where to copy the folders from the App_Code since there is no app code in a web app. I tried copying it to the /blog/ folder I created and that works fine for most issues except number 2.
    2)
    I copied the web.config line as you instructed above. The problem is my application doesn’t seem to recognize it. The tag prefix is recognized, however the element is not. The designer cannot load the control either and shows an error. I have played around with the namespace using my own which look like myapp.mynamespace.Controls and that does not work either. I can get rid of the error by entering a register at the top of every page with the issue, but I fear this my disrupt the scalability and flexibility of the application so I would like to stick as much as possible to the original code as possible.
    3)
    Just as a note, I had to run a convert to web application on the entire /blog/ folder. The designer files were all missing and it’s much easier than creating each and generating each by hand.

    At the moment I am currently left with 50 or so compile errors that are almost all related to number two. I know I am just doing something very small incorrectly. Again, I appreciate you taking the time to help me with this.

  6. 6
    Neil F wrote:
    August 2nd, 2009 at 7:13 pm

    Ajay, the load time of the site concerned me. Is there a bandwidth issue on the test site? Or was it just that the pictures were huge? And are the images stored in the DB as well? Sorry for all the questions but performance may be an issue for me.

  7. 7
    Ajay Matharu wrote:
    August 2nd, 2009 at 11:45 pm

    if you don’t have a App_code under your app, copy paste the entire App_code folder. If you still have some issues we can have a chat. mail me your IM id I’ll add you.

  8. 8
    August 3rd, 2009 at 12:24 pm

    Ajay

    Your article was very informative. I tried integrating the BlogEngine. I have changed the Web.config and placed the files from BlogEngine AppCode folder to Application AppCode Folder.

    Is there anything i need to do. I m not able to bring up my site after these changes.

    Please help me in solving the issue.

    Thanks
    Panneer Selvam

  9. 9
    Ajay Matharu wrote:
    August 3rd, 2009 at 12:38 pm

    @Panneer – Can you tell me the issue you are facing? I have helped one of the guys to bring integrate and these were the steps we followed. If you are facing any issues let me know I’ll help you sort that out.

  10. 10
    Botolo viaggiandoinmoto.it wrote:
    August 3rd, 2009 at 3:20 pm

    Ajay,

    after some other things doen together, the blog seems to work. But i still have a problem. When i try to login as Administrator, the system said “Role Function is not enabled”. How it’s possible ?

    Thanks a lot.

    Regards.

  11. 11
    August 3rd, 2009 at 7:58 pm

    @Ajay, I m running an application, I want to integrate the blog to it. I just copied the Blogengine web folder and renamed it to Blog and did the above mentioned changes to the web.config.
    Is there any thing i missed out. After doing the changes to the web.config. I m not able to bring up the site.

  12. 12
    August 3rd, 2009 at 10:34 pm

    @Ajay, I m getting Configuration error <add name="XmlMembershipProvider" …
    What could be the problem.

  13. 13
    Neil F wrote:
    August 4th, 2009 at 8:09 am

    Thanks for the offer Ajay, I will do that. I think I have it figured out so far. I will keep you updated on my progress.

  14. 14
    Ajay Matharu wrote:
    August 4th, 2009 at 10:07 pm

    @Neil – all the best!!!

  15. 15
    Ajay Matharu wrote:
    August 4th, 2009 at 10:10 pm

    @Panneer – are you using XML Provider or SQL if you are using XML provider delete all the tags related to XML provider from Web.Config file or comment that.
    Do take backup of your web.config file before making any further changes. But sometimes XML provider gives error I had the same issue but since I was using SQL Provider I commented all the XML provider related stuff from the web.config file and it worked like a charm. Later I deleted that commented code.

  16. 16
    Ajay Matharu wrote:
    August 4th, 2009 at 10:28 pm

    @Riccardo – Just check first what Provider you are using? XML or SQL?
    after that check which role provider has you mentioned in web.config, in “roleManager” tag.
    if you are using XML then provider should be – defaultProvider=”XmlRoleProvider”
    if you are using SQL then provider should be – defaultProvider=”SqlRoleProvider”

    if this is correct, check if you have the following entry in the appSettings in web.config file,

    Let me know if you need any more assistance.

  17. 17
    Kunal Sidhpura kunalsidhpura.co.nr wrote:
    August 10th, 2009 at 3:09 pm

    Hey Ajay i have perfomed the above steps and i get the first page of my blog for logging in but i get a error
    “Widget Administration not found.”

    The file ‘/production/admin/menu.ascx’ does not exist.X”

    production/blogs is where all the code for Blog is there but it is searching outside the blogs folder for admin/menu.ascx

  18. 18
    Ajay Matharu wrote:
    August 10th, 2009 at 10:05 pm

    Just check have you properly mentioned the BlogEngine.VirtualPath in appSettings,

  19. 19
    Thomas pokertrainer.se wrote:
    August 11th, 2009 at 1:03 am

    Hi Ajay,

    Thanks for a very detailed and informative article!
    I am trying to integrate Blogengine into my application. I have gone through the steps you describe, but now I get a weird problem with my existing application.
    Sometime when I click a link, nothing happens. I click again and the page is loaded. Only happens for some of the pages – but for those it happens all the time. Page_Load is not even run.

    Any idea of what this could be?

    Thanks,
    Thomas

  20. 20
    Ajay Matharu wrote:
    August 11th, 2009 at 10:55 pm

    Hi Thomas,

    Can you give me link to those pages?
    And does this happen on only one browser or all the browsers(IE, FF etc)?
    Just try it in firefox and check out the error in error console. You can find it under “Tools -> Error Console”. This might help.

    Just let me know if you need any more assistance.

  21. 21
    neil wrote:
    August 20th, 2009 at 9:39 pm

    one question, this looks very detailed and before i run through it all, when you say copy from the webconfig in the BE folder into the webconfig in my root, do i then have to delete the copied lines from the BE webconfig?

  22. 22
    Ajay Matharu wrote:
    August 21st, 2009 at 10:32 am

    @Neil – you have to delete the entire web.config file in BE folder. You’ll just have web.config in the root and you have to remove the web.config in the BE folder.
    NOTE – Do backup everything before deleting the web.config in the BE folder

  23. 23
    Norman Domingo xflatfeemls.net wrote:
    August 21st, 2009 at 9:20 pm

    Hi Ajay,

    Thanks for sharing your ideas about BE. Very informative and helpfull.

    I also like the design of your site. Particularly the way you changed the Categories portion to use TreeView and rewriting the url to be the category name itself. I wonder if you can share to us what customization you did to make this happen.

    Thanks in advance and more power!

  24. 24
    Ajay Matharu wrote:
    August 22nd, 2009 at 10:17 am

    @Norman – Thanks :) but this is not BE I use WordPress and that category tree is widget and URL rewriting have been changed in .htaccess file. You can also do that in BE using URL rewriting

  25. 25
    Narashiman wrote:
    August 22nd, 2009 at 8:05 pm

    Hi,

    I am trying to integrate the Blogengine Blog and also the jitbit free forum together.
    And i have tried all the permutations and combinations of integrate of integrating them and am getting the error
    Object refrence not set to and instance of the object.

    As both the Blog and Forum have DLL, both needs Default.aspx
    but i can include only one. Can i change the name of the Default.aspx to blog.aspx for blog and make the blog working without the default.aspx, coz i cannot change the name of the default.aspx of the forum page.
    Its compulsary to use the default.aspx page for jitbit forum.

    Please can u help me what to do .!!
    Waiting for your reply.

    My email id is shiman123@rediffmail.com

    Regards
    Narashiman

  26. 26
    Ajay Matharu wrote:
    August 23rd, 2009 at 1:06 am

    @Narashiman – Yes you can customize BE to have its startup page as blog.aspx and not default.aspx. You have to customize your code so that all the reference to Default.aspx is now to Blog.aspx you can find and replace all the occurrences and rename default.aspx page to blog.aspx page. BE is very customizable you’ll love that :) I just love BE.

    Let me know if you need more assistance

  27. 27
    Shila wrote:
    August 25th, 2009 at 3:00 pm

    Hi,
    I have integrate blogengine as a subfolder with in my web project.. Now i am facing problem in opening the pages which are added in BE. I want to open those pages added within BE in my project’s home page

  28. 28
    Ajay Matharu wrote:
    August 25th, 2009 at 7:56 pm

    you want to open the pages added in BE in your project’s home page? can you elaborate on this? I did not understood this point? can you give me an example? are you going to open this in frames in your home page?

  29. 29
    Shila wrote:
    August 26th, 2009 at 12:50 pm

    Hi Ajay,

    Yes.. I want to open the pages added in BE in my projects home page… IN BE after logging in we have widgets right like Page List, Recent Comments and all… In page list the pages added within BE willl appear and when click on that it will open the pages added… The same page list should appear in my projects home page . And clicking on that should open the page added within BE..Means I want the Pagelist to appear for user without logging in to my project.. See in your site http://test.communitycanvas.com/blogs you have Recent Posts know when clicked on it it will show the recent posts added likewise i want the pagelist added within BE to show in the home page of my project but i done want the option to add Pages from here.

  30. 30
    Ajay Matharu wrote:
    August 26th, 2009 at 4:34 pm

    Hi Shila,

    If you just want to display the post list on your home page, can’t you just copy the contents from the BE home page to your home page? or you want some customization to be made to that? Can you explain that in detail so that I can give you my thought on how you can do that.

  31. 31
    Shila wrote:
    August 27th, 2009 at 1:39 pm

    Hi Ajay,
    Thanx, I am able to display it now on my home page. I have one more Question Can you help me it out. Blog Engine default page uses Standard Site Master page. In that We Will get a tags like and .. How that tag apperas in Site.Master.aspx page.In my case When Blog run as a separate projects i am getting that tags but when integrated within my project i am not getting that tags.. if used it will be showing as unrecognized tags And i have used those tags with runat= server attribute But I am not getting those tag id’s in code.

  32. 32
    Ajay Matharu wrote:
    August 27th, 2009 at 2:39 pm

    I dint understood what you said? which tags? do you mean post tags? can you explain that in details.

  33. 33
    Shila wrote:
    August 27th, 2009 at 3:40 pm

    oh Sorry i dint mention the tag name.. See below is the one which is in site.master page.. I want to know how the appear as a tag in themes/standard/site.Master page.. I am not getting this tag when integrated with my proj….Whether any Namespace shd be used for this… I have already used but still i am not getting

    Powered by BlogEngine.NET
    Theme by Mads Kristensen

  34. 34
    Shila wrote:
    August 27th, 2009 at 3:42 pm

    Powered by BlogEngine.NET
    Theme by Mads Kristensen

  35. 35
    Ajay Matharu wrote:
    August 27th, 2009 at 4:02 pm

    can you give me a link if you have it online? you want to display
    Powered by BlogEngine.NET
    Theme by Mads Kristensen
    on your page? or you want to edit this?

  36. 36
    Anwar metaoption.com wrote:
    August 27th, 2009 at 10:18 pm

    Hi Ajay,
    Thanks to providing such information to integarte BlogEngine.NET into existing site.
    I have done all steps that you recomended in this Blog.
    I have created manually AppCode folder because my application does not allow to create such a folder, after that in all appcode file or class lose its IntelliSense. Again I have created as it is all classes & pasteted its cotent one by one manually then its IntelliSense is working now.
    When I completed evrething as per your instruction & build my application. I got approx 812 error of cotrol name does not sense or found in my blog application.
    its giving error like
    Errors lists are below
    1. The name ‘btnAdd’ does not exist in the current context
    2. The name ‘grid’ does not exist in the current context
    3. so on
    Thanks a lot

  37. 37
    Anwar metaoption.com wrote:
    August 28th, 2009 at 10:37 am

    Please help me to out this…

  38. 38
    Ajay Matharu wrote:
    August 28th, 2009 at 10:45 am

    have you checked out all the references? this is because the code behind is not properly linked to the aspx file. That’s why its not able to find the controls that exists in the aspx file.

  39. 39
    Anwar metaoption.com wrote:
    August 29th, 2009 at 10:27 am

    Hi Ajay,
    Thanks, OK going check references in code behind.

  40. 40
    Anwar metaoption.com wrote:
    August 29th, 2009 at 12:35 pm

    Hi Ajay,
    I’m getting only this error
    ERROR : The type or namespace name ‘ExtensionSettings’ could not be found (are you missing a using directive or an assembly reference?)
    ——————–
    In Web.config
    I have used below code in config file
    ——————-
    [

    ]

    Please gulde me, may be I’m making any minor mistake
    Thanks

  41. 41
    Anwar metaoption.com wrote:
    August 29th, 2009 at 12:43 pm

    Hi Ajay,
    web config code error is

    The type or namespace name ‘ExtensionSettings’ could not be found (are you missing a using directive or an assembly reference?)

    Please guide me, may be I’m making any minor mistake
    Thanks

  42. 42
    Ajay Matharu wrote:
    August 29th, 2009 at 1:22 pm

    ExtenstionSettings is in ExtensionManager in App_Code have you properly copied all the code files in App_Code? If that file exists this should not give you an error.

  43. 43
    Anwar metaoption.com wrote:
    August 31st, 2009 at 9:39 pm

    Hi Ajay,
    Again Thanks for your Instant help. I have done evrything at my level but now only getting error on this “Blogs\default.aspx.cs,
    WebSite\Blogs\post.aspx.cs,
    WebSite\Blogs\widgets\Category list\widget.ascx.cs,
    Blogs\widgets\LinkList\edit.ascx.cs,

    ” only.
    Error are:
    1. The name ‘PostList1′ does not exist in the current context D:\Sempo Institute\Latest Blog Site\WebSite\Blogs\default.aspx.cs
    2. The name ‘divError’ does not exist in the current context D:\Sempo Institute\Latest Blog Site\WebSite\Blogs\default.aspx.cs
    Approx 52 errors
    I know this error comming from user control(BlogEngine.Core.dll) but in this “BlogEngine.Core.dll” I do not thought its having any error.
    Please guide me.
    Thank you.

  44. 44
    Ajay Matharu wrote:
    September 1st, 2009 at 12:58 pm

    you must have missed something. Its still page reference issues. just see if it contains multiple copies of the same file. or if you have designer.aspx file just delete it and right click the page and select generate web application file. It will automatically generate the designer file with all your control references.

  45. 45
    Anwar metaoption.com wrote:
    September 3rd, 2009 at 8:29 pm

    Hi Ajay,
    Thanks for your quick help.

  46. 46
    Neo wrote:
    September 4th, 2009 at 11:39 am

    Hi Ajay,
    What should I do for App_Data folder
    While I’m using SQL not XML DB.
    Plz Suggest me.

    Thank you
    Neo

  47. 47
    Ajay Matharu wrote:
    September 4th, 2009 at 12:22 pm

    Hi Neo,

    Even if you use SQL and not XML you need to have App_Data because any file you upload in the post goes in App_Data/files so you need to have it in your project.

  48. 48
    Neo wrote:
    September 5th, 2009 at 1:08 pm

    Hi Ajay,
    Thats Great.
    Where I have to keep this ‘App_Data’ folder. In main application or inside Blog folder.

    Thank you
    Neo

  49. 49
    Ajay Matharu wrote:
    September 5th, 2009 at 3:01 pm

    You can either have it in the main application or in the blog folder,
    All you have to do is specify where is it in the web.config file like,

    This specifies where is your App_Data folder.

  50. 50
    September 17th, 2009 at 5:25 pm

    Hi All,

    How to integrate the BE in db driven website. I had DB driven website i want the BE to be integrated into the website. Can u please help me.

    Regards,
    Chary

  51. 51
    Ajay Matharu wrote:
    September 17th, 2009 at 5:40 pm

    @Rameswara,

    You can create all the BE DB tables into your database and give the connectionstring of your DB in web.config.
    Let me know if you need any more assistance.

    :Ajay

  52. 52
    Dennis wrote:
    September 18th, 2009 at 9:17 pm

    This was a great start for integration. I’ve read a few articles on the web and this one had the most detail (and seemingly the most success). I’m having a problem loading the default page for the blog. It just shows gibberish. I didn’t have anything in my web.config file in the root so I just copied the one from the “blogs” directory and updated. I’m running the website as an application, do I need to run the blog as an application as well? Any help is much appreciated.

    Cheers
    Dennis

  53. 53
    Ajay Matharu wrote:
    September 19th, 2009 at 10:16 am

    @Dennis – Have you followed the instruction in the post to make the appropriate changes in the web.config file of your application? You don’t have to run the blog application. It’s in the same application, just like you have admin in the same application, so no need to run the blog as separate application. Is your application live? If yes can you give me the link to view?

    Let me know if you need any more assistance.

  54. 54
    Dennis wrote:
    September 19th, 2009 at 10:14 pm

    Hi Ajay,
    Thanks for your prompt reply. The application isn’t live as I’m in a dev environment. It’s really just a website that uses some features from ASP.NET 2.0 such as masterpages and some components. There wasn’t anything in my web.config file for the application so I just copied the one from blogengine into my root. I made the change at step 5 to update the path. I also had to copy the BlogEngine.Core.dll into my root bin directory in order for my existing pages to work.

    I didn’t run the blog as a separate application and I get the error message “Could not find a part of the path ‘C:\inetpub\wwwroot\testing\website\blog\blog\App_Data\settings.xml’.” I have this in my web.config “” but it seems to be using the current directory and not the root. It works for pages in the root directoy, but not in the blog directory because it’s looking for a blog directory within the blog directory. I’m pretty lost at this point. Thanks for your help!

    Dennis

  55. 55
    Dennis wrote:
    September 20th, 2009 at 12:43 am

    Sorry for the confusion. The second paragraph regarding the error message occurs if I run it as a separate application. When I don’t run it as a separate application then I get the gibberish: ��`I�%&/m�{J�J��t��`$ؐ@�������iG#)�*��eVe]f@�흼��{����{����;�N’���?\fdl��J�ɞ!���?~|?”��Ey�’)=��y6�����h��������y�(��G�d^ϲe��!

  56. 56
    Dennis wrote:
    September 20th, 2009 at 7:49 pm

    Hi Ajay,

    I took a step back and figured out that I was making this too complicated. Since I don’t really have an application, this logic doesn’t apply to my scenario. I ran the blog directory as an application without running the root as an application and it seems to run fine. Thanks for your help and guidance.

    Dennis

  57. 57
    Ajay Matharu wrote:
    September 20th, 2009 at 8:01 pm

    @Dennis – Good you get that resolved :) . All the Best!

  58. 58
    L_Jacobs si-vs1245.com wrote:
    October 4th, 2009 at 11:09 am

    Ajay
    I’m not a developer and I need an expert with BlogEngine.net to help me get this blog integrated into my aspdotnetstorefront website. You are the expert I’ve been looking for. Are you able to provide hands on development work for my site.
    I hope the answer is YES!!!
    :-)

  59. 59
    October 19th, 2009 at 5:06 pm

    Hi Ajay,

    I have gone through each and every step which u have given in the post. The thing is i successfully integrated the BE in my application. It is quite gd that it is running. After some days (2 Weeks) server went down and came back, from that day my blog is not working. The pages in the my blog are coming and even though i am able to browse my application pages. Can u help me in solving this issue. I tried everything but not worked. Due to this the site is down till now.

    Regards,
    Chary.

  60. 60
    November 2nd, 2009 at 5:32 pm

    Hi Ajay,
    Thanks for this, it was a great help. But I have one problem, everything in my admin panel broke after I put the blog in a subfolder.

    I checked my Virtual Path in the web.config, but it’s right and the “public” part of the blogg works.

    Can you help me find the problem?

  61. 61
    Ivan wrote:
    November 2nd, 2009 at 6:08 pm

    Hi Ajay,
    I have gone through each and every step in the post. I get this message:
    Parser Error Message: Unrecognized configuration section BlogEngine.

    Source Error:

    Line 19:
    Line 20:
    Line 21:
    Line 22:
    Line 23:

  62. 62
    Ajay Matharu wrote:
    November 2nd, 2009 at 10:50 pm

    @Johanna – admin broke, as in, what happen to it?

    @Ivan – this is because you are missing reference to BlogEngine.Core.dll file in your application

  63. 63
    Ivan wrote:
    November 3rd, 2009 at 2:45 pm

    Hi Ajay,
    my problem is Unrecognized configuration section BlogEngine. I have error in the line where copy code from step 2.
    What’s happened ?
    Thanks

  64. 64
    Ajay Matharu ajaymatharu.com wrote:
    November 4th, 2009 at 11:39 am

    @Ivan – that is because you are missing the file reference to the blogengine.core.dll – have you tried removing and adding the reference again?

  65. 65
    Premium Wordpress Themes premiumthemes.net wrote:
    November 15th, 2009 at 11:49 am

    Thanks…..!

  66. 66
    Joshua alpineproducts.com wrote:
    November 19th, 2009 at 5:29 am

    Hello, what if I want to use the user/role provider provided with the root application instead of the ones provided by BE.

    Many Thanks

  67. 67
    Ajay Matharu ajaymatharu.com wrote:
    November 19th, 2009 at 12:04 pm

    @Joshua – I am working on It. I ll shorty post on that.

  68. 68
    MSUNNY none wrote:
    November 27th, 2009 at 2:55 am

    this is the error im getting on live site i had followed all the instructions but still its coming on live but it runs fine on localhost..plz help so

    Server Error in ‘/beta/blog’ Application.

    Compilation Error

    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: CS0103: The name ‘ExtensionManager’ does not exist in the current context

    Source Error:

    Line 53: foreach (SortedExtension x in sortedExtensions)
    Line 54: {
    Line 55: if (ExtensionManager.ExtensionEnabled(x.Name))
    Line 56: {
    Line 57: a.CreateInstance(x.Type);

  69. 69
    Tor neolengob.com wrote:
    November 29th, 2009 at 10:31 pm

    Great articles & Nice a site

  70. 70
    Ajay Matharu ajaymatharu.com wrote:
    November 30th, 2009 at 10:12 am

    @MSunny – Are you still getting the error? This error is because the application is not able to find the “ExtensionManager” class. Check the references that are added correctly.

  71. 71
    SamnPains ezinearticles.com wrote:
    December 8th, 2009 at 5:41 am

    I’d like to ask if someone has looked at this blog success review? people have said good things about the place, but it doesn’t seem to be that well known?

    The person who is doing the review is also offering a blog success bonus that seems fairly decent. Can anyone here tell me if it’s worth it?

    I’d love to make money online from writing a blog – it seems like the right thing to do for my talents…

  72. 72
    Premium Wordpress Themes premiumthemes.net wrote:
    December 16th, 2009 at 1:01 pm

    Thanks for this information
    it will be very helpful

  73. 73
    Hitman wrote:
    December 22nd, 2009 at 2:48 am

    Hi Ajay, I’ve done everYthing you posted above, but every reference to a control or masterpage is giving me an error: not found, Although I setted the VirtualPath to ~/Blogs/, the name of the folder that contains the BE code. Did I missed something?

  74. 74
    May ucrystal.com wrote:
    December 22nd, 2009 at 4:04 am

    It is very good piece of the infomation. I have vb.net app. The issue I have is that I can not put the folders under app_code in BE into my exiting site app_code folder since BE uses C#, they can not compile C# and VB at the same time in app_code folder. I am stucked. Do you have any idea or suggestions?

  75. 75
    Ajay Matharu ajaymatharu.com wrote:
    December 22nd, 2009 at 9:59 am

    @Hitman – What is the error’s you are getting?

  76. 76
    Ajay Matharu ajaymatharu.com wrote:
    December 22nd, 2009 at 10:00 am

    @May – you can have both VB and CS files in the app_code folder you can refer this post, http://www.ajaymatharu.com/using-cs-and-vb-code-files-together-in-app_code/ to see how you can do this. Let me know if you need any more assistance.

  77. 77
    Hitman wrote:
    December 22nd, 2009 at 8:53 pm

    The file ‘/MyWebSite/admin/Extension Manager/Settings.ascx.cs’ does not exist. C:\MyWebSitePhisicalAddress\Blogs\admin\Extension Manager\Settings.ascx

    This is how VirtualPath is set in my web.config:

  78. 78
    Hitman wrote:
    December 22nd, 2009 at 9:23 pm

    Ok I solved it, just replaced “~/” by “~/Blogs/” everywhere an error was thrown. I thought that set the VirtualPath in web.config would be enough.

    Anyway thanks for this helpful article and your assistance.

  79. 79
    Ajay Matharu ajaymatharu.com wrote:
    December 23rd, 2009 at 10:07 am

    @Hitman – Great you got it resolved :)

  80. 80
    WP Themes genericwpthemes.com wrote:
    December 28th, 2009 at 11:42 am

    I deliberate on the dispatch is gifted and on the point. This enter extraordinarily helped me in my assignment.

  81. 81
    Umesh Rakhe wrote:
    January 4th, 2010 at 9:35 pm

    Hi Ajay Matharu
    I have followed all your instruction but now get the following error in few pages i have tried to solve but still no luck if you have any idea please tell me

    “Error 23 The type or namespace name ‘WidgetEditBase’ could not be found (are you missing a using directive or an assembly reference?)”

    Thanking You in advance

  82. 82
    sikat ang pinoy telebisyonserye.info wrote:
    January 30th, 2010 at 7:52 am

    I like blogengine.net powered by asp.net because this is the free technology that i can create modern website for my personal use or for business use. I would like to thank you for sharing your thoughts and time into the stuff you post!! Thumbs up!

  83. 83
    sikat ang pinoy telebisyonserye.info wrote:
    February 1st, 2010 at 9:10 am

    blogging with blogengine is great it easy to promote on search engines and it generate traffic in a short period of time.

  84. 84
    Wilbur wrote:
    February 9th, 2010 at 9:10 am

    Hello Ajay,

    Thank you for this excellent post. Before I implement it (reinstall BlogEngine.NET on my site) I have a few things I was wondering about. If you can answer any of them I would really appreciate it!

    I have successfully installed BlogEngine.Net 1.5 (web version) onto my site in the /blog subfolder.

    1) When a list of posts appears on a page such as blog/BlogEngine.Web/category/mycategory.aspx the title of each post gets an tag. I believe this is bad SEO practice, isn’t it? I thought there should be only 1 tag for a page. I would like to simply add the category name as the tag for the entire page, and make the titles of the posts tags. How would I go about doing this?

    2) Are my modifications/customizations restricted b/c I used the web version? I would think that I’d want to use the source code version for customizations, but I read on the BlogEngine documentation: “Source Code: This is the developer option. If you are interested is seeing how things work or want to add to the functionality, this is your option. Note that although you can look at the source with Visual Studio 2005 Express, you can’t rebuild the DLL with it.” I can’t rebuild the dll? Btw I had some luck changing postlist.ascx.cs and postview.ascx files without rebuilding/recompiling anything. And that was using the web version!

    3) For mazimum seo, shouldn’t keywords that appear in the blog entries hyperlink back to pages on the main web site? For example, if my business is about dogs, and I have “dogs” all over the main web site, and I even have a page “dogs.aspx”, shouldn’t my blog entries hyperlink back to the main site’s dogs.aspx page?

    4) Optional question: where would I look in the BlogEngine code to understand how pages are built dynamically? Isn’t there a page handler that fulfills the requests for pages such as BlogEngine.Web/Category/Dogs and BlogEngine.Web/2010/2, etc.?

    Thanks in advance,

    Will

  85. 85
    Orion SEO orionseo.com wrote:
    March 2nd, 2010 at 12:33 am

    This one is very helpful, and integrating blog engine could be a very helpful if you done is successfully then you would definitely made yourself happy.

  86. 86
    web design renantech.com wrote:
    March 5th, 2010 at 10:31 am

    Blog Engine I think the best engine for create a blog. but we can comparation with other CMS.
    thanks.

  87. 87
    WP Themes genericwpthemes.com wrote:
    March 14th, 2010 at 10:33 am

    Good brief and this post helped me alot in my college assignement. Gratefulness you as your information.