I'm looking for a simple to setup and to use solution to test the validity or health of a .net web application.
The ideal solution would allow the developers to add his important tests as functions just like In unit testing and the ui would look like any unit testing running application, but in a web pages.
Typical tests: permission properly set on directories, presence of important files, correct connection strings, etc.
Clarifications:
Tests must be triggered by a web page in a web browser. That web page would be called by any authorized entity, including monitoring services. This is particulary useful to detect potential problems that may occurs AFTER a successful deployment such as permission directory change or worse...
I'm not looking for integration or acceptance tests. It's more about application installation health.