Long time ago (1999-2000) we created an extension to interface with a database, this dll was accessed directly with urls like this one:
http://localhost/site/calc.dll?Calc?params=x
they moved the application to a Windows 2003 / IIS v6.0 lately
the virtual diretory has execute permissions set to "scripts and executables"
but when we access the url in IE it returns a 404 error (firefox just returns to current page silently)
What am I missing?
do we need to define an execution path for the ".dll" extension, register the dll somewhere, or update the dll for this iis version or something?
any ideas?