Ask a Question related to ASP.NET General, Design and Development.
-
Lasse Seten #1
HTTP POST and GET fails
I have an MFC application trying to connect to my ASP.NET
application through MFC classes CrfInternetSession and
CHttpFile and functions OpenRequest and EndRequest. I am
using HTTP POST and HTTP GET. After I upgraded to .Net
framework 1.1, this doesn't work anymore. I have searched
for solutions and I have tried to change my
machine.config file back to what was allowed for web
services in previous version of framework:
<add name="HttpPost"/>
<add name="HttpGet"/>
These lines were commented out in version 1.1, but this
didn't help me. And this change would only apply to web
services, I guess, anyhow.
Could someone please help me on this issue.
Kind regards
Lasse
Lasse Seten Guest
-
WS using HTTP-POST auth
How can I call web service using HTTP-POST in asp.net where on the server side is windows authentification required? thank you, Jure -
HTTP POST fails on 4 megabyte body
My ASP.NET 1.1 web service written in Visual C+ 1.1 (2003) fails with an error 400 if the body of the HTTP post exceeds about 4 megabytes. (I don't... -
HTTP POST ASP .NET
Could someone PLEASE explain how do I use HTTP POST in ASP .NET to get an xml string from a server that exposes a web service? My IIS server will... -
POST fails in HTTP::Request
Dear Gurus, Thanks everyone for your help so far, I really learnt a lot from your advice. I have stumbled across the following problem recently,... -
doing an http post
For the benefit of others, I want to show how to do an HTTP POST request using fsockopen(). I banged my head against a wall for two days trying to...



Reply With Quote

