-
Posted to
Troubleshooting
by
elkvis
on
09-10-2008, 4:56 PM
I installed MS Exchange Server 2003 today, and it seems to work fine when I connect to the OWA by pointing my web browser at the server's raw IP address, but when I use the dns name, it gives me an internal server error and the typical 500 error code. Also, when I connect from any computer other than localhost, it takes about 5 minutes ...
-
Posted to
Extensibility
by
elkvis
on
08-24-2008, 4:27 PM
I'm doing this on a production box because the boss is too cheap to buy me a dev machine.
the error message is as follows:
In
w3wp__PID__5680__Date__08_22_2008__Time_01_33_36PM__414__Second_Chance_Exception_C0000005.dmp
the assembly instruction at ntdll!RtlEqualSid+10 in
C:\WINDOWS\system32\ntdll.dll from Microsoft ...
-
Posted to
Extensibility
by
elkvis
on
08-24-2008, 10:22 AM
[quote user="ma_khan"]
Well all I can confirm with that is your AppPool is crashing for sure... :(
Don't think your request is even reaching the IIS...
[/quote]
Is there anything I can do about this? I can't reinstall IIS on this machine because it handles mission-critical tasks and can't ...
-
Posted to
Extensibility
by
elkvis
on
08-22-2008, 4:32 PM
This is an extension. it will eventually function the same way as a CGI exe.
the latest relevant entry in the HTTPERR log file reads as follows:
2008-08-22 18:59:15 10.2.1.199 7766 10.2.1.240 80 HTTP/1.1 GET /team_isapi/isapi_test.dll - 2073976507 Connection_Abandoned_By_AppPool DefaultAppPool
does this help?
-
Posted to
Extensibility
by
elkvis
on
08-22-2008, 3:01 PM
The dump report says it crashed in a call to RtlEqualSid in ntdll.dll. This is not a function that I am calling, so I have no clue what to do with this information. I tried immediately returning from the HttpExtensionProc function with no effect, so I'm guessing the problem is coming from the attempt to load the DLL and ...
-
Posted to
Extensibility
by
elkvis
on
08-22-2008, 1:58 PM
I've never heard of those, and they didn't come up in any of my searches.
what are they, what do they do, are they free, and where can I get them?
-
Posted to
Extensibility
by
elkvis
on
08-22-2008, 1:23 PM
I have an ISAPI dll that I wrote, and all it is designed to do at the moment is to display a message on the page, but I get a "connection reset" message from my web browser when I try to load the dll. in the dll, I have added some logging so that it tries to log its activity to a file. the file is not even getting created, so ...
-
Posted to
FastCGI Handler
by
elkvis
on
07-05-2007, 7:09 PM
[quote user="Zhao Ji Ma - MSFT"]
...but I think they do reveal the details of implementation of FastCGI.
[/quote]
the only problem is that it doesn't reveal how to make my fcgi programs work in a standalone fashion. I don't want my programs to filter content like the php system does. I want them ...
-
Posted to
FastCGI Handler
by
elkvis
on
07-05-2007, 2:39 AM
I don't use visual C++. I use Dev-C++ from bloodshed software with mingw/gcc. I try not to give MS any more of my money than I have to. there doesn't seem to be any documentation on how to just make custom fastcgi programs. it seems like the emphasis is on scripting languages. I want my programs to run in the ...
-
Posted to
FastCGI Handler
by
elkvis
on
07-02-2007, 8:11 PM
Nobody here knows how to make these things work?