I have a big problem. I have some applications made on an unix based system, and I use PHP with cURL to post an XML question to an IIS server with asp.net. Every time I ask the server something I get error:
HTTP/1.1 500 Internal Server Error
Date: Tue, 04 May 2010 07:36:08 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 3032
Ben başka bir sunucuda aynı soruyu sorarsanız, hemen hemen aynı (bana göre yapılandırılmış İKİ) bu bir ben olması gerektiği ve başlıkları gibi sonuçlar elde:
HTTP/1.1 200 OK
Date: Tue, 04 May 2010 07:39:37 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Length: 9169
Ben, her şeyi denedim forumlarda yüzlerce arandı, ama ben bir şey bulmuyorum.
In IIS logs I only get:
2010-05-04 07:36:08 W3SVC1657587027 80.xx.xx.xx POST /XML_SERV/XmlAPI.aspx - 80 - 80.xx.xx.xx Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1 500 0 0
nereye ne olup bittiğini bakmak için herhangi bir fikir?
Ben söylemeyi unuttum! Ben bir XML isteğinin yazılımı kullanın ve aynı soruyu sorarsanız, çalışır.