Register IIS with the ASP.NET version
-
If the .NET framework is already installed in our system when we are installing IIS, then ASP.NET will not be registered with IIS. So if we host any application on IIS it will not work. To Register your IIS with the ASP.NET version we need to run the aspnet_regiis -i command from the command prompt. This will automatically register the .NET Framework with our IIS. But I do not know How can run the aspnet_regiis -i command from the command prompt. Can any one help me? What command should write in command prompt to run aspnet_regiis -i? :rolleyes:
shahdat
-
If the .NET framework is already installed in our system when we are installing IIS, then ASP.NET will not be registered with IIS. So if we host any application on IIS it will not work. To Register your IIS with the ASP.NET version we need to run the aspnet_regiis -i command from the command prompt. This will automatically register the .NET Framework with our IIS. But I do not know How can run the aspnet_regiis -i command from the command prompt. Can any one help me? What command should write in command prompt to run aspnet_regiis -i? :rolleyes:
shahdat
MD. SHAHDAT HOSAIN wrote:
What command should write in command prompt to run aspnet_regiis -i?
aspnet_regiis
is the executable name and-i
is an additional parameter to it. You need to execute it after going into the .NET framework directory. You can also choose the Visual Studio command prompt available in Start menu - Visual Studio - Visual Studio Tools menu.Best wishes, Navaneeth
-
If the .NET framework is already installed in our system when we are installing IIS, then ASP.NET will not be registered with IIS. So if we host any application on IIS it will not work. To Register your IIS with the ASP.NET version we need to run the aspnet_regiis -i command from the command prompt. This will automatically register the .NET Framework with our IIS. But I do not know How can run the aspnet_regiis -i command from the command prompt. Can any one help me? What command should write in command prompt to run aspnet_regiis -i? :rolleyes:
shahdat
Open the comand prompt (Start -> Run and then type cmd) In the comand prompt, navigate to this path : C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 with this command: cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 (Imusing v2.0.50727 in this example, but it would depend on you framework version) Once there, run the aspnet_regiis -i command
Alexei Rodriguez
-
If the .NET framework is already installed in our system when we are installing IIS, then ASP.NET will not be registered with IIS. So if we host any application on IIS it will not work. To Register your IIS with the ASP.NET version we need to run the aspnet_regiis -i command from the command prompt. This will automatically register the .NET Framework with our IIS. But I do not know How can run the aspnet_regiis -i command from the command prompt. Can any one help me? What command should write in command prompt to run aspnet_regiis -i? :rolleyes:
shahdat
To execute aspnet_regiis.exe -i cmd you will need to go to .NET framework home directory which will somewhere in the root directory of your OS. In fact you can locate the directory by even doing a search for a file aspnet_regiis.exe. Hope that helps
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me