This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
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
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.