we developed an asp.net mvc 4 application. in vs 2012 this work fine. we publish this web application and putting it on iis 7.5, but when we want to browse web application t
Open Elevated Command Prompt in Windows (Run command prompt as Administrator).
And run the command aspnet_regiis -i
at the .Net Framework and .Net Framework64 location. Just like below, Here parameter i
means install the ASP.NET version 4. The first command is for 32 bit and second is for installing the 64bit version.
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -i
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis -i
The commands is used to register ASP.NET applications with Internet Information Services (IIS) server.