I have an Azure Web Site configured for Basic mode (1 dedicated VM with 1 core + 1.75 GB) of RAM. When I run load testing against it with 25 concurrent users, it falls over. There are no database calls on the VM, so I believe the problem is MaxConcurrentRequestsPerCPU and other aspnet.config settings.
So my question is: How do you set MaxConcurrentRequestsPerCPU and other settings like this from aspnet.config for an Azure Website? I can't find any information online about this.
Thanks!