sduncansca wrote:
> Hi
>
> I have an ASP.NET v1.4 application that uses form based
> authorization. My authorization section of the web.config looks like
>
> <authorization>
> <deny users="?" />
> <allow users="*" />
> </authorization>
> Whenever I tried to open the project using VS 2003 it generates a
> ASP.NET Version Mismatch error, which (at least to me) appears to be
> misleading, because it appears to be an issue with my auth section.
You just need to set up a <location> element for get_aspx_ver.aspx. Set the
path attribute to "get_aspx_ver.aspx" and put an authorization element in
there that allows everyone.
--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com
FrontPage add-ins for FrontPage 2000 - 2003