Quantcast
Channel: Fundamental Provocation » Microsoft
Viewing all articles
Browse latest Browse all 10

Add another application as child of BlogEngine.net

$
0
0

I have been getting good response for my post Integrating blog engine into existing site. One of the guy asked me this question on how can we do the opposite? He had a BlogEngine as parent site and needed some other site to be child of BlogEngine. So He posted on that and this is the answer he got for his question.

You need to make this change in your web.config file. If you want to have a website as child of BlogEngine

<location path="." inheritInChildApplications="false">
 <system.web>
 ..... existing content .....
 </system.web>
</location>

<location path="." inheritInChildApplications="false">
 <system.webServer>
 ..... existing content .....
 </system.webServer>
</location>

Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles



Latest Images