When using IIS6 in Windows Server 2003 with ASP .NET 1.1+ enabled then all requests going through to dispatcher for URLs under /bin
directory return 404 Not Found
.
ASP.NET 1.1 and 2.0 block access to the /bin
directory [1].
To disable /bin
filtering
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\
StopBinFiltering
and set the value to 1
References
[1] http://msdn.microsoft.com/msdnmag/issues/05/11/SecureWebApps/default.aspx
Dispatcher, IIS6, Server 2003
Sign in to your account