where is /Blog/BlogSiteMap.ashx ?

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
3/5/2012 4:16:15 AM
Gravatar
Total Posts 87

where is /Blog/BlogSiteMap.ashx ?

Hi, where is /Blog/BlogSiteMap.ashx ? It is mentioned on few posts and in online documentation but in recent version it is not present in specified location. Regards, Victor
3/5/2012 6:50:27 AM
Gravatar
Total Posts 18439

Re: where is /Blog/BlogSiteMap.ashx ?

Hi Victor,

Thanks for letting me know, that is strange, somewhere along the way the part of the post build event that copies that file must have been lost. I've fixed it in the source code repository so it will be included in the next release.

For now, anyone can restore that file by creating a text file named BlogSiteMap.ashx in the /Blog folder with the following content:

<%@ WebHandler Language="C#" CodeBehind="BlogSiteMap.ashx.cs" Class="mojoPortal.Web.BlogSiteMap" %>

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.