Hi,
There are two ways of setting Option Strict On:
- At project level (Project properties, Compile section)
- At file level, adding "Option Strict On" at the top.
The VB Defaults apply only at project level, not at file level.
And since VS 2005 web projects lack a project file, I suppose that the only
way is to set it manually at file level.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> In the IDE Options Dialog under "Projects and Solution" I have the "VB
> Defaults"
[quoted text clipped - 5 lines]
>
> What am I missing here?