DigitalJam
Jul 9 2005, 07:09 AM
Is there difference between Ap. ASP and Win. ASP?
Zef Hemel
Jul 9 2005, 09:23 AM
Yes, the Apache one, which I think is called is Chilisoft ASP or something only partly implements ASP and I heard people say that it's crap. Just go with the default IIS ASP if you can
Brendon Koz
Jul 9 2005, 05:47 PM
I just figured I'd give you another response...I agree with Zef.
It is Chilisoft, it doesn't fully implement ASP, it's hardly ever updated for the bugs that are currently known, and according to a network admin at my work (who can't always be trusted) the Chilisoft ASP project is all but dead. (I thought it was still kicking, but no where near as good as regular IIS ASP.)
.Reko
Jul 9 2005, 07:51 PM
If you want to use ASP.NET and you're on
Windows, you can use mod_aspdotnet with Apache. See the
'cli .NET' subproject of the Apache httpd project.
Wombat
Jul 10 2005, 12:27 PM
What about mod_mono ? I don't know much about it myself, but I've heard that you can use ASP.NET with Mono and mod_mono.
.Reko
Jul 10 2005, 03:09 PM
You can but the mono implementation is probably incomplete and not as good as the MS implemtation.
If you're on linux I guess you could use it though. But if you're on windows it makes no sense not to use mod_aspdotnet instead.