What does aspnet_regiis -i do ?



What does aspnet_regiis -i do ?..

Answer / aman rathi

Aspnet_regiis.exe is The ASP.NET IIS Registration tool allows an administrator or installation program to easily update the script maps for an ASP.NET application to point to the ASP.NET ISAPI version associated with the tool. The tool can also be used to display the status of all installed versions of ASP. NET, register the ASP.NET version coupled with the tool, create client-script directories, and perform other configuration operations.

When multiple versions of the .NET Framework are executing side-by-side on a single computer, the ASP.NET ISAPI version mapped to an ASP.NET application determines which version of the common language runtime is used for the application.

The tool can be launched with a set of optional parameters. Option "i" Installs the version of ASP.NET associated with Aspnet_regiis.exe and updates the script maps at the IIS metabase root and below. Note that only applications that are currently mapped to an earlier version of ASP.NET are affected

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the two types of web pages?

0 Answers  


What is custom attribute?

0 Answers  


What’s the catch?

0 Answers  


Why Global.asax is used?

7 Answers   Perot Systems,


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


Can the validation be done in the server side? Or this can be done only in the Client side?

2 Answers  


Explain about Automatic resource management?

0 Answers  


How ASP and ASP.NET page works.

3 Answers  


What are the new features added from ASP to ASP.NET?

0 Answers   Amdocs,


Describe and In Process Vs Out of Process component. Which is faster?

2 Answers   Syntax Softtech,


difference between caching objects in session objects?

2 Answers  


What are the advantages and disadvantages of session?

0 Answers  


Categories