Hosting ASP .Net pages

D

Daniel Jorge

You can't host on Apache server.

Asp.Net needs to run under IIS (Windows environment)

You can try some alternate option like Mono http://www.gotmono.net/ (for Linux and Unix-like plataforms) or Cassini (windows env too)!!!



Hi,

Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing an apache 2.0 server...??

Thanx,

Sam
 
S

sam

Hi,

Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing an apache 2.0 server...??

Thanx,

Sam
 
J

John Timney \(ASP.NET MVP\)

ask the Mono team

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

Hi,

Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing an apache 2.0 server...??

Thanx,

Sam
 
J

Juan T. Llibre

Actually, with the Apache module mod_aspdotnet,
you *can* run ASP.NET apps on Apache.

http://httpd.apache.org/cli/mod_aspdotnet

Also see http://httpd.apache.org/cli/




Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

You can't host on Apache server.

Asp.Net needs to run under IIS (Windows environment)

You can try some alternate option like Mono http://www.gotmono.net/ (for Linux and
Unix-like plataforms) or Cassini (windows env too)!!!



Hi,

Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing an apache
2.0 server...??

Thanx,

Sam
 
J

Juan T. Llibre

The Apache HTTP Server 2.0 mod_aspdotnet Module
will serve ASP.NET pages on Apache.

http://httpd.apache.org/cli/
http://httpd.apache.org/cli/mod_aspdotnet

Oddly enough, the mod_aspdotnet module is not compatible other
..NET CLR interfaces, such as Rotor or Mono, and is only compatible
with the WinNT port of Apache 2.0 and will only run on Windows NT SP6
and beyond (2000, XP, and 2003).




Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

ask the Mono team

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

Hi,

Is it possible to host ASP .Net pages on a Novell Netware 6.5 server russing an apache
2.0 server...??

Thanx,

Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top