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

Re: HTTP POST and GET by Tomas

Tomas
Wed Jul 23 19:04:42 CDT 2003

Lasse,

> 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.

What error are you getting?

--
Tomas Restrepo
tomasr@mvps.org



Re: HTTP POST and GET by Lasse

Lasse
Wed Jul 23 22:30:08 CDT 2003

Thanks!
Error I get is "500 Internal Server Error."
Very informative!

I tried to uninstall framework 1.1 and reinstall 1.0, then it worked
again. So definetly the upgrade causing it.

Lasse


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!