473,379 Members | 1,170 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

ASP.NET and Linux

Can I run my aspx pages from Linux box?
Will these pages be able to connect to SQL server?

Thanks
Nov 18 '05 #1
24 2209
not really. ASP.NET is designed to run on the WinOS platform since it
requires the .NET framework and IIS.
There may be some "workaround" but it will be a kludge at best.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Mark Goldin" <ma********@comcast.net> wrote in message
news:O7**************@TK2MSFTNGP11.phx.gbl...
Can I run my aspx pages from Linux box?
Will these pages be able to connect to SQL server?

Thanks

Nov 18 '05 #2
Hi Mark:

The short answers are:

Yes, you can run ASP.NET on Linux with Mono (http://www.go-mono.com).
At least a couple popular open source ASP.NET applications (dasBlog,
FlexWiki) run on Linux, with a few tweaks.

Yes, there is a SQL Server provider available
(http://www.go-mono.com/sqlclient.html).

The longer answer would depend on exactly what your application does.
If your application writes to the registry or uses COM+ transactions
then you'll need to change some code. Even little things (like having
a case sensitive file system) might trip up the code.

--
Scott
http://www.OdeToCode.com

On Mon, 26 Jul 2004 18:20:14 -0500, "Mark Goldin"
<ma********@comcast.net> wrote:
Can I run my aspx pages from Linux box?
Will these pages be able to connect to SQL server?

Thanks


Nov 18 '05 #3
"Mark Goldin" <ma********@comcast.net> wrote in news:O72Tdc2cEHA.2436
@TK2MSFTNGP11.phx.gbl:
Can I run my aspx pages from Linux box?
Will these pages be able to connect to SQL server?


Yup, check out the Mono project.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #4
Try posting this question in a Linux forum, and tell us what they say. lol!

"Mark Goldin" <ma********@comcast.net> wrote in message
news:O7**************@TK2MSFTNGP11.phx.gbl...
Can I run my aspx pages from Linux box?
Will these pages be able to connect to SQL server?

Thanks

Nov 18 '05 #5
Will components like Infragistics work?

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@140.99.99.130.. .
"Mark Goldin" <ma********@comcast.net> wrote in news:O72Tdc2cEHA.2436
@TK2MSFTNGP11.phx.gbl:
Can I run my aspx pages from Linux box?
Will these pages be able to connect to SQL server?


Yup, check out the Mono project.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 18 '05 #6
doubtfull.... they are Windows based DLL's so it's very unlikely

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Mark Goldin" <ma********@comcast.net> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
Will components like Infragistics work?

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@140.99.99.130.. .
"Mark Goldin" <ma********@comcast.net> wrote in news:O72Tdc2cEHA.2436
@TK2MSFTNGP11.phx.gbl:
Can I run my aspx pages from Linux box?
Will these pages be able to connect to SQL server?


Yup, check out the Mono project.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/


Nov 18 '05 #7
But is it possible to build a single distributable assembly that will
include all code, so I won't need to
distribute any additional components?

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:#q**************@TK2MSFTNGP12.phx.gbl...
doubtfull.... they are Windows based DLL's so it's very unlikely

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Mark Goldin" <ma********@comcast.net> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
Will components like Infragistics work?

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@140.99.99.130.. .
"Mark Goldin" <ma********@comcast.net> wrote in news:O72Tdc2cEHA.2436
@TK2MSFTNGP11.phx.gbl:

> Can I run my aspx pages from Linux box?
> Will these pages be able to connect to SQL server?

Yup, check out the Mono project.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/



Nov 18 '05 #8
The page shown they can:
http://www.go-mono.com/asp-net.html

I guess they compile the ASP.NET pages as executables and run them
in way similar to CGI pages.

"Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
news:%2****************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...
doubtfull.... they are Windows based DLL's so it's very unlikely

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Mark Goldin" <ma********@comcast.net> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
Will components like Infragistics work?

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@140.99.99.130.. .
"Mark Goldin" <ma********@comcast.net> wrote in news:O72Tdc2cEHA.2436
@TK2MSFTNGP11.phx.gbl:

> Can I run my aspx pages from Linux box?
> Will these pages be able to connect to SQL server?

Yup, check out the Mono project.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/



Nov 18 '05 #9
I've completed installation on a RedHat 9 box for half day.(started from
11:30 and finished at 15:15)

Although it does require some tricks to finish the installation, the box now
runs my web application without problem(not fully tested).

The mono packages needs wine to install so I think that's why it can use
DLLs.

"Lau Lei Cheong" <le****@yehoo.com.hk> ¦b¶l¥ó
news:eb**************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
The page shown they can:
http://www.go-mono.com/asp-net.html

I guess they compile the ASP.NET pages as executables and run them
in way similar to CGI pages.

"Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
news:%2****************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...
doubtfull.... they are Windows based DLL's so it's very unlikely

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Mark Goldin" <ma********@comcast.net> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
Will components like Infragistics work?

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@140.99.99.130.. .
> "Mark Goldin" <ma********@comcast.net> wrote in news:O72Tdc2cEHA.2436 > @TK2MSFTNGP11.phx.gbl:
>
> > Can I run my aspx pages from Linux box?
> > Will these pages be able to connect to SQL server?
>
> Yup, check out the Mono project.
>
> --
> Lucas Tam (RE********@rogers.com)
> Please delete "REMOVE" from the e-mail address when replying.
> http://members.ebay.com/aboutme/coolspot18/



Nov 18 '05 #10
If you are running a Linux box, use a good scripting langauge like
PHP.

(Let the flames commence! ;) )

On Mon, 26 Jul 2004 20:18:56 -0400, "msnews.microsoft.com"
<ma*****@portvista.com> wrote:
Try posting this question in a Linux forum, and tell us what they say. lol!

"Mark Goldin" <ma********@comcast.net> wrote in message
news:O7**************@TK2MSFTNGP11.phx.gbl...
Can I run my aspx pages from Linux box?
Will these pages be able to connect to SQL server?

Thanks


Nov 18 '05 #11
And watch the legality. May of these are Windows apps, and running them with
Wine is illegal.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Lau Lei Cheong" <le****@yehoo.com.hk> wrote in message
news:uB**************@TK2MSFTNGP10.phx.gbl...
I've completed installation on a RedHat 9 box for half day.(started from
11:30 and finished at 15:15)

Although it does require some tricks to finish the installation, the box now runs my web application without problem(not fully tested).

The mono packages needs wine to install so I think that's why it can use
DLLs.

"Lau Lei Cheong" <le****@yehoo.com.hk> ¦b¶l¥ó
news:eb**************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
The page shown they can:
http://www.go-mono.com/asp-net.html

I guess they compile the ASP.NET pages as executables and run them
in way similar to CGI pages.

"Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
news:%2****************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...
doubtfull.... they are Windows based DLL's so it's very unlikely

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Mark Goldin" <ma********@comcast.net> wrote in message
news:OW**************@TK2MSFTNGP09.phx.gbl...
> Will components like Infragistics work?
>
> "Lucas Tam" <RE********@rogers.com> wrote in message
> news:Xn***************************@140.99.99.130.. .
> > "Mark Goldin" <ma********@comcast.net> wrote in news:O72Tdc2cEHA.2436 > > @TK2MSFTNGP11.phx.gbl:
> >
> > > Can I run my aspx pages from Linux box?
> > > Will these pages be able to connect to SQL server?
> >
> > Yup, check out the Mono project.
> >
> > --
> > Lucas Tam (RE********@rogers.com)
> > Please delete "REMOVE" from the e-mail address when replying.
> > http://members.ebay.com/aboutme/coolspot18/
>
>



Nov 18 '05 #12
Why do you think it's a flame issue?
If you are running a *nix OS I'd probably run PHP as well, the thing is
though that for WinOS one of your more powerfull options is the ASP.NET
platform. Simply a matter of what's available and what your needs are.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Marc Jennings" <marc.nospam..je******@gmail.com> wrote in message
news:u7********************************@4ax.com...
If you are running a Linux box, use a good scripting langauge like
PHP.

(Let the flames commence! ;) )

On Mon, 26 Jul 2004 20:18:56 -0400, "msnews.microsoft.com"
<ma*****@portvista.com> wrote:
Try posting this question in a Linux forum, and tell us what they say. lol!
"Mark Goldin" <ma********@comcast.net> wrote in message
news:O7**************@TK2MSFTNGP11.phx.gbl...
Can I run my aspx pages from Linux box?
Will these pages be able to connect to SQL server?

Thanks

Nov 18 '05 #13
I just know that there are plenty of people out there who feel very
strongly about the issue. I have come from a PHP background (only
started in C# because I *had* to), and in my initial investigations of
the language, I found a fair bit or zealotry (on both sides)

On Tue, 27 Jul 2004 15:22:31 -0500, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:
Why do you think it's a flame issue?
If you are running a *nix OS I'd probably run PHP as well, the thing is
though that for WinOS one of your more powerfull options is the ASP.NET
platform. Simply a matter of what's available and what your needs are.


Nov 18 '05 #14
Indeed that there is. It's like that with most things I've found, especially
when you have groups that tend to be younger and more intelligent the your
"joe schmoe" on the street which most developers are. Add in the male ego
(which most are male) and it's especially bad. I should write a book on
that.........

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Marc Jennings" <marc.nospam..je******@gmail.com> wrote in message
news:dh********************************@4ax.com...
I just know that there are plenty of people out there who feel very
strongly about the issue. I have come from a PHP background (only
started in C# because I *had* to), and in my initial investigations of
the language, I found a fair bit or zealotry (on both sides)

On Tue, 27 Jul 2004 15:22:31 -0500, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:
Why do you think it's a flame issue?
If you are running a *nix OS I'd probably run PHP as well, the thing is
though that for WinOS one of your more powerfull options is the ASP.NET
platform. Simply a matter of what's available and what your needs are.

Nov 18 '05 #15
Curt,

Are you saying that running a Windows app on WINE is illegal?
Can you please give an example.

Thank you

Guy
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message news:<O9**************@TK2MSFTNGP09.phx.gbl>...
And watch the legality. May of these are Windows apps, and running them with
Wine is illegal.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Lau Lei Cheong" <le****@yehoo.com.hk> wrote in message
news:uB**************@TK2MSFTNGP10.phx.gbl...
I've completed installation on a RedHat 9 box for half day.(started from
11:30 and finished at 15:15)

Although it does require some tricks to finish the installation, the box

now
runs my web application without problem(not fully tested).

The mono packages needs wine to install so I think that's why it can use
DLLs.

"Lau Lei Cheong" <le****@yehoo.com.hk> ¦b¶l¥ó
news:eb**************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
The page shown they can:
http://www.go-mono.com/asp-net.html

I guess they compile the ASP.NET pages as executables and run them
in way similar to CGI pages.

"Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
news:%2****************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...
> doubtfull.... they are Windows based DLL's so it's very unlikely
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Mark Goldin" <ma********@comcast.net> wrote in message
> news:OW**************@TK2MSFTNGP09.phx.gbl...
> > Will components like Infragistics work?
> >
> > "Lucas Tam" <RE********@rogers.com> wrote in message
> > news:Xn***************************@140.99.99.130.. .
> > > "Mark Goldin" <ma********@comcast.net> wrote in news:O72Tdc2cEHA.2436 > > > @TK2MSFTNGP11.phx.gbl:
> > >
> > > > Can I run my aspx pages from Linux box?
> > > > Will these pages be able to connect to SQL server?
> > >
> > > Yup, check out the Mono project.
> > >
> > > --
> > > Lucas Tam (RE********@rogers.com)
> > > Please delete "REMOVE" from the e-mail address when replying.
> > > http://members.ebay.com/aboutme/coolspot18/
> >
> >
>
>


Nov 18 '05 #16
I've spent some time with licence agreement for installing .NET runtimes,
seems that it doesn't prevent people from running it on an emulator.

And if there's such terms that applications on one platform must not run on
another platform using emulators, Microsoft should not sell "Virtual PC" at
all.

Also, "WINE"(WINdows Emulator) have been around for some times, majorly
solving problem on running office applications like "MS Office" on Linux.
Should that be any problem, Micosoft should have stopped them long ago, or
at least have some announcement on the issue.

"Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
news:O9**************@TK2MSFTNGP09.phx.gbl ¤¤¼¶¼g...
And watch the legality. May of these are Windows apps, and running them with Wine is illegal.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Lau Lei Cheong" <le****@yehoo.com.hk> wrote in message
news:uB**************@TK2MSFTNGP10.phx.gbl...
I've completed installation on a RedHat 9 box for half day.(started from
11:30 and finished at 15:15)

Although it does require some tricks to finish the installation, the box

now
runs my web application without problem(not fully tested).

The mono packages needs wine to install so I think that's why it can use
DLLs.

"Lau Lei Cheong" <le****@yehoo.com.hk> ¦b¶l¥ó
news:eb**************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
The page shown they can:
http://www.go-mono.com/asp-net.html

I guess they compile the ASP.NET pages as executables and run them
in way similar to CGI pages.

"Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
news:%2****************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...
> doubtfull.... they are Windows based DLL's so it's very unlikely
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Mark Goldin" <ma********@comcast.net> wrote in message
> news:OW**************@TK2MSFTNGP09.phx.gbl...
> > Will components like Infragistics work?
> >
> > "Lucas Tam" <RE********@rogers.com> wrote in message
> > news:Xn***************************@140.99.99.130.. .
> > > "Mark Goldin" <ma********@comcast.net> wrote in

news:O72Tdc2cEHA.2436
> > > @TK2MSFTNGP11.phx.gbl:
> > >
> > > > Can I run my aspx pages from Linux box?
> > > > Will these pages be able to connect to SQL server?
> > >
> > > Yup, check out the Mono project.
> > >
> > > --
> > > Lucas Tam (RE********@rogers.com)
> > > Please delete "REMOVE" from the e-mail address when replying.
> > > http://members.ebay.com/aboutme/coolspot18/
> >
> >
>
>



Nov 18 '05 #17
I'm aware that my former post on report on using "mono" on Linux has be
deleted. While I still respect the authority of system admins to delete
messages they see inappropiate, I don't think there's anything insuitable on
"reporting the usability of a tool that allow ASP .NET application on a
platform other than Windows" on an "ASP.NET" newsgroup. And "mono" CAN be
run on Windows equipped with Apache Web Server, just for your information.

"Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
news:O9**************@TK2MSFTNGP09.phx.gbl ¤¤¼¶¼g...
And watch the legality. May of these are Windows apps, and running them with Wine is illegal.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Lau Lei Cheong" <le****@yehoo.com.hk> wrote in message
news:uB**************@TK2MSFTNGP10.phx.gbl...
I've completed installation on a RedHat 9 box for half day.(started from
11:30 and finished at 15:15)

Although it does require some tricks to finish the installation, the box

now
runs my web application without problem(not fully tested).

The mono packages needs wine to install so I think that's why it can use
DLLs.

"Lau Lei Cheong" <le****@yehoo.com.hk> ¦b¶l¥ó
news:eb**************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
The page shown they can:
http://www.go-mono.com/asp-net.html

I guess they compile the ASP.NET pages as executables and run them
in way similar to CGI pages.

"Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
news:%2****************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...
> doubtfull.... they are Windows based DLL's so it's very unlikely
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Mark Goldin" <ma********@comcast.net> wrote in message
> news:OW**************@TK2MSFTNGP09.phx.gbl...
> > Will components like Infragistics work?
> >
> > "Lucas Tam" <RE********@rogers.com> wrote in message
> > news:Xn***************************@140.99.99.130.. .
> > > "Mark Goldin" <ma********@comcast.net> wrote in

news:O72Tdc2cEHA.2436
> > > @TK2MSFTNGP11.phx.gbl:
> > >
> > > > Can I run my aspx pages from Linux box?
> > > > Will these pages be able to connect to SQL server?
> > >
> > > Yup, check out the Mono project.
> > >
> > > --
> > > Lucas Tam (RE********@rogers.com)
> > > Please delete "REMOVE" from the e-mail address when replying.
> > > http://members.ebay.com/aboutme/coolspot18/
> >
> >
>
>



Nov 18 '05 #18
I do believe so yes. I dont have the exact link but do some googling. It was
a big issue a year or two ago. Bascially what it boils down to is that some
products, like MS ones, were expressly written to be run on the WinOS
platform only. The license agreement you click "agree" to when installing
may even mention this. Often it's not for limiting the users options but for
solidifying the test base.
If I write a windows app or component I expect it to be run on a WinOS. Just
becuse a user finds some way to tweak something else does not mean it's ok
to use it. To say the least it negates any service agreement and/or
technical support options.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"|grb at ihug.co.nz|" <gu*********@techcertain.com> wrote in message
news:71**************************@posting.google.c om...
Curt,

Are you saying that running a Windows app on WINE is illegal?
Can you please give an example.

Thank you

Guy
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message

news:<O9**************@TK2MSFTNGP09.phx.gbl>...
And watch the legality. May of these are Windows apps, and running them with Wine is illegal.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Lau Lei Cheong" <le****@yehoo.com.hk> wrote in message
news:uB**************@TK2MSFTNGP10.phx.gbl...
I've completed installation on a RedHat 9 box for half day.(started from 11:30 and finished at 15:15)

Although it does require some tricks to finish the installation, the box
now
runs my web application without problem(not fully tested).

The mono packages needs wine to install so I think that's why it can

use DLLs.

"Lau Lei Cheong" <le****@yehoo.com.hk> ¦b¶l¥ó
news:eb**************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
> The page shown they can:
> http://www.go-mono.com/asp-net.html
>
> I guess they compile the ASP.NET pages as executables and run them
> in way similar to CGI pages.
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
> news:%2****************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...
> > doubtfull.... they are Windows based DLL's so it's very unlikely
> >
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> >
> >
> > "Mark Goldin" <ma********@comcast.net> wrote in message
> > news:OW**************@TK2MSFTNGP09.phx.gbl...
> > > Will components like Infragistics work?
> > >
> > > "Lucas Tam" <RE********@rogers.com> wrote in message
> > > news:Xn***************************@140.99.99.130.. .
> > > > "Mark Goldin" <ma********@comcast.net> wrote in

news:O72Tdc2cEHA.2436
> > > > @TK2MSFTNGP11.phx.gbl:
> > > >
> > > > > Can I run my aspx pages from Linux box?
> > > > > Will these pages be able to connect to SQL server?
> > > >
> > > > Yup, check out the Mono project.
> > > >
> > > > --
> > > > Lucas Tam (RE********@rogers.com)
> > > > Please delete "REMOVE" from the e-mail address when replying.
> > > > http://members.ebay.com/aboutme/coolspot18/
> > >
> > >
> >
> >
>
>

Nov 18 '05 #19
Most people who use PHP are the younger crowd who got into PHP on their own,
since it's open source and cheap I guess. They get into a real world and us
"real programmers" see them writing in it and we're like what the hell is
this junk!? ;) Anyway, my point was why would you use .NET on Linux.
Obviously, portability reasons, but you lose a lot when you use a platform
that doesn't fully support your app.

-Max

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Indeed that there is. It's like that with most things I've found, especially when you have groups that tend to be younger and more intelligent the your
"joe schmoe" on the street which most developers are. Add in the male ego
(which most are male) and it's especially bad. I should write a book on
that.........

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Marc Jennings" <marc.nospam..je******@gmail.com> wrote in message
news:dh********************************@4ax.com...
I just know that there are plenty of people out there who feel very
strongly about the issue. I have come from a PHP background (only
started in C# because I *had* to), and in my initial investigations of
the language, I found a fair bit or zealotry (on both sides)

On Tue, 27 Jul 2004 15:22:31 -0500, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:
Why do you think it's a flame issue?
If you are running a *nix OS I'd probably run PHP as well, the thing is
though that for WinOS one of your more powerfull options is the ASP.NET
platform. Simply a matter of what's available and what your needs are.


Nov 18 '05 #20
Yup.... It's like the old addage...
"Taste's like Chicken".... well then eat chicken if you want chicken!

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"msnews.microsoft.com" <no****@notvalid.com> wrote in message
news:ex**************@tk2msftngp13.phx.gbl...
Most people who use PHP are the younger crowd who got into PHP on their own, since it's open source and cheap I guess. They get into a real world and us "real programmers" see them writing in it and we're like what the hell is
this junk!? ;) Anyway, my point was why would you use .NET on Linux.
Obviously, portability reasons, but you lose a lot when you use a platform
that doesn't fully support your app.

-Max

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Indeed that there is. It's like that with most things I've found,

especially
when you have groups that tend to be younger and more intelligent the your "joe schmoe" on the street which most developers are. Add in the male ego (which most are male) and it's especially bad. I should write a book on
that.........

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Marc Jennings" <marc.nospam..je******@gmail.com> wrote in message
news:dh********************************@4ax.com...
I just know that there are plenty of people out there who feel very
strongly about the issue. I have come from a PHP background (only
started in C# because I *had* to), and in my initial investigations of
the language, I found a fair bit or zealotry (on both sides)

On Tue, 27 Jul 2004 15:22:31 -0500, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:

>Why do you think it's a flame issue?
>If you are running a *nix OS I'd probably run PHP as well, the thing is >though that for WinOS one of your more powerfull options is the ASP.NET >platform. Simply a matter of what's available and what your needs are.



Nov 18 '05 #21
> Most people who use PHP are the younger crowd who got into PHP on their
own,
since it's open source and cheap I guess.
As well as being a very capable scripting language with a plethora of
libraries out there and a wide array of p2p support options.
Anyway, my point was why would you use .NET on Linux.


duh...so you don't have to deal with a windows server! ;o)

-Darrel
Nov 18 '05 #22
I still have concern about Virtual PC.

As Microsoft is shipping Virtual PC for Mac, I suppose it's LEGAL for
running Windows application on an emulator. Or you're saying that Microsoft
is selling tool for people to use some other products illegally?

I agree that there will not be any official support for running these
products on an emulator, but saying that it's illegal to do so doesn't seems
logical to me. (Perhaps there's some software explicitly states that you
have to run it on Windows, but I can't form effective query to find them on
search engines)

Here's some extra maybe relevent information: While WINE is developed to
allow Windows programs to run on *nix platform, Microsoft is working on
another project that would allow *nix application to run on Longhorn and
later releases of Windows.

http://www.microsoft.com/windows/sfu/

"Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
news:%2****************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
I do believe so yes. I dont have the exact link but do some googling. It was a big issue a year or two ago. Bascially what it boils down to is that some products, like MS ones, were expressly written to be run on the WinOS
platform only. The license agreement you click "agree" to when installing
may even mention this. Often it's not for limiting the users options but for solidifying the test base.
If I write a windows app or component I expect it to be run on a WinOS. Just becuse a user finds some way to tweak something else does not mean it's ok
to use it. To say the least it negates any service agreement and/or
technical support options.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"|grb at ihug.co.nz|" <gu*********@techcertain.com> wrote in message
news:71**************************@posting.google.c om...
Curt,

Are you saying that running a Windows app on WINE is illegal?
Can you please give an example.

Thank you

Guy
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message news:<O9**************@TK2MSFTNGP09.phx.gbl>...
And watch the legality. May of these are Windows apps, and running them with
Wine is illegal.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Lau Lei Cheong" <le****@yehoo.com.hk> wrote in message
news:uB**************@TK2MSFTNGP10.phx.gbl...
> I've completed installation on a RedHat 9 box for half day.(started from > 11:30 and finished at 15:15)
>
> Although it does require some tricks to finish the installation, the box now
> runs my web application without problem(not fully tested).
>
> The mono packages needs wine to install so I think that's why it can use > DLLs.
>
> "Lau Lei Cheong" <le****@yehoo.com.hk> ¦b¶l¥ó
> news:eb**************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
> > The page shown they can:
> > http://www.go-mono.com/asp-net.html
> >
> > I guess they compile the ASP.NET pages as executables and run them
> > in way similar to CGI pages.
> >
> > "Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
> > news:%2****************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...
> > > doubtfull.... they are Windows based DLL's so it's very unlikely
> > >
> > > --
> > > Curt Christianson
> > > Owner/Lead Developer, DF-Software
> > > Site: http://www.Darkfalz.com
> > > Blog: http://blog.Darkfalz.com
> > >
> > >
> > > "Mark Goldin" <ma********@comcast.net> wrote in message
> > > news:OW**************@TK2MSFTNGP09.phx.gbl...
> > > > Will components like Infragistics work?
> > > >
> > > > "Lucas Tam" <RE********@rogers.com> wrote in message
> > > > news:Xn***************************@140.99.99.130.. .
> > > > > "Mark Goldin" <ma********@comcast.net> wrote in
news:O72Tdc2cEHA.2436
> > > > > @TK2MSFTNGP11.phx.gbl:
> > > > >
> > > > > > Can I run my aspx pages from Linux box?
> > > > > > Will these pages be able to connect to SQL server?
> > > > >
> > > > > Yup, check out the Mono project.
> > > > >
> > > > > --
> > > > > Lucas Tam (RE********@rogers.com)
> > > > > Please delete "REMOVE" from the e-mail address when

replying. > > > > > http://members.ebay.com/aboutme/coolspot18/
> > > >
> > > >
> > >
> > >
> >
> >
>
>


Nov 18 '05 #23
VPC doesn't include a license for the OS, you still gotta buy that. Then you
do have Windows running, so in essence it should be fine. Personally VPC is
only something I use to test though, not for production usage.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Lau Lei Cheong" <le****@yehoo.com.hk> wrote in message
news:Oi**************@TK2MSFTNGP12.phx.gbl...
I still have concern about Virtual PC.

As Microsoft is shipping Virtual PC for Mac, I suppose it's LEGAL for
running Windows application on an emulator. Or you're saying that Microsoft is selling tool for people to use some other products illegally?

I agree that there will not be any official support for running these
products on an emulator, but saying that it's illegal to do so doesn't seems logical to me. (Perhaps there's some software explicitly states that you
have to run it on Windows, but I can't form effective query to find them on search engines)

Here's some extra maybe relevent information: While WINE is developed to
allow Windows programs to run on *nix platform, Microsoft is working on
another project that would allow *nix application to run on Longhorn and
later releases of Windows.

http://www.microsoft.com/windows/sfu/

"Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
news:%2****************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
I do believe so yes. I dont have the exact link but do some googling. It

was
a big issue a year or two ago. Bascially what it boils down to is that

some
products, like MS ones, were expressly written to be run on the WinOS
platform only. The license agreement you click "agree" to when installing
may even mention this. Often it's not for limiting the users options but

for
solidifying the test base.
If I write a windows app or component I expect it to be run on a WinOS.

Just
becuse a user finds some way to tweak something else does not mean it's ok to use it. To say the least it negates any service agreement and/or
technical support options.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"|grb at ihug.co.nz|" <gu*********@techcertain.com> wrote in message
news:71**************************@posting.google.c om...
Curt,

Are you saying that running a Windows app on WINE is illegal?
Can you please give an example.

Thank you

Guy
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message

news:<O9**************@TK2MSFTNGP09.phx.gbl>...
> And watch the legality. May of these are Windows apps, and running them
with
> Wine is illegal.
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Lau Lei Cheong" <le****@yehoo.com.hk> wrote in message
> news:uB**************@TK2MSFTNGP10.phx.gbl...
> > I've completed installation on a RedHat 9 box for half day.(started from
> > 11:30 and finished at 15:15)
> >
> > Although it does require some tricks to finish the installation,
the box
> now
> > runs my web application without problem(not fully tested).
> >
> > The mono packages needs wine to install so I think that's why it
can use
> > DLLs.
> >
> > "Lau Lei Cheong" <le****@yehoo.com.hk> ¦b¶l¥ó
> > news:eb**************@tk2msftngp13.phx.gbl ¤¤¼¶¼g...
> > > The page shown they can:
> > > http://www.go-mono.com/asp-net.html
> > >
> > > I guess they compile the ASP.NET pages as executables and run

them > > > in way similar to CGI pages.
> > >
> > > "Curt_C [MVP]" <software_AT_darkfalz.com> ¦b¶l¥ó
> > > news:%2****************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...
> > > > doubtfull.... they are Windows based DLL's so it's very unlikely > > > >
> > > > --
> > > > Curt Christianson
> > > > Owner/Lead Developer, DF-Software
> > > > Site: http://www.Darkfalz.com
> > > > Blog: http://blog.Darkfalz.com
> > > >
> > > >
> > > > "Mark Goldin" <ma********@comcast.net> wrote in message
> > > > news:OW**************@TK2MSFTNGP09.phx.gbl...
> > > > > Will components like Infragistics work?
> > > > >
> > > > > "Lucas Tam" <RE********@rogers.com> wrote in message
> > > > > news:Xn***************************@140.99.99.130.. .
> > > > > > "Mark Goldin" <ma********@comcast.net> wrote in
> news:O72Tdc2cEHA.2436
> > > > > > @TK2MSFTNGP11.phx.gbl:
> > > > > >
> > > > > > > Can I run my aspx pages from Linux box?
> > > > > > > Will these pages be able to connect to SQL server?
> > > > > >
> > > > > > Yup, check out the Mono project.
> > > > > >
> > > > > > --
> > > > > > Lucas Tam (RE********@rogers.com)
> > > > > > Please delete "REMOVE" from the e-mail address when

replying. > > > > > > http://members.ebay.com/aboutme/coolspot18/
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >



Nov 18 '05 #24
Curt_C [MVP] wrote:
VPC doesn't include a license for the OS, you still gotta buy that.


True enough. Thank heavens for my MSDN Universal subscription <g>.

--
Derek Davidson
http://www.ebsms.com
Send SMS Text Messages from Your PC
Join our beta program!
Nov 18 '05 #25

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jhuola Hoptire | last post by:
Just installed J2RE 1.4.2 on a Linux server. I am very knew to the POSIX world. I couldn't dig-up much in the docs or via google about the following: 1 - Is there a standard way to make sure...
0
by: Eric Raymond | last post by:
When installing the rpms (or the tar file) onto Red Hat Enteprise Linux AS Beta 1 (Taroon), we get the follwing error: Installing all prepared tables /usr/bin/mysql_install_db: line 1: 7690...
6
by: gnu | last post by:
Rationale to use Linux ======================= - I can't afford paying for $199 for the license of an OS that's arguably better thank Linux for each of 10 computers I have. - I want to be...
21
by: Travis 'Bailo' Bickel | last post by:
Lately, I have been having a bear of a time trying to acquire a Linux driver for my S3/ProSavage chipset -- but that quest is now almost at an end as I have located a noble band of people who are...
1
by: srihari | last post by:
Hai, I am trying to install IBM DB2 8.1 on Red Hat linux 8.0. My machine is Intel XEON 64bit. The installation went well except for the creation of tools catalog. When I tried to install the tools...
0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
5
by: cranium.2003 | last post by:
hi, Here is my code #include <iostream.h> int main() { cout <<"HI"; return 0; } and using following command to compile a C++ program g++ ex1.cpp -o ex1
1
by: rada.lambretha | last post by:
Configuring Linux as a Firewall * Making installation choices * Introducing iptables * Using iptables commands * Simplifying things with firewall GUIs * Adding proxy functionality As...
1
Nepomuk
by: Nepomuk | last post by:
You might have heard about Linux, but you don't know what it is? Or you know a few things about it, but they terrify you? Well, then this article is for you. Don't be afraid - Everyone can use Linux!...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.