I my WebApplication I have an ASPX WebForms Page here:
~/ASPWebforms/MyFolder/Default.aspx
If I use this code:
p
Reinstall .NET 4 x86 & x64 on IIS 7.5 and setup your web site .net version. I write simple commands by default x86.
Stopping IIS: 1)iisreset /stop
Stup command(for iis by default .net stup): 2) cd %windir%\Microsoft.NET\Framework\v4.0.30319 3)aspnet_regiis.exe -i
Reset command(for iis by defalt .net change to .net 4 version): 4)aspnet_regiis.exe -iru
Starting IIS: 5)iisreset /start