System.Xml.XmlException: For security reasons DTD is prohibited in this XML document. To enable DTD processing set the ProhibitDtd property on XmlReaderSettings to false and pass the settings into XmlReader.Create method.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at Service.ParseXML(String line) in c:\inetpub\wwwroot\WebSite12\App_Code\Service.cs:line 51
มันมาจาก methode ที่เขียนโดยการตัด tag xml อ่ะคะ
ต้องแก้ไขอย่างไรคะ
Tag : .NET, WebService, C#
Date :
2011-01-26 17:46:27
By :
knightmon
View :
1334
Reply :
1
No. 1
Guest
ASP.NET and Web Service การสร้างและเรียกใช้งาน Web Service บน .NET Framework