0
votes
4answers
26 views
Recommendations for getting started with WiX?
I found a WiX Tutorial, but it's really long-winded and seems like more than I wanted. What's the best way to get started quickly?
My end goal is nothing really complicated: an …
0
votes
0answers
3 views
Set REMOTE_USER
Does anyone know of any open source code (or ideally a downloadable module) that allows you to set REMOTE_USER?
I believe this can only be done via an ISAPI filter and there are n …
0
votes
1answer
97 views
Migrating from IIS 5.1 to Apache 2.11, how do I move/translate ISAPI filters into Apache?
Maybe this isn't even a valid question, so any help would be good.
0
votes
0answers
14 views
What can cause throughput to become really slow when an ISAPI filter implements SF_NOTIFY_SEND_RAW_DATA?
I have an ISAPI filter for IIS6 that I've been developing for a while, but I just noticed something disturbing. Anytime I have the filter installed and I download a file, the file …
0
votes
1answer
21 views
ISAPI Rewrite Syntax Help?
I have the following
RewriteMap mapfile txt:D:\mysite\urls.txt
RewriteRule ^([^?/]+)\.htm /vehicle.aspx?e=${mapfile:$1} [QSA]
RewriteRule ^(.*)\.htm $1\.aspx
Now my problem is, …
2
votes
1answer
244 views
IIS -> Isapi_Redirect -> Tomcat
I've been trying for days to get Tomcat up and running through IIS via the Jakarta Connector.
I've followed all of Microsoft's instructions -- put the connector .dll in %tomcatdir …
1
vote
3answers
87 views
Deploy Delphi ISAPI dlls compiled with runtime packages
Hi,
I have a ISAPI application written with Delphi. The application is compiled with runtime packages. Basically, all related bpls should deploy to an ISAPI enabled directory as …
0
votes
2answers
73 views
Is that possible to run IIS’s w3wp.exe in limited user account?
Hi,
I am using Windows 7 and IIS 7. I am writing Delphi DataSnap ISAPI. I wish to trace bugs occurs in my ISAPI dll.
I learn using "w3wp.exe -debug" may help to debug ISAPI dll …
0
votes
0answers
23 views
Web Service\Current Connections counter keeps increasing
Hey there,
We observed that the Web Service\Current Connections counter for one of our ISAPI Filter keeps increasing in production, and eventually (when the value reaches around 2 …
2
votes
6answers
346 views
Some SharePoint pages serve as http in https environment
I have a WSS 3.0 system using SSL where every page is supposed to be served as https. Almost all pages do come out as https, but in certain cases I click on a link and that brings …
0
votes
3answers
64 views
ISAPI filter crashes IIS
Hi,
I have created an ISAPI filter.
It works fine on develpoment server and SIT server.
But in production server it doesn't works.
In event viewer the following log :
Reporting …
1
vote
1answer
148 views
Route files with vbscript from a .net handler back to asp.dll
We are migrating from asp classic to .net. Unfortunately they named all of the .asp files as .aspx so that they wouldn't lose page rank when they moved to .net. This means that IIS …
0
votes
1answer
19 views
Performance loss due to add asp.net_isapi to request pipeline?
Hello, is there a notable performance loss if all files are handled with the aspnet_isapi in request pipeline using IIS6? IIS7 has the new integrated pipeline so that seems not to …
0
votes
6answers
66 views
In an ISAPI filter, what is a good approach for a common logfile for multiple processes?
I have an ISAPI filter that runs on IIS6 or 7. When there are multiple worker processes ("Web garden"), the filter will be loaded and run in each w3wp.exe.
How can I efficientl …
1
vote
1answer
21 views
Can ISAPI filter or extention give extreme better performance?
hi
can ISAPI filter or extension give extreme higher performance than asp.net caching and to give up asp.net framework?
thanks very much for any help.
