Results 1 to 4 of 4

Thread: How to register ASP.Net with iis

  1. #1
    Join Date
    Oct 2008
    Posts
    116

    How to register ASP.Net with iis

    I wanted to configure and monitor my web server but should get register with ASP.NET 2.0, How do I register this for configuring Monitoring server of PPS. will this registration need anything else other than the normal setup Please advice.

  2. #2
    Join Date
    Oct 2008
    Posts
    132

    Re: How to register ASP.Net with iis

    Have you installed the ASP.NET framework? If you install the .NET Framework on a system that has IIS already installed, Normally this registers ASP.NET fine, but if not, navigate to the /bin folder in the framework folders in a command line window and run. IIS is automatically configured to handle requests to ASP.NET pages, and to redirect the execution to the ASP.NET runtime.

  3. #3
    Join Date
    Jan 2009
    Posts
    71

    Re: How to register ASP.Net with iis

    When multiple versions of the .NET Framework are executing side-by-side on a single computer, the ASP.NET ISAPI version mapped Doing all this manually can be a difficult operation, and requires a good understanding of many details. Fortunately there is an utility, shipped with the .NET Framework to an ASP.NET application determines which version of the common language runtime is used for the application.

  4. #4
    Join Date
    Oct 2008
    Posts
    137

    Re: How to register ASP.Net with iis

    The tool can also be used to install and uninstall the linked version of ASP.NET. Use the -i option to install ASP.NET and to update the scripmaps of all existing ASP.NET applications. Registering ASP.NET on IIS is not just a matter of associating the various .aspx, .asmx, .axd, .ashx and the other ASP.NET extensions to the aspnet_isapi.dll ISAPI, more has to be done to create the ASP.NET account. Use the -ir option to install ASP.NET without updating the script maps. To uninstall the ASP.NET version associated with the tool, use the -u option. If you want to uninstall all versions of ASP.NET from the computer, use the -ua option.

Similar Threads

  1. How to register a .DLL file?
    By Animorc in forum Operating Systems
    Replies: 2
    Last Post: 25-06-2009, 03:33 PM
  2. How to register a component in vb?
    By REEMAD in forum Software Development
    Replies: 3
    Last Post: 28-02-2009, 09:01 PM
  3. How to Register for Umobile
    By suchu in forum Off Topic Chat
    Replies: 1
    Last Post: 17-11-2008, 12:44 PM
  4. How to register AVG Free 8.0?
    By Wil|loW in forum AntiVirus Software
    Replies: 1
    Last Post: 05-05-2008, 05:55 PM
  5. Always need to re-register DC DNS entry!
    By itman in forum Windows Server Help
    Replies: 6
    Last Post: 03-03-2008, 08:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,292,251.79481 seconds with 17 queries