Rank: Member
Joined: 4/29/2010(UTC) Posts: 256
Thanks: 4 times Was thanked: 11 time(s) in 10 post(s)
|
Anyone attempted to run BV and BlogEngine.net side by side?
If so did you have any issues running BV as asp.net 4? Or alternatively experience any other pitfalls?
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,395 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Yeah, we've done it a few times. Take a look at the link below. I was actually thinking of writing up a how-to on this as I think a lot of merchants would benefit from easily being able to drop a blog into their site. You are able to run BV in 3.5 and a sub-folder (application) in 4.0. The only changes we had to make to the BlogEngine config file was to add these two lines in the <modules> node. Code:
<remove name="LoginPersister" />
<remove name="UrlRewriter" />
Anyway, here's a look at the blog in action! We did a tiny amount of integration where the comment form user data is populated if the user is logged into BV. To do this you will need to add some of the DLLs from BV as well as the database connection string to the config file. http://www.roommatesdecor.com/blog/ |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
That looks very nice. Currently we use a separate site for our blog, but this would be so much more beneficial.
|
|
|
|
Rank: Member
Joined: 4/29/2010(UTC) Posts: 256
Thanks: 4 times Was thanked: 11 time(s) in 10 post(s)
|
Thanks Aaron. We're looking at doing something simlar in terms of customisation or writing a simple blog plugin work in BV. BlogEngine looks the most economical in terms of development time and functionality, but not all merchants will be able to run the 3.5/4 split. Edited by user Thursday, April 25, 2013 3:56:39 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,395 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: Steve95 ...not all merchants will be able to run the 3.5/4 split. Why not? BV Commerce 2013 will be ASP.NET 4.0 so that should make it easier, at least until BlogEngine goes to 4.5. <sigh> |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 4/29/2010(UTC) Posts: 256
Thanks: 4 times Was thanked: 11 time(s) in 10 post(s)
|
Originally Posted by: Aaron Originally Posted by: Steve95 ...not all merchants will be able to run the 3.5/4 split. Why not? More to do with actual knowledge/confidence to make the change themselves (and don't have a maintenance plan/support from else where). From past experience some host are nowhere near as accommodating users request as they should be, especially if the users don't have Remote access to the server for example. In the past some host have only provided ftp access hence we are currently looking at adding a plugin rather than the full BlogEngine solution.
|
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
Aaron,
How would you set up the database without the comment integration? We don't have a lot of people that leave reviews let alone comments so I don't think we need that type of integration right now. We want to just start with a fresh install... basic.
Thanks!
Bryan
|
|
|
|
Rank: Member
Joined: 4/29/2010(UTC) Posts: 256
Thanks: 4 times Was thanked: 11 time(s) in 10 post(s)
|
Hi You can turn off comments/reviews in terms of removing it from the database, but you can disable comments or simply remove then from your product template. I would however I would urge you to leave them. Going forward they would provide a useful method of content creation for search engines. Products with reviews provide confidence to would be purchesters who find review by customers more engaging than normal copy, and will help with your conversion rates. Why not offer some sort of prize in terms off a discount code for first time buyers who review their products, as this encourages both content creation and repeat custom? If you could provide the URL of your website, then I might be able to provide better feedback. Edited by user Monday, May 20, 2013 3:13:42 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
Im not looking to turn off my product reviews. I don't want comments for the blog so I don't need to further integrate the database and blog together like Aaron did above. I just looking to find out how to setup the blog web.config and the database. It was suggested I keep my store and blog separate so I don't know how to set up that portion. I just need the stock blog. Edited by user Monday, May 20, 2013 3:31:24 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,395 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
As I mentioned earlier in the thread I don't have any instructional information written for how to install the two applications side-by-side. Honestly this is more of a developer task. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
Ahh ok thought it might be a bit easier.
Thanks! Bryan
|
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
Just had a thought... we already have the ability to run both applications side by side with our host. Its just the database setup that I need help with. Aaron is this something we can schedule you to do? Edited by user Tuesday, May 21, 2013 9:26:54 AM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,395 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: sternyy Just had a thought... we already have the ability to run both applications side by side with our host. Its just the database setup that I need help with. Right. You have the ability but the server needs to be configured for it. As discussed in this thread the Web.config file of BlogEngine also needs to be tweaked to work with BV. Lastly, we prefer to install BlogEngine using the SQL Server data provider rather than the default XML data provider; this just gives you a little more flexibility with customizations down the road. Originally Posted by: sternyy Aaron is this something we can schedule you to do? Sure! We can talk about that offline. |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.