Re: [cli-users] mod_aspdotnet does not pass authentication info on to ASP.NET

2005-03-04 Thread William A. Rowe, Jr.
At 08:45 PM 3/3/2005, Walter Nicholls wrote: >zip attachment can be found at http://www.cornerstone.co.nz/temp/aspnetbug.zip > >Note in hindsight printvars.c is not actually required now I found that >GetServerVariables is working correctly. You see, the environment table is not actually part of

Re: [cli-users] mod_aspdotnet does not pass authentication info on to ASP.NET

2005-03-04 Thread William A. Rowe, Jr.
OK - somewhere we are missing a linkage. Should be a trivial fix, but I have far fewer hours to spend on .NET than likely you do, Walter. Hopefully someone else on this list has the humor to overlook your ostentatiousness. I assure you, however, that no one will invest any effort in solving the

Re: [cli-users] mod_aspdotnet does not pass authentication info on to ASP.NET

2005-03-04 Thread Walter Nicholls
zip attachment can be found at http://www.cornerstone.co.nz/temp/aspnetbug.zip Note in hindsight printvars.c is not actually required now I found that GetServerVariables is working correctly. Or alternatively: === aspnetbug.conf usual mod_aspdotnet stuff plus AspNetMount /aspnetbug "C:/temp/asp

Re: [cli-users] mod_aspdotnet does not pass authentication info on to ASP.NET

2005-03-04 Thread Walter Nicholls
OK, I've wasted way too much time on this but I've eliminated two red herrings, IIS and the GetServerVariables() method Here's a repro: Attached zip file contains: aspnetbug.conf, bugusers printvars.aspx, printvars.c, printvars.exe To install 0. Take one working Apache 2/ mod_aspdotnet inst