.Net Security, Java Security and Webservers

Looking for a comparison of security between .Net and Java? Need to know if .Net application is supported in webservers other than IIS?

Here is a good comparison of Java and .Net Security by Denis Piliptchouk –

Part 1 – http://www.onjava.com/pub/a/onjava/2003/11/26/javavsdotnet.html
Part 2 – http://www.onjava.com/pub/a/onjava/2003/12/10/javavsdotnet.html

Another one would be –
.NET Security: Lessons Learned and Missed from Java by Nathanael Paul and David Evans – http://www.cs.virginia.edu/papers/acsac-net-java.pdf .

Now if you intend to run .net application in a webserver in the DMZ, then a webserver that supports .net framework should help. This would help in exposing an existing application to be exposed to the public domain. There are some available such as Mono (http://www.mono-project.com/Main_Page ) and NeoKernel (http://www.neokernel.com ).

Here are some helpful links –
Unix.net – http://sourceforge.net/projects/unixnet/
Comparison of Java Security and .Net Security – http://kosh.nku.edu/~waldenj/classes/2006/spring/csc593/presentations/ComparingJavaNET.ppt

1 comment

  1. Security Comparison:
    http://blogs.msdn.com/shawnfa/archive/2004/02/18/75722.aspx
    http://www.cs.virginia.edu/~nrp3d/papers/computers_and_security-net-java.pdf

    Visual Studio the IDE for ASP.Net comes with built in light version of server which does not require IIS. .Net framework along with some APIs to create worker processes under the web server … Read Morein consideration would allow us to make it possible to host ASP.Net on other servers. But I don’t think any other servers has this as a built-in feature.

Leave a Reply to Firoz Ozman Cancel reply

Your email address will not be published. Required fields are marked *