-
Notifications
You must be signed in to change notification settings - Fork 14
Limitations
Jeffrey T. Fritz edited this page Jul 22, 2016
·
7 revisions
WebFormsTest is in very early stages, and there are some limitations that prevent complete testing of an average web forms project:
- No support for App_Code folder contents
- No support for reading content from web.config
This harness runs in the same AppDomain as your test code and is not in an isolated AppDomain as it would be when running on the IIS web server.