Web Server

  • Thread starter Thread starter Gunawan
  • Start date Start date
G

Gunawan

Hi All,
I have a few questions.
1. Is there any other web server that support Microsoft .Net Frameworks?
2. Can I deploy ASP.NET application on Linux?
3. Is there any component or something but manage code to create Excel Files
*.xls?
Thank you for all your concern.

Regards,
Gun
 
Hi to you too

1. yes there are , one of them is the microsoft IIS , which comes with windows
2. yes there is also that , there's an extention to the apache which enables
you to run asp.net applications ( I know of framework 1.1 ) and it plugs to
the apache just you'd plug a perl or php module
3. I know of a visual basic 6.0 code which can create an excel worksheet
using CreateObject("Application.Excel") , but it needs Excel installed on
the computer . another option is to create a RDL ( reporting services file )
which you'd upload to the reporting services Web Server ( you can
programaticly using SOAP to the SSRS WebService ) and then render it to excel
( ... but this is the hard way :-) )

thanks

Adlai
--
 
Gun

Whilst you can use IIS I found it awkward and quickly gave up. Having
said that try Abyss X1 http://www.aprelium.com/ This software is free if
you only run a single site on it ($70 for X2 unlimited sites). It also
support NET 1.1, 2.0, PHP, Perl, Python and other I can't remember. It
is available for Windows, Mac and Linux. The help is excellent and is
amazingly quick to set-up. I had a PHP forum set-up in under an hour and
I know nothing about PHP. I only found it because I wanted to teach
myself ASP.NET

Hope this helps.

Simon
 
Back
Top