PDA

View Full Version : [ubuntu] asp + MSSQL



jura1985
April 18th, 2012, 12:01 PM
Greetings,

has anyone used the asp + MSSQL combination on ubuntu, debian or any other linux? I'm wondering if its possible, and if it is, stable and easy to set up.

Any help is welcome: package names, tutorials and experiences.

Thanks in advance,

Jura

PS: It is not for me, it is what my boss wants :P He currently has asp+MSSQL on windows server and wants to cross over.

sj1410
April 18th, 2012, 01:05 PM
MSSQL can be installed on windows servers only, you need to migrate to MySql or postgresql.

jura1985
April 18th, 2012, 02:02 PM
And what about asp if i migrate to mysql? Are there packages to set it up on ununtu or any other linux?

darkod
April 18th, 2012, 02:06 PM
And what about asp if i migrate to mysql? Are there packages to set it up on ununtu or any other linux?

I am not 100% sure, but I believe ASP is also a Microsoft "product". If I am right, I doubt there would be options for linux. MS wants you to use only their products.

albandy
April 18th, 2012, 02:06 PM
Search for mono and apache.

sj1410
April 18th, 2012, 02:26 PM
apache is the the web server used on linux, which has a limited support for asp, but if you are thinking of migrating to linux server it is definitely a good choice. ou can also think of migrating asp application php. jsp, ruby, python could be other choices.

jura1985
April 18th, 2012, 02:46 PM
I know when I was installing php + mysql back in the days, I had the LAMP package, so I was wondering if there was a similar thing for the asp + mssql.
Anyway, thanks for the help, looks like I'm in for some testing.

directhex
April 21st, 2012, 12:00 AM
Mono can run ASP.NET webapps on Linux - but ASP Classic (most recent version released 12 years ago) cannot usefully be executed on Linux.