I haven't used Classic ASP for years. The only issue I have with it is that it's no longer supported by Microsoft. I've just seen too many Classic ASP sites with scary security holes. Other than that I liked it more than PHP. I'm really impressed at PHP's longevity.
.net 4 introduced a framework called WebPages that uses Razor. It is/was really similar to Classic ASP. I really liked it and use that for a few projects.
.net Core 2.0 introducted RazorPages which sort of continues the trend of having a more simplified framework as an alternative to MVC. I'm looking into using that now.