473,385 Members | 2,029 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ASP without IIS

Is it possible to run ASP scripts, on a windows server but without using
IIS as the webserver?

I'm not interested in things like Chili-Soft, but would like to run ASP
the same way IIS does (properly using COM Objects and all).
Is this possible, or am I stuck with IIS to run fully IIS compatible ASP?

Thanks,
Chris
Jul 19 '05 #1
6 7666
Chris Cameron wrote:
Is it possible to run ASP scripts, on a windows server but without
using IIS as the webserver?

I'm not interested in things like Chili-Soft, but would like to run
ASP the same way IIS does (properly using COM Objects and all).
Is this possible, or am I stuck with IIS to run fully IIS compatible
ASP?

Yes. IIS is required.
Bob Barrows
Jul 19 '05 #2
Are you saying you want to write your own webserver service?
There are a few out there (Apache, IIS, etc) already. If you want to write
your own you are talking a MASSIVE undertaking. Port listening,
transmit/receive, etc etc etc...

Why though.... does IIS not work for your needs?

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"Chris Cameron" <ch***@upnix.com> wrote in message
news:pa****************************@upnix.com...
Is it possible to run ASP scripts, on a windows server but without using
IIS as the webserver?

I'm not interested in things like Chili-Soft, but would like to run ASP
the same way IIS does (properly using COM Objects and all).
Is this possible, or am I stuck with IIS to run fully IIS compatible ASP?

Thanks,
Chris

Jul 19 '05 #3
Crap no.. I want a webserver that runs ASP as well as IIS, but not use
IIS.

I'd rather not use IIS if I didn't need to. I've had a couple of nagging
problems that I'm a little tired of dealing with.
Chris

On Tue, 23 Sep 2003 16:45:35 -0500, Curt_C [MVP] wrote:
Are you saying you want to write your own webserver service?
There are a few out there (Apache, IIS, etc) already. If you want to write
your own you are talking a MASSIVE undertaking. Port listening,
transmit/receive, etc etc etc...

Why though.... does IIS not work for your needs?


Jul 19 '05 #4
Ah.....
You would have to build a custom parser for .ASP then and remap the
extention to the new DLL you wrote. But I'm unaware of any windows
webservers that are easy to do this with...

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"Chris Cameron" <ch***@upnix.com> wrote in message
news:pa****************************@upnix.com...
Crap no.. I want a webserver that runs ASP as well as IIS, but not use
IIS.

I'd rather not use IIS if I didn't need to. I've had a couple of nagging
problems that I'm a little tired of dealing with.
Chris

On Tue, 23 Sep 2003 16:45:35 -0500, Curt_C [MVP] wrote:
Are you saying you want to write your own webserver service?
There are a few out there (Apache, IIS, etc) already. If you want to write your own you are talking a MASSIVE undertaking. Port listening,
transmit/receive, etc etc etc...

Why though.... does IIS not work for your needs?

Jul 19 '05 #5
Would this work?
www.octopod.net
"Chris Cameron" <ch***@upnix.com> wrote in message
news:pa****************************@upnix.com...
Is it possible to run ASP scripts, on a windows server but without using
IIS as the webserver?

I'm not interested in things like Chili-Soft, but would like to run ASP
the same way IIS does (properly using COM Objects and all).
Is this possible, or am I stuck with IIS to run fully IIS compatible ASP?

Thanks,
Chris

Jul 19 '05 #6
On Tue, 23 Sep 2003 21:34:44 GMT, "Chris Cameron" <ch***@upnix.com>
wrote:
Is it possible to run ASP scripts, on a windows server but without using
IIS as the webserver?
That's pretty counterproductive isn't it? Is there a reason you don't
want IIS that perhaps we can provide a solution to?
I'm not interested in things like Chili-Soft, but would like to run ASP
the same way IIS does (properly using COM Objects and all).
If that's what you want, you *need* IIS. It is the only fully
functional ASP implementation.
Is this possible, or am I stuck with IIS to run fully IIS compatible ASP?


Again I have to ask. You want ASP on a Windows server that functiuons
identical to IIS but you don't want IIS?

How about a better explanation of what you're doing and why you want
this? There just has to be something I'm missing in the equation.

Jeff
Jul 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Pete | last post by:
I have form/select which executes a function using onchange. No problem. However, when I validate the page with a strict HTML 4.01 doctype at http://validator.w3.org, it demands either an action or...
14
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
9
by: WalterR | last post by:
This is my first time here, so there may be earlier relevant threads of which I am unaware. Though my experience with DB2 is not extensive, such as it is was under OS/390 or equ. My main...
33
by: ankursinha | last post by:
Hi, Is it possible to write a C program that prints "Hello World" on screen without having a single semi-colon in the entire program? The extra constraint here is that u r not allowed to use...
4
by: Dawn Minnis | last post by:
Hi When I compile my files I get the following: driver.c: In function `main': driver.c:49: warning: assignment makes integer from pointer without a cast driver.c:50: warning: assignment...
4
by: Wal Turner | last post by:
Consider the following simple class: public class ClassA { public static string VAR = "hello"; } public void MethodA() { while(true)
5
by: Pascal Cloup | last post by:
Hello, I just want to send an e-mail from my windows form application without specifying SmtpServer. On my computer, when i specify my smtpserver, SmtpMail.Send( aMail ) works fine, but...
7
by: Ralf Gedrat | last post by:
Hello! I have some Vb.Net applications, which are terminated at indefinite times without message. If I call in the program regulated system.GC.Collect, then the program is terminated here...
5
by: mmcd79 | last post by:
I built a VB.net application that makes use of a machine level DB connection string setting, and a user level starting location setting. The machine level setting and the default user based...
5
by: Jonathan Kay | last post by:
Hi, I'd like to my WCF webservice to work both on SSL and without. Unfortunately searching has led to dead ends, references to changes that only work on the old previous beta versions and I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.