Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

whats aspcompat do ?

When in webforms, there's a setting aspcompat, can't find any documentation
on it though.
Mark
[117 byte] By [Mark] at [2007-11-10 11:46:27]
# 1 Re: whats aspcompat do ?
http://msdn.microsoft.com/library/dotnet/cpguide/cpconpage.htm

Determines whether the page is backward compatible with ASP. If this is not set
to true, ActiveX DLLs written for ASP applications will not work. In particular,
set to true if either the page needs to be executed on an STA thread, or the
page calls a COM+ 1.0 component that requires access to unmanaged ASP intrinsics
via the object context or OnStartPage. The default is false.

"Mark" <wssw@splusnet.com> wrote in message news:3a6aebd6$1@news.dev-archive.com...
> When in webforms, there's a setting aspcompat, can't find any documentation
> on it though.
>
> Mark
>
>
>
Larry Triezenberg at 2007-11-11 22:23:09 >