Skip to main content
Known Participant
April 4, 2011
Question

Coldfusion/.Net Test

  • April 4, 2011
  • 1 reply
  • 789 views

I am looking to get into consuming .Net in CF9. I have never done this before and want to make sure my integration is working properly prior to my coding. Is there a way to test this?

~Clay

    This topic has been closed for replies.

    1 reply

    Owainnorth
    Inspiring
    April 5, 2011

    What kind of thing were you thinking of? And why would you not just *try* it?

    fs22Author
    Known Participant
    April 5, 2011

    Well. I do not know really much about .Net. So I was hoping to test the connectivity between CF and .Net before I start learning some .Net stuff. I thought there might be a quick way to check that.

    Owainnorth
    Inspiring
    April 5, 2011

    Not particularly, CF can create .NET objects directly and can call .NET webservices.

    Unless you're doing something particularly complicated there should never be an issue. Even if there is, you traditionally don't find out until after a few weeks hard work