Forum Moderators: open

Message Too Old, No Replies

Cold Fusion and ASP

         

kevinj

4:50 pm on Oct 30, 2002 (gmt 0)

10+ Year Member



Is anyone aware of problems with hosting cold fusion and asp pages on the same server? Any thoughts on possible difficulties of integrating an existing cold fusion shopping cart system into ASP pages?

9thsign

5:31 am on Oct 31, 2002 (gmt 0)

10+ Year Member



I have an application that has a mix of ASP and ColdFusion pages. The reason I use ASP is to interface with NT athentication (domain). There are no issues with that except for sessions & cookies. They don't carry over from one platform to another. I just use hidden form field entries to relay and set session information from one to another.