Accessing an asp.net web service with classic asp

Posted by thchaver on Stack Overflow See other posts from Stack Overflow or by thchaver
Published on 2009-11-24T20:54:58Z Indexed on 2010/03/30 6:03 UTC
Read the original article Hit count: 433

Filed under:
|
|
|

My company is considering working with another company on a particular module. Information would be sent back and forth between us through my web service. Thing is, my web service uses ASP.NET, and they use classic ASP. Everything I've found online says (it's a pain, but) they can communicate, but I'm not clear on some details.

Specifically, do I have to enable GET and POST on my web service? If I don't have to, but could, would enabling them make the communication significantly easier/better? And finally, GET and POST are disabled by default because of security. What are the security risks involved in enabling them?

© Stack Overflow or respective owner

Related posts about asp

Related posts about ASP.NET