MReichley42
New Member
I've moved a Classic asp site from IIS 6 to a new server on Windows 2008 Server IIS 7.5. While custom 404 handling and 500 error handling works, runtime errors due to bad URLs do not get handled.For instance, hitting this: www.mysitename.com/<Will give a runtime error; on the old server IIS 6 would treat it as a 404. What am I missing?