« Previous Next »

Thread: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

Last post 03-13-2009 11:10 AM by tomkmvp. 23 replies.

Average Rating Rate It (5)

RSS

Page 1 of 2 (24 items) 1 2 Next >

Sort Posts:

  • 02-06-2007, 9:54 AM

    • jmnobre
    • Not Ranked
    • Joined on 02-06-2007, 2:40 PM
    • Posts 1

    Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    We are evaluating the migration of out web application from .NET 1.1 to 2.0. Is it possible to have both 1.1 and 2.0 web applications under the same IIS 5.1?

     Thanks in advance

    jmn

  • 02-06-2007, 10:48 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,235
    • IIS MVPs

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    Yes, but you can't run 1.1 child apps in a 2.0 root.  Most 1.1 code should run though if you set the app to 2.0.
  • 08-29-2008, 11:45 AM In reply to

    • rgmiket
    • Not Ranked
    • Joined on 08-07-2008, 4:35 PM
    • Posts 10

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    ASP Newbie... 

     I have a page that uses the ASP 3.5 components UpdatePanel and UpdateProgress...when I an in VS 2008 and run it.  The page performs as programmed to perform, but when I publish it to my local IIS 5.1 server and try to http into it I get the following error.

    Server Error in '/RA' Application.

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /RA/CBWRAMain.aspx


    Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

     

    Not sure what is happening here it is spelled correctly.  Can you give me information on why this is happening?  Can it be that .net 3.5 is not supported in IIS 5.1??

    Cheers,

    Mike 

  • 08-29-2008, 1:15 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,235
    • IIS MVPs

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

  • 08-29-2008, 2:16 PM In reply to

    • rgmiket
    • Not Ranked
    • Joined on 08-07-2008, 4:35 PM
    • Posts 10

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

     /RA is located off the wwwroot

    C:\Inetpub\wwwroot\RA

     Here is the iis view of the RA directory...IIS RA  View

  • 08-29-2008, 2:28 PM In reply to

    • rgmiket
    • Not Ranked
    • Joined on 08-07-2008, 4:35 PM
    • Posts 10

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    Sorry the image didn't come through...basically it is a Application Called RA with scripts and exes permissions on  and protect set to medium pooled...(not sure what all that means yet)

    Thanks,

    Mike

  • 08-30-2008, 12:35 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,235
    • IIS MVPs

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    What page are you accessing when you get the error above? The 404 error is coming from ASP.NET and not IIS ...
  • 09-01-2008, 10:41 PM In reply to

    • rgmiket
    • Not Ranked
    • Joined on 08-07-2008, 4:35 PM
    • Posts 10

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    CBWRAMain.aspx

    is the page I am accessing.  The page on load connects to an access database which fills a dropdown combobox.

     

    While within VS2008 IDE it all runs fine.  All the code works, but when I copy all the files to the folder RA then this error occurs.

     

     

  • 09-02-2008, 12:55 AM In reply to

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    Hi,

    Assuming your application isn't going to be deployed on Windows XP and IIS 5.1 when its finished, why don't you grab a free copy of Virtual PC and a trial copy of Windows 2003 so you can install and test your application on a production like platform instead ?

    You can get Virtual PC and a trial copy of Windows 2003 here :

    http://www.microsoft.com/windows/downloads/virtualpc/default.mspx

    http://technet.microsoft.com/en-us/windowsserver/bb430831.aspx

    Regards, 

    Paul Lynch | www.iisadmin.co.uk
  • 09-02-2008, 2:48 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,235
    • IIS MVPs

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    What's the full URL you are using to test this with?  What does the IIS log show for these requests?

  • 09-08-2008, 9:20 AM In reply to

    • rgmiket
    • Not Ranked
    • Joined on 08-07-2008, 4:35 PM
    • Posts 10

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

     Installed the virtual server and installed all the .net patches...and now partially works...I get an error when I try and run the macro...Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server.  The status code returned from the server was: 500...

    A somewhat general catch all bucket for errors...  Any suggestions will be appreciated.

    Thanks 

  • 09-08-2008, 9:28 AM In reply to

    • rgmiket
    • Not Ranked
    • Joined on 08-07-2008, 4:35 PM
    • Posts 10

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    tomkmvp:

    What's the full URL you are using to test this with?  What does the IIS log show for these requests?

    The full URL is http://192.168.100.157/RA/CBWRAMain.aspx

    and I have tried... 

     http://localhost/RA/CBWRAMain.aspx

     

    Both give me the same error...

    Server Error in '/RA' Application.

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /RA/CBWRAMain.aspx


    Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

  • 09-08-2008, 10:07 AM In reply to

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    Hi,

    What about the IIS log file for the web site - what is in there ? Ideally, you are looking for the full HTTP status code which IIS returned in response to your request for the /RA/CBWRAMain.aspx resource on the web site in question.

    Regards, 

    Paul Lynch | www.iisadmin.co.uk
  • 09-08-2008, 10:55 AM In reply to

    • rgmiket
    • Not Ranked
    • Joined on 08-07-2008, 4:35 PM
    • Posts 10

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    Paul Lynch:

    Hi,

    What about the IIS log file for the web site - what is in there ? Ideally, you are looking for the full HTTP status code which IIS returned in response to your request for the /RA/CBWRAMain.aspx resource on the web site in question.

    Regards, 

     

    Is this IIS log in this directory...C:\WINDOWS\system32\LogFiles\W3SVC1

    This log file has very few entries here they are from today....

    #Software: Microsoft Internet Information Services 5.1
    #Version: 1.0
    #Date: 2008-09-08 13:22:49
    #Fields: time c-ip cs-method cs-uri-stem sc-status
    13:22:49 192.168.100.157 GET /Pub/CBWRAMain.aspx 404
    13:25:18 192.168.100.157 GET /RA/CBWRAMain.aspx 404
    13:26:57 127.0.0.1 GET /RA/CBWRAMain.aspx 404

  • 09-08-2008, 1:48 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,235
    • IIS MVPs

    Re: Hosting .NET 1.1 and 2.0 applications under IIS 5.1

    rgmiket:
    13:22:49 192.168.100.157 GET /Pub/CBWRAMain.aspx 404
    13:25:18 192.168.100.157 GET /RA/CBWRAMain.aspx 404
    13:26:57 127.0.0.1 GET /RA/CBWRAMain.aspx 404
    Something is truly wrong with your paths - IIS can not find those aspx files in the Pub or RA folders ... are you sure that the root of your site is at C:\inetpub\wwwroot?

Page 1 of 2 (24 items) 1 2 Next >
Microsoft Communities