I\'ve setup a new .net 2.0 website on IIS 7 under Win Server 2k8 and when browsing to a page it gives me a 404.17 error, claiming that the file (default.aspx in this case) a
Non of the above worked for me. Our server is 64 bit so setting the Application to allow 32 bit applications worked for us:
I think this was because the web application was compiled for 32 bit only.