Are asynchronous (either async/await or TPL) operations supported in Web Pages 2.0?
Asked
Active
Viewed 196 times
1 Answers
0
async/await syntax should work fine with Web Pages 2.0 in Visual Studio, as long as you're targeting .NET 4.5. However, WebMatrix does not currently support C# 5.0 or .NET 4.5.

Justin Beckwith
- 7,686
- 1
- 33
- 55