just random stuff

Why aren't my other web apps working after installing Graffiti CMS at /[root]

Now that I'm at Telligent I'm exploring their product offering and in doing so I broke a small personal web application that has been working for a while now.  This web app is configured as such in IIS and is two folders below my root. 

Because graffiti intercepts your http requests it didn't like that I was looking for a folder that it thought belong to it.  Jayme Davis who's on the team helped me fix it by wrapping graffiti's <system.web> tag in the web.config with a location element that specifies to NOT inherit children applications.

 

 <location inheritinchildapplications="false" path="."> 
   <system.web>
  :
  :
  [all the graffiti stuff]   : </system.web> </location>

 Awesome! This fixed it. Hope it helps.

 

» Similar Posts

  1. How do I get jQuery intellisense in Visual Studio 2008?
  2. Using locks when caching objects
  3. How I saved 50% on my electric bill

» Trackbacks & Pingbacks

    No trackbacks yet.
Trackback link for this post:
http://samdelagarza.com/trackback.ashx?id=17

» Comments

  1. Sulumits Retsambew avatar

    hello, this is my first time i visit here. I found so many interesting in your blog especially on how to determine the topic. keep up the good work.

    Sulumits Retsambew — June 22, 2009 5:02 PM
  2. Computer Terms avatar

    thanks for this nice info, it's so useful for me.

    Computer Terms — July 14, 2009 12:51 AM
  3. GlipMax avatar

    what a great blog, i really like it. thanks.

    GlipMax — July 28, 2009 11:53 AM
  4. Italian Translation avatar

    Anyway ,Graffiti is the best CMS ever.I changed all of my sites using it

    Italian Translation — August 8, 2009 5:28 AM
  5. Sulumits Retsambew avatar

    This is the best useful info I found about Graffiti CMS. Thankful.

    Sulumits Retsambew — August 8, 2009 5:55 AM
  6. about oes tsetnoc avatar

    I have surfed the net more than three hours today, yet I never found any interesting article like yours. It's worth enough for me. Thanks.

    about oes tsetnoc — December 6, 2009 8:14 AM

» Leave a Comment