HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map. I am new to IIS and ASP.net .
- I developed an application in asp.net 4.0 using c#. ( on my laptop)
- I Published the website in File System . ( on my laptop)
- I installed 'IIS 8 Web Server' on 'windows Server 2012 R2' by using windows add feature option.
- I copied the website published folder on Windows Server 2012 R2 from my laptop.
- I created an Application pool on IIS.
- I added a new website and created its virtual directory.
- Added the home.aspx page in the default Documents.
and Now I am getting this error which I am unable to debug . Please help.