mvc routing generates iis 7.5 error forbidden

前端 未结 3 1059
执念已碎
执念已碎 2021-01-27 22:41

I my WebApplication I have an ASPX WebForms Page here:

~/ASPWebforms/MyFolder/Default.aspx

If I use this code:

    p         


        
3条回答
  •  遥遥无期
    2021-01-27 23:04

    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

提交回复
热议问题