After installing Visual Studio 2015 RC1, I have loaded a legacy ASP.NET project and changed the .NET version to 4.6. The project works fine, but the website still loads as slow as always. I was expecting RyuJIT to kick in, but apparently it is not.
I've had a look at this thread about RyuJIT and I cannot see any trace of RyuJIT with any of the methods described there.
The same problem also occurs with an empty console project. I cannot see Ryujit in the output window, the Modules window or as a running windows task.
So either RyuJIT cannot be detected as it used to be in earlier previews, or it is not running. Either way, I am stuck.
How can I verify that RyuJIT is running in VS 2015 and what do I have to do to make it run in case that it is not?