ASP.net and IIS dependancy

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is ASP dot net is depending on IIS. is it possible to deploy ASP.net application in other Web Servers. if no what is the reson? Please Help Thanks in advanc
Nithin.
 
It is not currently possible, although I'm sure that ASP.Net ISAPIs for
other web servers are being developed as we speak. ASP.Net is an ISPAI
(Intenet Server Application Programming Interface), which means that it is a
DLL that interacts with the web server. For any web server other than IIS,
an ISAPI would have to be developed that would run ASP.Net on that web
server.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Nithin said:
is ASP dot net is depending on IIS. is it possible to deploy ASP.net
application in other Web Servers. if no what is the reson? Please Help
Thanks in advance
 
The Mono project http://www.go-mono.org/ has some modules for Apache. I
don't know how well they work and you have to use the mono framework but it
is an option if you absolutely must use another server. They claim that most
ASP.NET applications will run flawlessly. Also a company by the name of
Covalent developed an ASP.NET module for Apache at one point but I believe
that it is no longer being sold.


Nithin said:
is ASP dot net is depending on IIS. is it possible to deploy ASP.net
application in other Web Servers. if no what is the reson? Please Help
Thanks in advance
 
Back
Top