asp.net mvc taking offline for testing

Posted by Debra on Stack Overflow See other posts from Stack Overflow or by Debra
Published on 2010-03-23T10:14:49Z Indexed on 2010/03/23 19:33 UTC
Read the original article Hit count: 255

Filed under:
|

I need to test a feature in a live "asp.net mvc" web site and would want to block access to the site while testing, how would you recommend doing that? Is it possible to block access and still be able to test as an anonymous user? (I need to test the process as a user that's not logged in).

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about offline