Hello all, im trying the past 2 days to figure out how can i connect Blogengine.net with my website. I have a .html site with some hyperlinks on it. One of the links, is the one that i want to redirect to the blog. Heres the current link that i have created:
<li><a href="Blog/default.aspx">My Blog</a></li>
but when im clicking the link above, the following errors is thrown:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'file:///:/Inetpub/wwwroot/WebsiteFolder/Blog/default...
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="_default"
Could somebody help me bypass this problem?
Thanks in advance,
Alex