I am getting this error when trying to host an ASP.NET web site.
I created a simple web-site using Visual Web Developer 2008 express edition. I followed the guidline in these support forums to create a .htaccess file (AddType application/mono aspx ascx asax ashx config cs asmx axd).
Apparently this type of error can occur when using IIS and getting the server setup wrong - it looks like the server is returning the ASPX file to the client instead of processing on the server.
How do I fix this? :dunno:
I created a simple web-site using Visual Web Developer 2008 express edition. I followed the guidline in these support forums to create a .htaccess file (AddType application/mono aspx ascx asax ashx config cs asmx axd).
Apparently this type of error can occur when using IIS and getting the server setup wrong - it looks like the server is returning the ASPX file to the client instead of processing on the server.
How do I fix this? :dunno: