0
I am using windows 10 and I am having problems to configure my ASP, when running a script on an HTM page I get the script in writing.
<% dim x x = "teste" Response.Write(x) %>
My IIS is running normal, so much so that I can open the pages, but it doesn’t recognize the ASP tag, when I run some file. ASP it returns me the following error:
An error occurred on the server when Processing the URL. Please contact the system Administrator. If you are the system Administrator Please click here to find out more about this error.
You clicked on "find out more about this error." to see what it says?
– Sam
Take a look at this page, I think you have something that can help: https://iisbrasil.wordpress.com/tag/asp-classico/
– Sam
Check if you have enabled the parent path in IIS, if in your website or system folder you have the web.config file not configured delete because it now commands everything and does not let IIS display errors correctly. I made a video on my channel guiding step by step enable Asp Classico on IIS see if it helps you ok [ https://youtu.be/FfSj9VT5nms ]
– Wilson Rosa Gomes
hello, take a look at this site I think can help you http://programano.marsites.com.br/? page_id=71
– Wilson Rosa Gomes