c# - error while integrating blogengine.net 2.0 to a website -


i integrating blogengine 2.0.what did is

  1. created folder inside project called blogs.
  2. copied files blogengine.net 2.0 (web).
  3. made changes in web.config , changed master page path. per

http://www.ajaymatharu.com/integrating-blogengine-into-an-existing-site/

4.while running project showing error in styles.

the screen shoot of error is...enter image description here

screen shoot of project solution explorer is.

enter image description here

web.config file... enter image description here

probably not answer you're looking go sub-domain route , avoid of these issues completely. makes easier maintain , upgrade. every time there upgrade potentially face similar issues trying integrate existing site.

here's 1 did already: http://homenetdirect.com/

all had customize blog css match of parent site - might create "complimentary" design...


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -