ASP.net in unix based system. Someone Help Me

Hi Guys,

i am new to the fourms..
i have one doubt related to unix..

i was developed one application in asp.net under windows platfrom.
i want to run this application in sun one web server under unix environment..
Its possible or not ..
please calrify my doubt.

Thanks and Regards
Sathiyamurthy.R

You can't run ASP.Net in the UNIX environment.

ASP.Net is for Microsoft platforms.

you can host microsoft active server pages with the Sun Java System Web Server 6.1, and the sun webserver can be run under Solaris 10, 9, 8 Operating System (SPARC), Solaris 10, 9 Operating System (x86), Red Hat Enterprise Linux 2.1, 3, Hewlett-Packard HP-UX 11i, IBM AIX 5.1 and 5.2 and Windows 2000 SP4, Windows XP Pro, and Windows 2003 Server
for info:
http://docs.sun.com/source/817-7953-05/rn61sp3.html\#wp35928

PRESSY

Thanks for checking and clarifying.

Is anyone running ASP in this manner? :confused:

:slight_smile:
yes i have some customers using that, but true, you don't see that very often. many of them using it in the first part of migration. some trying to increase the security of their websites.
i don't know if you know that one:
http://www.apache-asp.org/
Unfortunately, it does not support common scripting languages (e.g., VBScript/JScript). but Java System Active Server Pages is functionally and syntactically equivalent to Microsoft's ASP, and supports all the same ASP page syntax, runs on multiple web servers including Sun Java System and Apache, and multiple operating systems including Solaris, Linux and Windows. but with ASP.NET you have a problem, it is not the next generation of ASP, rather it is an entirely new and Windows-only development paradigm (info: VBScript are not supported by ASP.NET) and sun will not support ASP.NET in the future... so if you really have ASP.NET there is no other way then windows .... (yet :slight_smile: )

greeting PRESSY