I am migrating a legacy web application to iis 10. Site is mostly written in classic asp and asp code is running fine for files with .asp extension. However, there are some pages in the site are saved with the .uasp extension which is throwing the error:
To resolve this, I added a handler mapping in the iis
But iis is still throwing the same error from the "StaticFile" handler. My question is why my handler is not recognized? Any suggestion/help will be appreciated.