conflict between asp.net 1.1 and asp.net 2.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • C.W.

    conflict between asp.net 1.1 and asp.net 2.0

    I have run into a really bizzare problem on my windows xp machine running
    asp.net 1.1 and asp.net 2.0 simultaneously.

    One of my asp.net 1.1 web application recently suddenly stopped running. I
    repeated get the following error:

    aspnet_wp.exe could not be started. The error code for the failure is
    80004005. This error can be caused when the worker process account has
    insufficient rights to read the .NET Framework files. Please ensure that the
    ..NET Framework is correctly installed and that the ACLs on the installation
    directory allow access to the configured account.


    I was at a loss to explain why it would be the case. I removed asp.net 2.0,
    asp.net 1.1 service pack and asp.net 1.1. I then re-installed asp.net 1.1
    and its service pack. My asp.net application started working again. I
    reinstalled asp.net 2.0 and as soon as I do that, my asp.net application
    stops working. I would then do a aspnet_regiis -i in the asp.net 1.1
    framework folder. After an IIS reset, my asp.net app will resume. However,
    as soon as I reboot my computer, the problem will start again. This time
    around, aspnet_regiis and IISRESET commands have no effect. My only choice
    is then to remove all of asp.net framework and reinstall only asp.net 1.1 +
    service pack and my program will again resume.

    I am really at a loss as to what may be causing this. I need asp.net 2.0 as
    I have SQL Server 2005 stored procedures running under asp.net 2.0. Any idea
    what I should be looking for?

    Thanks in advance


  • =?Utf-8?B?QmFsYWdvcGFsIE4uIE5haXI=?=

    #2
    RE: conflict between asp.net 1.1 and asp.net 2.0

    In the IIS website properties, there is a place where you can choose which
    version of ASP.NET you would like to use.
    Go to IIS>Website>Pro perties>ASP.NET (Tab) and look for a drop down which
    will let you choose the same.

    Thank you
    Bala.



    "C.W." wrote:
    I have run into a really bizzare problem on my windows xp machine running
    asp.net 1.1 and asp.net 2.0 simultaneously.
    >
    One of my asp.net 1.1 web application recently suddenly stopped running. I
    repeated get the following error:
    >
    aspnet_wp.exe could not be started. The error code for the failure is
    80004005. This error can be caused when the worker process account has
    insufficient rights to read the .NET Framework files. Please ensure that the
    ..NET Framework is correctly installed and that the ACLs on the installation
    directory allow access to the configured account.
    >
    >
    I was at a loss to explain why it would be the case. I removed asp.net 2.0,
    asp.net 1.1 service pack and asp.net 1.1. I then re-installed asp.net 1.1
    and its service pack. My asp.net application started working again. I
    reinstalled asp.net 2.0 and as soon as I do that, my asp.net application
    stops working. I would then do a aspnet_regiis -i in the asp.net 1.1
    framework folder. After an IIS reset, my asp.net app will resume. However,
    as soon as I reboot my computer, the problem will start again. This time
    around, aspnet_regiis and IISRESET commands have no effect. My only choice
    is then to remove all of asp.net framework and reinstall only asp.net 1.1 +
    service pack and my program will again resume.
    >
    I am really at a loss as to what may be causing this. I need asp.net 2.0 as
    I have SQL Server 2005 stored procedures running under asp.net 2.0. Any idea
    what I should be looking for?
    >
    Thanks in advance
    >
    >
    >

    Comment

    • C.W.

      #3
      Re: conflict between asp.net 1.1 and asp.net 2.0

      I have already made sure that my existing asp.net application runs under
      asp.net 1.1. That had in effect on the problem I am having.

      "Balagopal N. Nair" <BalagopalNNair @discussions.mi crosoft.comwrot e in
      message news:E1338C3D-E15D-42E8-9815-0F73D570FE69@mi crosoft.com...
      In the IIS website properties, there is a place where you can choose which
      version of ASP.NET you would like to use.
      Go to IIS>Website>Pro perties>ASP.NET (Tab) and look for a drop down which
      will let you choose the same.
      >
      Thank you
      Bala.

      >
      >
      "C.W." wrote:
      >
      >I have run into a really bizzare problem on my windows xp machine running
      >asp.net 1.1 and asp.net 2.0 simultaneously.
      >>
      >One of my asp.net 1.1 web application recently suddenly stopped running.
      >I
      >repeated get the following error:
      >>
      >aspnet_wp.ex e could not be started. The error code for the failure is
      >80004005. This error can be caused when the worker process account has
      >insufficient rights to read the .NET Framework files. Please ensure that
      >the
      >..NET Framework is correctly installed and that the ACLs on the
      >installation
      >directory allow access to the configured account.
      >>
      >>
      >I was at a loss to explain why it would be the case. I removed asp.net
      >2.0,
      >asp.net 1.1 service pack and asp.net 1.1. I then re-installed asp.net 1.1
      >and its service pack. My asp.net application started working again. I
      >reinstalled asp.net 2.0 and as soon as I do that, my asp.net application
      >stops working. I would then do a aspnet_regiis -i in the asp.net 1.1
      >framework folder. After an IIS reset, my asp.net app will resume.
      >However,
      >as soon as I reboot my computer, the problem will start again. This time
      >around, aspnet_regiis and IISRESET commands have no effect. My only
      >choice
      >is then to remove all of asp.net framework and reinstall only asp.net 1.1
      >+
      >service pack and my program will again resume.
      >>
      >I am really at a loss as to what may be causing this. I need asp.net 2.0
      >as
      >I have SQL Server 2005 stored procedures running under asp.net 2.0. Any
      >idea
      >what I should be looking for?
      >>
      >Thanks in advance
      >>
      >>
      >>

      Comment

      • C.W.

        #4
        Re: conflict between asp.net 1.1 and asp.net 2.0

        I meant no effect.

        "C.W." <c.w@nospam.com wrote in message
        news:e4xX7M1bIH A.5900@TK2MSFTN GP02.phx.gbl...
        >I have already made sure that my existing asp.net application runs under
        >asp.net 1.1. That had in effect on the problem I am having.
        >
        "Balagopal N. Nair" <BalagopalNNair @discussions.mi crosoft.comwrot e in
        message news:E1338C3D-E15D-42E8-9815-0F73D570FE69@mi crosoft.com...
        >In the IIS website properties, there is a place where you can choose
        >which
        >version of ASP.NET you would like to use.
        >Go to IIS>Website>Pro perties>ASP.NET (Tab) and look for a drop down which
        >will let you choose the same.
        >>
        >Thank you
        >Bala.
        >http://code.msdn.microsoft.com/nbalagopal
        >>
        >>
        >"C.W." wrote:
        >>
        >>I have run into a really bizzare problem on my windows xp machine
        >>running
        >>asp.net 1.1 and asp.net 2.0 simultaneously.
        >>>
        >>One of my asp.net 1.1 web application recently suddenly stopped running.
        >>I
        >>repeated get the following error:
        >>>
        >>aspnet_wp.e xe could not be started. The error code for the failure is
        >>80004005. This error can be caused when the worker process account has
        >>insufficien t rights to read the .NET Framework files. Please ensure that
        >>the
        >>..NET Framework is correctly installed and that the ACLs on the
        >>installatio n
        >>directory allow access to the configured account.
        >>>
        >>>
        >>I was at a loss to explain why it would be the case. I removed asp.net
        >>2.0,
        >>asp.net 1.1 service pack and asp.net 1.1. I then re-installed asp.net
        >>1.1
        >>and its service pack. My asp.net application started working again. I
        >>reinstalled asp.net 2.0 and as soon as I do that, my asp.net application
        >>stops working. I would then do a aspnet_regiis -i in the asp.net 1.1
        >>framework folder. After an IIS reset, my asp.net app will resume.
        >>However,
        >>as soon as I reboot my computer, the problem will start again. This time
        >>around, aspnet_regiis and IISRESET commands have no effect. My only
        >>choice
        >>is then to remove all of asp.net framework and reinstall only asp.net
        >>1.1 +
        >>service pack and my program will again resume.
        >>>
        >>I am really at a loss as to what may be causing this. I need asp.net 2.0
        >>as
        >>I have SQL Server 2005 stored procedures running under asp.net 2.0. Any
        >>idea
        >>what I should be looking for?
        >>>
        >>Thanks in advance
        >>>
        >>>
        >>>
        >
        >

        Comment

        • =?Utf-8?B?Sm95?=

          #5
          Re: conflict between asp.net 1.1 and asp.net 2.0

          Hi,
          I hope this post is still open for responses. Well, can you tell me which OS
          are you using, this is so because if you are using Win 2003 then you can
          configure your 1.1 and 2.0 apps to run in seperate application pools.

          regards,
          Joy

          "C.W." wrote:
          I meant no effect.
          >
          "C.W." <c.w@nospam.com wrote in message
          news:e4xX7M1bIH A.5900@TK2MSFTN GP02.phx.gbl...
          I have already made sure that my existing asp.net application runs under
          asp.net 1.1. That had in effect on the problem I am having.

          "Balagopal N. Nair" <BalagopalNNair @discussions.mi crosoft.comwrot e in
          message news:E1338C3D-E15D-42E8-9815-0F73D570FE69@mi crosoft.com...
          In the IIS website properties, there is a place where you can choose
          which
          version of ASP.NET you would like to use.
          Go to IIS>Website>Pro perties>ASP.NET (Tab) and look for a drop down which
          will let you choose the same.
          >
          Thank you
          Bala.

          >
          >
          "C.W." wrote:
          >
          >I have run into a really bizzare problem on my windows xp machine
          >running
          >asp.net 1.1 and asp.net 2.0 simultaneously.
          >>
          >One of my asp.net 1.1 web application recently suddenly stopped running.
          >I
          >repeated get the following error:
          >>
          >aspnet_wp.ex e could not be started. The error code for the failure is
          >80004005. This error can be caused when the worker process account has
          >insufficient rights to read the .NET Framework files. Please ensure that
          >the
          >..NET Framework is correctly installed and that the ACLs on the
          >installation
          >directory allow access to the configured account.
          >>
          >>
          >I was at a loss to explain why it would be the case. I removed asp.net
          >2.0,
          >asp.net 1.1 service pack and asp.net 1.1. I then re-installed asp.net
          >1.1
          >and its service pack. My asp.net application started working again. I
          >reinstalled asp.net 2.0 and as soon as I do that, my asp.net application
          >stops working. I would then do a aspnet_regiis -i in the asp.net 1.1
          >framework folder. After an IIS reset, my asp.net app will resume.
          >However,
          >as soon as I reboot my computer, the problem will start again. This time
          >around, aspnet_regiis and IISRESET commands have no effect. My only
          >choice
          >is then to remove all of asp.net framework and reinstall only asp.net
          >1.1 +
          >service pack and my program will again resume.
          >>
          >I am really at a loss as to what may be causing this. I need asp.net 2.0
          >as
          >I have SQL Server 2005 stored procedures running under asp.net 2.0. Any
          >idea
          >what I should be looking for?
          >>
          >Thanks in advance
          >>
          >>
          >>
          >
          >
          >

          Comment

          Working...