Where can I set Option Strict On so it applies to the whole web site? It was not set On by default when I started the project but I want to turn it on now and I can't find a place to set it and forget it.
By that I mean currently I have to set it on in each code behind page and I don't want to have to do that anymore.


Reply With Quote