[cli-users] Free Windows compilers

2005-11-07 Thread Jeff White
Visual Web Developer 2005 Express Edition Visual Basic 2005 Express Edition Visual C# 2005 Express Edition Visual C++ 2005 Express Edition Visual J# 2005 Express Edition SQL Server 2005 Express Edition Price: Visual Studio Express Editions - Free for 1 year Operating System Windows 2000

Re: [cli-users] mod_aspdotnet + Apache 2.0 - Does not parse ASP.NET pages (configured)

2005-04-01 Thread Jeff White
From: "Eddie Kukiela" Here is the source code: <%@ Page Language="VBScript" Debug="true" %> Dim Connection Connection = Server.CreateObject("ADODB.Connection") Connection.Open("DSN=master") If Connection.Errors.Count = 0 Then Response.Write("Connected to DB okay") End If %> The above code

Re: [cli-users] question about mod_aspdotnet

2005-03-22 Thread Jeff White
I would like to know if Windows 98SE supports Apache2.053 with mod_aspdotnet. No. Even Windows 2000 is just too old for the newer and important Windows devices (used by .NET 2). Like the two port sharing devices - one for HTTP usage (http.sys) and the other for TCP port sharing services, like

[cli-users] New Log Parser 2.2 has Http usage

2005-01-26 Thread Jeff White
Seems the new Log Parser 2.2 will get info off web pages as well as off logs (or any text). Let's try Log Parser 2.2 with Apache's ASP.NET info web page. All the below demos are one long line or saved to a file and called like: LogParser.exe -options file:name.whatever or in a command line prompt t

[cli-users] Do you like the CLI standards?

2005-01-08 Thread Jeff White
January 6, 2005 Snip I am a member of ECMA, an international standards body, where I am chair of the committee responsible for standardizing the CLI (Common Language Infrastructure) and C#. Snip So here is my initial question to ponder: What is your feeling about the standardization of the CLI wit

[cli-users@httpd] Cross Platform

2004-12-18 Thread Jeff White
SITE NEWS .NET is finding its feet in the Windows desktop and server world along with some nice inroads into the land of Smart Devices, but less attention has been given to other .NET implementations such as Mono, Portable.NET and Rotor. Cross-Platform development is something many of us have

[cli-users@httpd] CGI usage with .NET

2004-12-18 Thread Jeff White
Do you want to learn the different ways the .NET Framework running in Apache uses AppDomains and current users and so on, when running ASP.NET or CGI or even those "non networking" plain, ole desktop .NET applications? Most people have available ASP.NET code and desktop .NET application code b

Re: [cli-users@httpd] Configuring directory

2004-12-17 Thread Jeff White
From: "Sean McCleary" Hi all, question on config: The example docs say how to get ASPX files running in c:\StoreCSVS, and aliasing that to /Store/CSVS. And that works forme. So uh... what if I want my ASPX files to just be in the "/" directory? i.e. I want people to get to http://myhost/index.aspx

Re: [cli-users@httpd] Subversion and the CLI

2004-12-08 Thread Jeff White
From: "William A. Rowe, Jr." Actually that is all it means right now (ASP.NET) - but CLI was the name chosen because it represents Common Language Interfaces, meaning anything .NETish to connect to Apache httpd could end up under this umbrella in the future. It's already here. :) mod_aspdotnet

Re: [cli-users@httpd] Subversion and the CLI

2004-12-08 Thread Jeff White
From: "Bryan D. Andrews" I am wondering a little bit *what* folks are doing with the cli and what can be done. My interest would be to build some applications that interface with Subversion. How about adding users to apache? Just for fun please tell us what CLI stands for (to you), then one

Re: [cli-users@httpd] Test. Please ignore.

2004-12-08 Thread Jeff White
From: "William A. Rowe, Jr." At 05:44 PM 12/7/2004, Justin Erenkrantz wrote: Sorry for the noise. Pay no attention to the wizards behind the curtain... Thank you for the fix, Justin. Seems to have licked it. I'm just going to trawl through the archive file and start answering notes over the cour

Re: Is cli users list fixed?

2004-12-05 Thread Jeff White
Test of cli-users list options... Test to see if reply to cli-users list has been added. TEST FAILED... Test to see if reply's subject line has [EMAIL PROTECTED] has been added. TEST FAILED... Test to see if list's footer "how to get off this list" has been added. TEST FAILED... Jeff

Is cli users list fixed?

2004-12-05 Thread Jeff White
Test of cli-users list options... Test to see if reply to cli-users list has been added. Test to see if reply's subject line has [EMAIL PROTECTED] has been added. Test to see if list's footer "how to get off this list" has been added. Jeff

Re: Configuration help

2004-12-03 Thread Jeff White
From: "Sean McCleary" After installation, I don't understand the configuration. What is this "AspNetMount" directive? You need that to specify the location of the ASPX pages? Yes, every web server needs to know where certain special file type directories are and in Apache ASP.NET is specia

Re: Wrong links on web page

2004-12-03 Thread Jeff White
From: "Sean McCleary" I'm not sure if anyone who can fix this reads this list, but there are some wrong links on the web page. The links to the mailing list archives are backwards. The one for cli-dev links to cli-users and vice versa. The also need to add [EMAIL PROTECTED] in the subject hea

How does mod_aspdotnet work?

2004-11-18 Thread Jeff White
Anyone seen for mod_aspdotnet (or even for Apache web server) a very simple flow chart type doc that shows how all this works? Apache starts in regular Windows mode... Apache loads the mod_aspdotnet config info and then... Does Apache now go into Windows .NET mode Does only mod_aspdotnet

Is mod_aspdotnet a secret?

2004-11-18 Thread Jeff White
Who or what is suppose to test this mod_aspdotnet rc1 release? Okay to mention it to others? Jeff

Log usage

2004-11-18 Thread Jeff White
Is there a way to write to any Apache logs, a message from an aspx file? The aspx file just says hello world but can one write to the Apache logs? Whatever one wants? Jeff

How to use mod_aspdotnet?

2004-11-18 Thread Jeff White
Using the downloaded msi rc1 file Install ran now what do I do? Jeff