Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  196
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, March 11, 2010
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > XML
Search
DevASP

What's New
What's Hot
Listings for Binary Data Binary Data (1)
Listings for DOM DOM (6)
Listings for DTD DTD (3)
More Categories for Errors and Bugs Errors and Bugs (18)
Listings for ServerXMLHTTP ServerXMLHTTP (7)
Listings for XML and ADO XML and ADO (1)
Listings for XML General XML General (16)
Listings for XPath XPath (3)
Listings for XSD Schema XSD Schema (1)
Listings for XSL XSL (1)
Listings for XSLT XSLT (1)
 


Generate an XML parser automatically       
Total Hits: 619  |  Today: 0 Author: Albert Wang       Rating:  
Read Reviews | Write Review |              Your Rating: 

I think your first thought about this article would be that: "oh, another tool to parse XML like MSXML". In fact, this article is based on MSXML. What I will present for you is not a general XML parser, but a generator to create a specific XML parser. The purpose of my article is not to teach you some knowledge about a grammar parsing technique, but to provide you some idea of auto code generation through an XML parser generator. XML parser may not be of any use in your programming area, but tha...

BUG: XMLHTTP Fails to Send Cookies from a Client (Q290899)       
Total Hits: 2037  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you send cookies from a client by using the MSXML2.XMLHTTP object, you may see that the cookies are empty when they arrive at the server. NOTE: Usually a server sends and receives cookies. In this case, you may be submitting cookies from a client so that you do not have to reauthenticate the client....

PRB: The Send Object of XMLHttp May Fail with 0x800C0008 (Q302820)       
Total Hits: 5416  |  Today: 1       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use the Send method of XMLHttp on XML 2.6 or later, you may see a return result code of 0x800C0008....

HOW TO: Write an XSD Schema from a Database by Using a DataSet (Q317940)       
Total Hits: 1851  |  Today: 1       Rating:  
Read Reviews | Write Review |              Your Rating: 

Use this step-by-step guide to write an XSD schema from a database. This article focuses on the following two scenarios: How to write an XSD schema from a DataSet object with one table where all columns are not required in the resulting XSD schema. How to write an XSD schema from a DataSet object with multiple datatables where all tables are not required in the resulting XSD schema....

FIX: ServerXMLHTTP Does Not Support Client Certificates or Redirects Between HTTP and HTTPS (Q294266)       
Total Hits: 3591  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you use ServerXMLHTTP to request a page from a server that requires client certificates, the request may not succeed, and you may receive the following error message: A certificate is required to complete client authentication Also, if the object makes a request by using one protocol (such as HTTP), and the requested page on the server redirects the output to another page by using a different protocol (such as HTTPS), the call may also fail and you may receive one of the following error messa...

FIX: ServerXMLHTTP Does Not Support Client Certificates or Redirects Between HTTP and HTTPS (Q294266)       
Total Hits: 3591  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you use ServerXMLHTTP to request a page from a server that requires client certificates, the request may not succeed, and you may receive the following error message: A certificate is required to complete client authentication Also, if the object makes a request by using one protocol (such as HTTP), and the requested page on the server redirects the output to another page by using a different protocol (such as HTTPS), the call may also fail and you may receive one of the following error messa...

HOWTO: Capture TCP and HTTP Data Frames Using Network Monitor and MSXML HTTP Code (Q295405)       
Total Hits: 1646  |  Today: 2       Rating:  
Read Reviews | Write Review |              Your Rating: 

Network Monitor is a utility that ships with Microsoft Windows 2000 Server and with Microsoft Systems Management Server. With Network Monitor, you can capture and observe network traffic patterns and problems.When you set up a capture, you can filter frames and view data details presented in three panes: the Summary pane, the Detail pane, and the Hex pane. The following steps describe how to create a capture for the purpose of monitoring activity related to the XMLHTTP and ServerXMLHTTP HTTP obj...

HOWTO: Capture TCP and HTTP Data Frames Using Network Monitor and MSXML HTTP Code (Q295405)       
Total Hits: 1646  |  Today: 2       Rating:  
Read Reviews | Write Review |              Your Rating: 

Network Monitor is a utility that ships with Microsoft Windows 2000 Server and with Microsoft Systems Management Server. With Network Monitor, you can capture and observe network traffic patterns and problems.When you set up a capture, you can filter frames and view data details presented in three panes: the Summary pane, the Detail pane, and the Hex pane. The following steps describe how to create a capture for the purpose of monitoring activity related to the XMLHTTP and ServerXMLHTTP HTTP obj...

PRB: XMLHTTP Send Method Raises Error When Large Files Are PUT (Q298108)       
Total Hits: 2088  |  Today: 1       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use the send method of the IXMLHTTPRequest object to PUT a large file to a Web server, you receive the following error message: Not enough storage available for the operation.The error occurs on Windows 98 clients, but does not occur on Microsoft Windows 2000 clients. The more memory that a client has, the larger the file that can be sent....

HOWTO: Identify HTTP Errors When You Use the ServerXMLHTTP Object (Q299566)       
Total Hits: 3416  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use the Microsoft XML (MSXML) ServerXMLHTTP object to run an HTTP operation (such as POST, GET, and PUT) that is unsuccessful, a trappable run-time error is not raised. Instead, if a problem is encountered while trying to run an HTTP operation, Microsoft Internet Information Server (IIS) returns a response code and description that indicates an error....

BUG: "Access is denied" Error Message When Making HTTPS Requests with ServerXMLHTTP (Q302080)       
Total Hits: 5628  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you make HTTPS requests between Web servers by using the ServerXMLHTTP request object, you may receive the following error message:"Access is denied" -2147024891 (80070005)...

INFO: MSXML 4.0 Specific GUIDs and ProgIDs (Q305019)       
Total Hits: 958  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft XML Core Services (MSXML) 4.0 is installed in side-by-side mode. This means that installing MSXML 4.0 does not replace or depend on any previously installed version of the MSXML parser on your computer. This is done to protect the quality of applications that are currently using Msxml.dll, Msxml2.dll, or Msxml3.dll. Side-by-side mode also allows you to decide which version of the parser to use in your code....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com