[ZWeb] IIS/ASP404/Plone

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Thu, 29 May 2003 17:12:20 +0200


Please post your question to the Zope mailinglist zope@zope.org. This list
is not the right place.

Thanks,
-aj

--On Donnerstag, 29. Mai 2003 10:41 Uhr -0400 Brian Sullivan 
<briansullivan@coursesbywire.com> wrote:

> I noticed a post on this subject ( running Zope behind an IIS server) the
> other day -- it prompted me to give the trick a try.
>
> (http://www.zope.org/Members/hiperlogica/ASP404) is where the vb script
> and info is found.
>
> All seemed to go well ( after I figured out to unset authentication
> options at the IIS end)-- I managed to get several Zope sites/subsites
> appearing as IIS delivered.
>
> However when I tried a private plone site using the script I get the
> following error on access:
>
> "
> Microsoft VBScript runtime error '800a000d'
>
> Type mismatch: 'Response.ExpiresAbsolute'
>
> /Management/default.asp, line 377"
>
> The offending code ( around 377):
>
>           if lhName = "expires" then
>          ' ditto for Expires:
>   Response.ExpiresAbsolute = hValue
>                 bValidHeader = false
>             end if
>
> If I comment out the "Response.ExpiresAbsolute = hValue" line everything
> appears to work. I am not conversant enough with what is going on here to
> know what this code is doing ( and what effect the commenting out has) but
> it seems like a bug in the code.
>
> Can anybody provide any insight into what effect this code removal has (
> or a patch to allow it to operate as originally intended)?
>
>
>
>
>
>
>
>
>
>
>
>
>
> --
> Brian Sullivan
> Meeting by Wire ( http://www.meetingbywire.com)
>
>
>
> _______________________________________________
> Zope-web maillist  -  Zope-web@zope.org
> http://mail.zope.org/mailman/listinfo/zope-web