OutPost and ASP.NET Development Server

Tuesday, November 27, 2007

I just found out, that OutPost has some troubles with the way ASP.NET Development Server handles httphandlers. The section of web.config can be modified to make it work:

Change this:

<add verb="*" path="OutPost.axd" type="OutPost.Core.Switch,OutPost"/>

to this:

<add verb="*" path="OutPost.axd,OutPost.axd/Ajax.js" type="OutPost.Core.Switch,OutPost"/>

And it now works with ASP.NET Development Server

0 Comments:

Post a Comment

<< Home