Problem installing ASP.Net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ron L

    #1

    Problem installing ASP.Net

    I have Visual Studio .Net installed on my development machine. I have just
    tried to create a web service application in VS, and it tells me that I need
    to install ASP .Net. I have tried installing both the SDK and the Framework
    and it still hasn't installed ASP .Net. Is there something that I am
    missing?

    Also, I have an existing project developed with Visual Studio 6 and using
    IIS 5. Will this still work on my machine if I do install VS .Net?

    TIA
    Ron L


  • Sylvain Lafontaine

    #2
    Re: Problem installing ASP.Net

    This may or may not help you: go to the
    c:\windows\micr osoft.net\frame work\v1.1.432
    repertory and run the following command: aspnet_regiis -i

    More details at:


    S. L.

    "Ron L" <ronl@bogus.Add ress.com> wrote in message
    news:etKBzAFwEH A.1260@TK2MSFTN GP12.phx.gbl...[color=blue]
    >I have Visual Studio .Net installed on my development machine. I have just
    >tried to create a web service application in VS, and it tells me that I
    >need to install ASP .Net. I have tried installing both the SDK and the
    >Framework and it still hasn't installed ASP .Net. Is there something that
    >I am missing?
    >
    > Also, I have an existing project developed with Visual Studio 6 and using
    > IIS 5. Will this still work on my machine if I do install VS .Net?
    >
    > TIA
    > Ron L
    >
    >[/color]


    Comment

    • Ron L

      #3
      Re: Problem installing ASP.Net

      Sylvian
      Thanks for the response. That seems to have done it - and a quick test
      shows that it doesn't seem to have mucked up my Visual Interdev 6 stuff
      either!

      Ron L


      "Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
      wrote in message news:%233UBKlGw EHA.2572@tk2msf tngp13.phx.gbl. ..[color=blue]
      > This may or may not help you: go to the
      > c:\windows\micr osoft.net\frame work\v1.1.432
      > repertory and run the following command: aspnet_regiis -i
      >
      > More details at:
      > http://support.microsoft.com/default...b;en-us;825792
      >
      > S. L.
      >
      > "Ron L" <ronl@bogus.Add ress.com> wrote in message
      > news:etKBzAFwEH A.1260@TK2MSFTN GP12.phx.gbl...[color=green]
      >>I have Visual Studio .Net installed on my development machine. I have
      >>just tried to create a web service application in VS, and it tells me that
      >>I need to install ASP .Net. I have tried installing both the SDK and the
      >>Framework and it still hasn't installed ASP .Net. Is there something that
      >>I am missing?
      >>
      >> Also, I have an existing project developed with Visual Studio 6 and using
      >> IIS 5. Will this still work on my machine if I do install VS .Net?
      >>
      >> TIA
      >> Ron L
      >>
      >>[/color]
      >
      >[/color]


      Comment

      Working...