Ian

Ian

  • NA
  • 5
  • 1.2k

C# XmlDocument doc = new XmlDocument(); fails

Jan 10 2013 11:56 AM
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.

Answers (2)