Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
127 Points
34 Posts
Jan 19, 2008 09:21 AM|LINK
So thank to the folks at MS we have an answer to this (at least in two of the cases above) -
Randy and I both had Cold Fusion 8 installed on the IIS 7 boxes.
UPDATE - See my next post.
The culprit is -
<add name="AboMapperCustom-3325812" path="*" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll" requireAccess="None" responseBufferLimit="0" />
in the applicationHost.config.
The trouble is **UPDATE** ASPNET client side scripts can not run with this mapping in itegrated mode.
Thomas (MS) and I have listed several work arounds on the thread at http://forums.iis.net/p/1147595/1862172.aspx#1862172
By the way, in all cases running the AppPool in compatible mode will at least let you run the site OK.
HTH Alle
Cold Fusion and ASPNET on IIS 7
ajk-eis
Member
127 Points
34 Posts
Re: WebResource.axd Error - "handler must be registered"
Jan 19, 2008 09:21 AM|LINK
So thank to the folks at MS we have an answer to this (at least in two of the cases above) -
Randy and I both had Cold Fusion 8 installed on the IIS 7 boxes.
UPDATE - See my next post.
The culprit is -
<add name="AboMapperCustom-3325812" path="*" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll" requireAccess="None" responseBufferLimit="0" />
in the applicationHost.config.
The trouble is **UPDATE** ASPNET client side scripts can not run with this mapping in itegrated mode.
Thomas (MS) and I have listed several work arounds on the thread at http://forums.iis.net/p/1147595/1862172.aspx#1862172
By the way, in all cases running the AppPool in compatible mode will at least let you run the site OK.
HTH
Alle
Cold Fusion and ASPNET on IIS 7