I can't even compile a single asp.net code, for example:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
And even the regular response.write command...
I've searched the internet for such a problem, most of the answers were recommending to select the version of asp.net in the IIS settings and re-registering asp.net, I've tried the latter with no success, but I can't seem to know how to try the former solution.
Any other help would be highly appreciated,
Best regards