Answer Posted / 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 View All Answers
Explain about Automatic resource management?
What are the disadvantages of using session?
What is difference between viewstate and session in asp net?
Is asp.net different from asp? If yes, explain how?
State differences between MVC and WebAPI
Why and where this web.config file is used?
Which asp.net objects encapsulate the state of the client and the browser?
What is manifest in .net framework?
Why mvc is better than asp.net? : Asp.Net MVC
Can I combine classic asp and asp.net pages?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
what are the web form events available in asp.net?
How does asp.net page work?
Can you clarified A Web service can only be written in .NET or not?
Where sessions are stored?