Click here to Skip to main content
15,903,030 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello!
I want to make a web server which supports HTML, PHP and ASP.

Thanks in advance!
Posted
Updated 13-Apr-11 12:24pm
v2
Comments
Manfred Rudolf Bihy 13-Apr-11 15:42pm    
Please clarify. Do you already have an existing webserver which you want to configure to support ASP and PHP or do you mean to implement a webserver by yourself.

Here a little something to get you started in case you meant to implement a webserver yourself: http://programmer-art.org/media/articles/oriven-paper.pdf[^]. You should also consider going through some of the RFCs[^] that are available on the net especially the ones that have to do with the relvant protocols HTTP and HTTPS.

I really don't think that this is project though for somebody who isn't willing to do a bit of research first.

Best regards,

-MRB
 
Share this answer
 
v4
Comments
guendouz bachir 19-Apr-11 11:58am    
I had reed the RFC mr but, I want an application(webserver) for exemple can suport php and asp...
You didn't metion what web server software you're using:

0) Apache needs a module added to make it suport ASP.Net

1) IIS will support all of those. I think for IIS6 and earlier, you may have to add software for php support.

Google is your friend.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 13-Apr-11 15:50pm    
Agreed! 5+
guendouz bachir 19-Apr-11 11:59am    
I want just a simple application suport php and asp in C#
thank you for all i have implemented an httpwebserver and i want that it suport php and asp olso
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900