-
Posted to
IIS.NET Site Feedback
by
pas30339
on
06-10-2009, 7:27 PM
It happens in FireFox 3.0.10 and also in IE-8
-
Posted to
IIS.NET Site Feedback
by
pas30339
on
06-10-2009, 12:45 PM
FYI - editing my personal email I get a page not found on submit.
-
Posted to
IIS7 - General
by
pas30339
on
06-10-2009, 12:43 PM
Hi Anilr;
Actually my client application is a Windows Mobile 6.1 / .NET Compact Framework application. Would this require some special configuration?
FIXED. It wasn't an IIS-7 problem at all.
-
Posted to
IIS7 - General
by
pas30339
on
06-10-2009, 10:24 AM
I can't seem to get the configuration right so as to enable a client application to write a .wav file to a directory on IIS-7 running in integrated mode.
I've created a module mapping ('WAVMapping') in IIS Manager tool at the target directory with a request path of *.wav and module of StaticFileModule. Verbs are ...
-
Posted to
General Discussion
by
pas30339
on
09-05-2008, 10:35 AM
What is the difference between connection providers 'SQL Server' and 'SQL native client'? I have an LP2.2 application that I've been developing with 'SQL native client' that broke upon deployment with an error indicating an untrusted connection with a blank for the user name. When I changed it to 'SQL Server' ...
-
Posted to
Output Targets
by
pas30339
on
08-18-2008, 4:35 PM
I found what I think I need here:
http://forums.iis.net/p/1145909/1855028.aspx#1855028
-
Posted to
Output Targets
by
pas30339
on
08-18-2008, 4:02 PM
Can I parameterize part of the .sql file and pass values as command line arguments so that logparser will replace the tokens at runtime with the values passed on the command line?
I'd like to be able to code this:
SELECT ...
-
Posted to
General Discussion
by
pas30339
on
08-11-2008, 6:36 AM
Yes. This worked for me and was exactly what I was looking for.
-
Posted to
General Discussion
by
pas30339
on
07-31-2008, 4:28 PM
We have an application will be running logparser.exe (not the COM dll) nightly and inserting records in to an SQL server table and we want to trap exit codes to determine if any errors occur in the running of LP so we can have the application automatically try and run LP again should it fail.
-
Posted to
General Discussion
by
pas30339
on
07-31-2008, 8:33 AM
When running Logparser 2.2 programatically is there any way to capture exit codes?