blogengine.net

Azure Subfolder Blog

喜夏-厌秋 提交于 2019-12-05 22:36:49
I'm trying to figure how how/if it's possible to add a blog to a subfolder on an existing azure site. BlogEngine seems like it would be a good choice since it's written in .net and from what I've read easy to setup as a standalone site on azure. The problem I'm running into now is how can I setup my sub folder /blog as an application in azure. I know locally you can just pull up IIS and rightclick -> convert to application. But is there something I could put in the web.config or publish settings that would achieve the same thing? Right now I'm getting an error message because /blog has it's

ASP.NET 4.0 Single sign on betwen parent website and child web-application fails

Deadly 提交于 2019-12-04 15:08:01
I've got the following structure www.website.com --> ASP.NET 4.0 Web-site www.website.com/blog --> NET 4.0, Web-Application Both do form-authentication against the same SQL database and use the framework ASP.NET memberships and roles. I can log into each portion just fine (same user/password) but the authentication doesn't carry over i.e. if I log into / and then click a link to /blog/ , /blog/ thinks I'm Anonymous and prompts for login again. I've done the basics i.e. Identical <authentication mode="Forms"> in both the site as well as app web.configs Identical <machineKey> section (yes,

Is there a stable ASP.NET blogging control (designed for integration within existing site)? [closed]

末鹿安然 提交于 2019-12-04 13:42:26
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I saw dotnetblogengine.net and from forum posts I got the impression that it's not so easy to integrate it into existing site. Is there a modern blogging/news solution which is meant to be used just like any other ASP.NET control? 回答1: Please find the step by step guide how to integrate this existing application.

Could not load file or assembly 'System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, or one of its dependencies

好久不见. 提交于 2019-12-04 13:22:44
Please somebody help me fix this issue. Umbraco application as parent on IIS6 has the following version of System.Web.WebPages.Razor. <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"> <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" /> <section name="pages" type="System.Web.WebPages.Razor

How do you manage asp.net SQL membership roles/users in production?

瘦欲@ 提交于 2019-11-30 03:35:03
问题 How do you setup an asp.net sql membership role/membership provider on a production machine? I'm trying to setup BlogEngine.NET and all the documentation says to use the ASP.NET Website Administration tool from Visual Studio but that isn't available on a production machine. Am I the first BlogEngine user to use it on a non-development box? The SQL server is completely blocked off from everything but the production box, I do have SQL Management Studio on there though. EDIT: I mean, how do you

.Net 4.0 System.Web.Security.MembershipProvider ambiguous reference?

浪尽此生 提交于 2019-11-29 05:45:54
I have recently upgraded my BlogEngine.Net installation to 1.6 and .Net 4.0, however, I did not build BlogEngine.Core when I performed the upgrade. However, when I try to build the BlogEngine.Core project now, the compile fails because it cannot load the symbols for (System.Web.Security.)MembershipProvider. I believe this to be a .Net/C#/user problem rather than a BlogEngine issue. The project has a reference to the library System.Web, and the class file (which inherits from MembershipProvider) includes a Using for System.Web.Security. With ReSharper enabled, IntelliSense indicates confusion

.Net 4.0 System.Web.Security.MembershipProvider ambiguous reference?

与世无争的帅哥 提交于 2019-11-27 23:24:30
问题 I have recently upgraded my BlogEngine.Net installation to 1.6 and .Net 4.0, however, I did not build BlogEngine.Core when I performed the upgrade. However, when I try to build the BlogEngine.Core project now, the compile fails because it cannot load the symbols for (System.Web.Security.)MembershipProvider. I believe this to be a .Net/C#/user problem rather than a BlogEngine issue. The project has a reference to the library System.Web, and the class file (which inherits from