473,395 Members | 1,623 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

ColdFusion?

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


Nov 19 '05 #1
4 2713
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.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"William Fields" <Bi*********@azb.uscourts.gov> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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

Nov 19 '05 #2
The newest version of ColdFusion is called AllFusion and is compatible with
..NET.
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
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.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"William Fields" <Bi*********@azb.uscourts.gov> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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


Nov 19 '05 #3
Where can I learn more about AllFusion? I can't seem to find anything on
google.

Thanks

"Scott M." <s-***@nospam.nospam> wrote in message
news:eu**************@TK2MSFTNGP12.phx.gbl...
The newest version of ColdFusion is called AllFusion and is compatible
with .NET.
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
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.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"William Fields" <Bi*********@azb.uscourts.gov> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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



Nov 19 '05 #4
It's not out yet, but is forthcoming.
"Aaron" <ku*****@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Where can I learn more about AllFusion? I can't seem to find anything on
google.

Thanks

"Scott M." <s-***@nospam.nospam> wrote in message
news:eu**************@TK2MSFTNGP12.phx.gbl...
The newest version of ColdFusion is called AllFusion and is compatible
with .NET.
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
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.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net

"William Fields" <Bi*********@azb.uscourts.gov> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
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




Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

60
by: English Teacher | last post by:
Which would be more useful to learn, PHP or COLDFUSION? I know Coldfusion is popular in the work force. Is PHP? Thanks!
16
by: worzel | last post by:
is python more popular than coldfusion? I realsie that is a very general question as one thing does not directly relate to the other. My issue is that I am ditching coldfusion due to there being...
0
acoder
by: acoder | last post by:
This page will link to a number of tutorials. Coldfusion Language Coldfusion Variables Using Coldfusion Variables Coldfusion Image Gallery How to upload a file in Coldfusion Watch this...
3
acoder
by: acoder | last post by:
How to Upload a File in Coldfusion Use the cffile tag for uploading files to the server. Note that allowing people to upload files is fraught with danger and only trusted users should be...
7
acoder
by: acoder | last post by:
This page will link to a number of tutorials. Coldfusion Language Coldfusion Variables Using Coldfusion Variables Coldfusion Image Gallery How to upload a file in Coldfusion How to send...
1
by: marcnz | last post by:
I have been charged of creating a coldfusion web site for our company. Our database has a ms sql 2005 backend and ms access frontend. Almost all tables are linked tables with the SQL database,...
2
by: quest007 | last post by:
Hi! I have configured IIS for coldfusion and when I access my coldfusion site through localhost, the pages are served as required. But if i ty to access it from a remote machine by specifying the IP...
2
acoder
by: acoder | last post by:
How to Send Mail in Coldfusion You can use Coldfusion to easily send mail. From simple plain text emails to more complex HTML and multipart emails, the job is made a lot easier with Coldfusion. ...
106
by: bonneylake | last post by:
Hey Everyone, Well i don't know if my question should be in javascript/ajax or coldfusion, i figure this is more of a coldfusion question. But if this is in the wrong section let me know an all...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.