Re: ASP .NET on FreeBSD?

2005-02-02 Thread SigmaX
Tom McLaughlin wrote:
On Tue, 2005-02-01 at 12:21 -0500, Lowell Gilbert wrote:
 

SigmaX [EMAIL PROTECTED] writes:
   

I'm fairly new to FreeBSD (Former Linux user), and I have a FreeBSD
5.3 server.  Pretty soon I'm going to need ASP .NET on the server, but
understand that XSP/mod_mono have some major issues with FreeBSD that
need to be worked out.  Are there any alternatives I can use in place
of/while I'm waiting for the BSD# project to get XSP functional?
 

I don't know anything about this subject, but a quick 
cd /usr/ports;make search name=xsp indicates that
it's ported to FreeBSD.
   

He means Mono's XSP webserver for ASP .NET which is different than the
ports found in the www category.  I have a port for XSP but a page
request causes Mono to crash so it's not very usable right now.
Tom
 

yeah... That's the only BSD port of XSP or the like I've heard of.  I 
wish I had the knowledge to help out with the debugging process, but I'm 
fairly new to the programming world myself, and am just hanging on to 
FreeBSD until it's mature.  If the process takes to long I suppose I'll 
have to set up a Linux server to run it and keep my clients happy :-D.
  Cheerio,
  SigmaX

--
Registered Linux Freak #: 366,862
My ISP won't talk to me after lodging a support call for helping gettting ADSL 
hooked up to a WinXP install running under VMWare under Linux on my XBox.
'Anonymous Coward,' in a post on slashdot.org
For the eyes of the Lord range throughout the earth to strengthen those whose 
hearts are fully commited to him.
2 Chronicles 16:9a
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ASP .NET on FreeBSD?

2005-02-02 Thread Tom McLaughlin
On Thu, 2005-02-03 at 23:15 -0600, SigmaX wrote:
 Tom McLaughlin wrote:
 
 On Tue, 2005-02-01 at 12:21 -0500, Lowell Gilbert wrote:
   
 
 SigmaX [EMAIL PROTECTED] writes:
 
 
 
snip
 yeah... That's the only BSD port of XSP or the like I've heard of.  I 
 wish I had the knowledge to help out with the debugging process, but I'm 
 fairly new to the programming world myself, and am just hanging on to 
 FreeBSD until it's mature.  If the process takes to long I suppose I'll 
 have to set up a Linux server to run it and keep my clients happy :-D.
Cheerio,
SigmaX
 

Personally I would recommend using XSP on Linux (gasp) for the time
being if it's for customers.  XSP is fairly new and has it's own
non-FreeBSD issues from what I understand.  I would personally stick to
Mono's main targeted platform for now if it's something that just has
to work.  

As for being new to the programming world...  Well, same  here too. :)
I wanted to learn something more robust than Bourne script and figured
Mono would keep me on my toes and give me some way to apply whatever I
read.

Tom

-- 

BSD# Project - Porting Mono to FreeBSD
http://forge.novell.com/modules/xfmod/project/?bsd-sharp

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ASP .NET on FreeBSD?

2005-02-01 Thread Lowell Gilbert
SigmaX [EMAIL PROTECTED] writes:

 I'm fairly new to FreeBSD (Former Linux user), and I have a FreeBSD
 5.3 server.  Pretty soon I'm going to need ASP .NET on the server, but
 understand that XSP/mod_mono have some major issues with FreeBSD that
 need to be worked out.  Are there any alternatives I can use in place
 of/while I'm waiting for the BSD# project to get XSP functional?

I don't know anything about this subject, but a quick 
cd /usr/ports;make search name=xsp indicates that
it's ported to FreeBSD.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ASP .NET on FreeBSD?

2005-02-01 Thread Tom McLaughlin
On Tue, 2005-02-01 at 12:21 -0500, Lowell Gilbert wrote:
 SigmaX [EMAIL PROTECTED] writes:
 
  I'm fairly new to FreeBSD (Former Linux user), and I have a FreeBSD
  5.3 server.  Pretty soon I'm going to need ASP .NET on the server, but
  understand that XSP/mod_mono have some major issues with FreeBSD that
  need to be worked out.  Are there any alternatives I can use in place
  of/while I'm waiting for the BSD# project to get XSP functional?
 
 I don't know anything about this subject, but a quick 
 cd /usr/ports;make search name=xsp indicates that
 it's ported to FreeBSD.

He means Mono's XSP webserver for ASP .NET which is different than the
ports found in the www category.  I have a port for XSP but a page
request causes Mono to crash so it's not very usable right now.

Tom

-- 

BSD# Project - Porting Mono to FreeBSD
http://forge.novell.com/modules/xfmod/project/?bsd-sharp

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ASP .NET on FreeBSD?

2005-02-01 Thread Nick Pavlica
Could the linux compat libs be used until the port is finished?


On Wed, 02 Feb 2005 00:37:55 -0500, Tom McLaughlin
[EMAIL PROTECTED] wrote:
 On Tue, 2005-02-01 at 12:21 -0500, Lowell Gilbert wrote:
  SigmaX [EMAIL PROTECTED] writes:
 
   I'm fairly new to FreeBSD (Former Linux user), and I have a FreeBSD
   5.3 server.  Pretty soon I'm going to need ASP .NET on the server, but
   understand that XSP/mod_mono have some major issues with FreeBSD that
   need to be worked out.  Are there any alternatives I can use in place
   of/while I'm waiting for the BSD# project to get XSP functional?
 
  I don't know anything about this subject, but a quick
  cd /usr/ports;make search name=xsp indicates that
  it's ported to FreeBSD.
 
 He means Mono's XSP webserver for ASP .NET which is different than the
 ports found in the www category.  I have a port for XSP but a page
 request causes Mono to crash so it's not very usable right now.
 
 Tom
 
 --
 
 BSD# Project - Porting Mono to FreeBSD
 http://forge.novell.com/modules/xfmod/project/?bsd-sharp
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ASP .NET on FreeBSD?

2005-02-01 Thread Tom McLaughlin
On Tue, 2005-02-01 at 23:09 -0700, Nick Pavlica wrote:
 Could the linux compat libs be used until the port is finished?
 
It would mean a linux-mono port which I don't think is worth it.  Better
to find the problems now and fix them than just work around them.

Tom

 
 On Wed, 02 Feb 2005 00:37:55 -0500, Tom McLaughlin
 [EMAIL PROTECTED] wrote:
  On Tue, 2005-02-01 at 12:21 -0500, Lowell Gilbert wrote:
   SigmaX [EMAIL PROTECTED] writes:
  
I'm fairly new to FreeBSD (Former Linux user), and I have a FreeBSD
5.3 server.  Pretty soon I'm going to need ASP .NET on the server, but
understand that XSP/mod_mono have some major issues with FreeBSD that
need to be worked out.  Are there any alternatives I can use in place
of/while I'm waiting for the BSD# project to get XSP functional?
  
   I don't know anything about this subject, but a quick
   cd /usr/ports;make search name=xsp indicates that
   it's ported to FreeBSD.
  
  He means Mono's XSP webserver for ASP .NET which is different than the
  ports found in the www category.  I have a port for XSP but a page
  request causes Mono to crash so it's not very usable right now.
  
  Tom
  
snip
 
-- 

BSD# Project - Porting Mono to FreeBSD
http://forge.novell.com/modules/xfmod/project/?bsd-sharp

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]