ASP and ASP.NET co-existence on the same Web server

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default ASP and ASP.NET co-existence on the same Web server

    I am looking for an article or book to give me a jumpstart
    on ASP.NET within my existing production asp site on
    Windows 2000 Server. I would like to start introducing
    ASP.NET into it by porting some isolated parts of it
    to .NET.

    Any suggestions and recommendations will be greatly
    appreciated.

    Tamara Guest

  2. Similar Questions and Discussions

    1. Firefox Soon To Be Stomped Out Of Existence
      Bill Gates has made it official and the IEBlog confirms IE7 is on the way. Still, I think having two competing browser initiatives is a good idea...
    2. Co-existence of CLI and ESQL in same application
      Hi, I work for a company this is in the process of migrating existing ESQL code to CLI and I ran across problems with one of the applications that...
    3. Co-existence of ESQL and CLI in the same application
      Hi, I work for a company this is in the process of migrating existing ESQL code to CLI and I ran across problems with one of the applications that...
    4. Testing for the existence of a file
      Using Perl 5.6.1 on HP-UX. I need to test for the existence of a file every day. The filename changes each day because the filename contains a...
    5. Best way to test for existence of a file
      Hello, I was wondering what is the most bullet proof way to test for a file. I am concerned, that a program could hang when trying to test for...
  3. #2

    Default ASP and ASP.NET co-existence on the same Web server

    Hi

    Yes ASP and ASP.NET co exist on same webserver.

    Ravikanth[MVP]

    >-----Original Message-----
    >I am looking for an article or book to give me a
    jumpstart
    >on ASP.NET within my existing production asp site on
    >Windows 2000 Server. I would like to start introducing
    >ASP.NET into it by porting some isolated parts of it
    >to .NET.
    >
    >Any suggestions and recommendations will be greatly
    >appreciated.
    >
    >.
    >
    Ravikanth[MVP] Guest

  4. #3

    Default Re: ASP and ASP.NET co-existence on the same Web server

    Tamara,

    We have both types of code on our windows 2000 servers and have had no
    problems. Rather than starting with a book I got started with the official
    ..Net web site which has some great tutorials: [url]www.gotdotnet.com[/url]. The
    tutorials are located in the "Toolbox" area of the left menu.

    Sincerely,

    --
    S. Justin Gengo, MCP
    Web Developer

    Free code library at:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche


    "Tamara" <tgurin@thereturnexchange.com> wrote in message
    news:0d7701c35cff$48626650$a501280a@phx.gbl...
    > I am looking for an article or book to give me a jumpstart
    > on ASP.NET within my existing production asp site on
    > Windows 2000 Server. I would like to start introducing
    > ASP.NET into it by porting some isolated parts of it
    > to .NET.
    >
    > Any suggestions and recommendations will be greatly
    > appreciated.
    >

    S. Justin Gengo Guest

  5. #4

    Default RE: ASP and ASP.NET co-existence on the same Web server

    Hi Tamara,

    Based on my research and experience, I believe that the following
    information is useful to you.

    Migrating to ASP.NET: Key Considerations
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html[/url]
    /aspnetmigrissues.asp

    Converting ASP to ASP.NET
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht[/url]
    ml/convertasptoaspnet.asp

    Best regards,

    Jacob Yang
    Microsoft Online Partner Support
    <MCSD>
    Get Secure! ¨C [url]www.microsoft.com/security[/url]
    This posting is provided ¡°as is¡± with no warranties and confers no rights.

    Jacob Yang [MSFT] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139