Connecting Tech Pros Worldwide Forums | Help | Site Map

Coldfusion and asp.net run together?

hcb hcb is offline
Newbie
 
Join Date: Sep 2006
Posts: 1
#1: Sep 21 '06
Hi all,
i am new in here and need some enlightments :p
I have new webserver (windows 2003) runs on CF now.
Most new pages are cfm files,but some pages that migrated from old server run on asp.
So if i turn on the asp.net, will it conflict with CF???

Member
 
Join Date: Jul 2006
Location: Virginia Beach, VA
Posts: 69
#2: Oct 13 '06

re: Coldfusion and asp.net run together?


You'll probably need to create a seperate application pool for each...

It -is- possible to run them both but it'll take some special dinkering settings in IIS. Your biggest problem will be that .NET doesn't like to share sometimes. Even still.. it's not as glitchy as trying to run Sharepoint with anything.
rameshsambu's Avatar
Newbie
 
Join Date: Oct 2006
Posts: 15
#3: Oct 17 '06

re: Coldfusion and asp.net run together?


Hi


No not at all from the point of view of application flow. you can very well post from a asp form to cf page and vice versa. You can also use the get form sending (as url querystring) between page running different technologies.


You cant include an asp page however simple it may be inside a cf page and
vice versa.
Reply