Coldfusion and asp.net run together?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hcb
    New Member
    • Sep 2006
    • 1

    Coldfusion and asp.net run together?

    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???
  • Arielle
    New Member
    • Jul 2006
    • 76

    #2
    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.

    Comment

    • rameshsambu
      New Member
      • Oct 2006
      • 15

      #3
      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.

      Comment

      Working...