• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

launch the .net project in website which is developed in strtus2

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am creating the Website using strtus2
But I want to incorporatet the .net tool in my project
Is it possible to run the .net tool in my website which is developed by using the Java Laguage

Plese any one give the suggestions in this

Thanks & Regards
Geeta
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would guess that IIS is the only server capable of running .Net applications (unless Mono can do that...?).

But you may be able to run Java web apps on the same machine as IIS (or even in-process with IIS) using something like NewAtlanta ServletExec or Tomcat's JK ISAPI plugin. That would allow some degree of integration.
reply
    Bookmark Topic Watch Topic
  • New Topic