DNS Lookup in simple C#/asp.net ajax call is extremely slow
- by Ryan
I'm running this out of the VS 2008 debugger on Windows 7, running .Net 3.5.
The idea was to make all ajax requests with jQuery only, rather than .net, following some tutorials online.
Default.aspx - HTML page, jquery triggers method in Default.aspx.cs
http://pastebin.com/pxBvKA2H
Default.aspx.cs - C# Webform, just defines a GetDate fuction,…