Saturday, 17 August 2013

Can I restrict IIS to run release code only

Can I restrict IIS to run release code only

The company I work for has 2 servers, 1 release and 1 test/debug server. I
want to restrict the release server that only code that is compiled as
release (not having the DEBUG constant defined) can be run.
Is this possible and if so, how can I achive this? Can I set this in IIS
or in the web.config?

No comments:

Post a Comment