... I will search for the 64-bit code, but I guess I will not have much luck. I will try to setup the debugger tools ...
The Server is a clean new installation of Microsoft Small Business Server 2008 (german). No additional programs are installed. I guess it must be the SBS2008. Maybe I try on W2008 too. This is on my clean new test-system on my virtual machine. Excactly the same is setup on my customer server - same problem. No DLL or appl. installed yet.
The only code/application I have is:
test.asp (works in 64bit mode)
<% response.write now() %>
test.html
<html><body>test</body></html>
WEB.CONFIG (works in 64bit mode)
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<authentication>
<windowsAuthentication enabled="true" />
</authentication>
</security>
</system.webServer>
</configuration>