ColdFusion?

W

William Fields

Hello,

I'm trying to find out more information about ColdFusion and could not find
what I'm looking for on Macromedia's website.

My question has more to do with what ColdFusion is and how web services are
supported. Specifically, I'd like to know:

Is Coldfusion nothing more than an IIS extension like ASP.NET?
Can Coldfusion and ASP.NET coexist on the same webserver?
If I build a Visual FoxPro webservice, can it be registered on the
Coldfusion web server?

If these questions don't make much sense, please bear with me, I'm only
starting to get into web development and am not the most knowledgeable on
the topic.

Any information on ColdFusion coming from a MS developer perspective would
be very appreciated.

Thanks.

--
William Fields
MCSD - Microsoft Visual FoxPro
US Bankruptcy Court
Phoenix, AZ

"Beer is proof that God loves us
and wants us to be happy."

- Benjamin Franklin
 
S

Steve C. Orr [MVP, MCSD]

Yes, Cold Fusion functions a lot like ASP.NET. It's one of ASP.NET's
primary competitors.
They can coexist on the same server. I'm sure the most recent version of
Cold Fusion must support web services.
The only problem you're likely to run into is if you want to pass data
between Cold Fusion and ASP.NET applications. They don't share Session or
Application state, so your data sharing will have to be a bit more manual.
You can share data via a common database, or you can pass data between the
two systems using querystrings, posts, hidden fields, cookies, etc.
 
S

Scott M.

The newest version of ColdFusion is called AllFusion and is compatible with
..NET.
 
A

Aaron

Where can I learn more about AllFusion? I can't seem to find anything on
google.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top