Betaparticle

Diversion Tactics of an Information Systems Analyst

Quick tip to get blogengine.net working on Godaddy

6/29/2008 9:44:15 PM in Programming | Web Design by Matt

Comment out this line in your web.config file like so:

<!--<trust level="High" />-->

Additionally, if you installed blogengine.net in the root of your server and have problems with other asp.net applications, you can limit child applications from inheriting your root web.config by:

  1. Put this right above the <system.web> line (~line 39):
    <location path="." inheritInChildApplications="false">
  2. Put this right after the </system.web>: </location>

I hope this helps someone.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Bookmark and Share

Related posts

Add comment


(Will show your Gravatar icon)  

  Country flag

[b][/b] - [i][/i] - [u][/u]- [quote][/quote]



Live preview

  • 8/28/2008 7:33:11 AM