When i had the website on IIS 6.0, the classic ASP was called correctly from HTML and the email functionality in .asp file used to work. But i changed the IIS to 7.0 from 6.0 and i get this error when .asp is called. I think this has to do with Web.config file for the code to work.
Below is the code in HTML page that calls Classic Asp Page and the website is in asp.net using c#.
<form action="sendmail_feedback.asp" method="post" name="feedback" id="feedback" onsubmit="validate()">
What do you guys think i should add in web.config for the above piece of code to work.
Thank you in advance!