C# XmlDocument doc = new XmlDocument(); fails
Hi,
I have created an asp.net page (3.5) and the issue is when the following statement is reached:
XmlDocument doc = new XmlDocument();
On my home machine running VS 2010 it executes fine. But when uploaded to my web host the page never gets past this statement. There is no error, you are just left waiting.
Any suggestions?
Ian.