Click to See Complete Forum and Search --> : Any Server Component Existing that understands ASP.NET?!?


quantass
October 19th, 2003, 08:10 PM
Hi there,

I am interested in providing ASP.NET support on Win9x machines WIHTOUT the use of IIS. Ideally i am interested in finding a component that i can add to my project in .NET which gives me the ability to act as a server that can understand and process ALL ASP.NET requests that come in.

Please let me know. Thanks in advance

poochi
October 21st, 2003, 11:16 AM
I don't know about the component you are asking, but you could check "Cassini Sample Web Server" project in the following website.

http://www.asp.net/Default.aspx?tabindex=7&tabid=41

It is a simple (local) webserver (with source code) which serves ASP.NET webpage requests. See whether you can immitate the same functionality in your application.

quantass
October 29th, 2003, 12:07 AM
Thanks very much for the info!!