I am currently writing a WinRT application that has some network access to retrieve various details, I need to be able to simulate conditions when there is no network, or a very slow network to ensure that the app works as it should under these conditions.
How do I get the tablet emulator that is part of Visual Studio 2012 to simulate these conditions?
Cheers, Rupert