Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Register IIS with the ASP.NET version

Register IIS with the ASP.NET version

Scheduled Pinned Locked Moved ASP.NET
asp-netcsharpdotnetwindows-adminhelp
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shahdat Hosain
    wrote on last edited by
    #1

    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

    N A J 3 Replies Last reply
    0
    • S Shahdat Hosain

      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

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • S Shahdat Hosain

        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

        A Offline
        A Offline
        AlexeiXX3
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        • S Shahdat Hosain

          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

          J Offline
          J Offline
          Jaiprakash M Bankolli
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups