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. The Lounge
  3. My ASP.NET migration story

My ASP.NET migration story

Scheduled Pinned Locked Moved The Lounge
comhelpcsharpc++asp-net
11 Posts 5 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.
  • M Offline
    M Offline
    Mike NET
    wrote on last edited by
    #1

    Few months back I have migrated my entire ASP 3.0 site to ASP.NET code. I have found migration of about 65 ASP pages to .NET not all that difficult, although the database access required to be redone. It took me about 8 weeks to finish the bulk of it. But it took me few more weeks to smooth it around the edges and fix-up few bugs in my code. I found that is very useful to have good error logging system in place to track all the errors. I come from VC++ background so finally it is awesome to have ability to program strong types code, and run web application in compile code. Since the migration to .NET I have a blast with .NET WebServices, ASP.NET User Controls, and .NET Controls (like ActiveX). I would like your opinion (positive criticism is welcomed too) about the work I have done so far on my site. http://www.wininsider.com - [^] Do others have positive migration stories in either ASP.NET or .NET Win apps? Mike M WinInsider.com

    T D A 3 Replies Last reply
    0
    • M Mike NET

      Few months back I have migrated my entire ASP 3.0 site to ASP.NET code. I have found migration of about 65 ASP pages to .NET not all that difficult, although the database access required to be redone. It took me about 8 weeks to finish the bulk of it. But it took me few more weeks to smooth it around the edges and fix-up few bugs in my code. I found that is very useful to have good error logging system in place to track all the errors. I come from VC++ background so finally it is awesome to have ability to program strong types code, and run web application in compile code. Since the migration to .NET I have a blast with .NET WebServices, ASP.NET User Controls, and .NET Controls (like ActiveX). I would like your opinion (positive criticism is welcomed too) about the work I have done so far on my site. http://www.wininsider.com - [^] Do others have positive migration stories in either ASP.NET or .NET Win apps? Mike M WinInsider.com

      T Offline
      T Offline
      Tomasz Sowinski
      wrote on last edited by
      #2

      Mike.NET wrote: come from VC++ background so finally it is awesome to have ability to program strong types code, and run web application in compile code. I agree 100%. I've coded some small ASP.NET apps for fun, and I'm impressed. Having real language on the webserver side rocks. Mike.NET wrote: I would like your opinion (positive criticism is welcomed too) about the work I have done so far on my site Ok - you've asked for it :) I think it looks too much like earlier MS designs. Especially, I don't like the header with line patter. Doesn't look good on LCD monitor. Tomasz Sowinski -- http://www.shooltz.com

      Never argue with an idiot, he'll bring you to his level and beat you with experience.

      M 1 Reply Last reply
      0
      • T Tomasz Sowinski

        Mike.NET wrote: come from VC++ background so finally it is awesome to have ability to program strong types code, and run web application in compile code. I agree 100%. I've coded some small ASP.NET apps for fun, and I'm impressed. Having real language on the webserver side rocks. Mike.NET wrote: I would like your opinion (positive criticism is welcomed too) about the work I have done so far on my site Ok - you've asked for it :) I think it looks too much like earlier MS designs. Especially, I don't like the header with line patter. Doesn't look good on LCD monitor. Tomasz Sowinski -- http://www.shooltz.com

        Never argue with an idiot, he'll bring you to his level and beat you with experience.

        M Offline
        M Offline
        Mike NET
        wrote on last edited by
        #3

        my next project - better header design (I agree) I think my Microsoftonian bias/roots are showing. :) Mike M WinInsider.com

        1 Reply Last reply
        0
        • M Mike NET

          Few months back I have migrated my entire ASP 3.0 site to ASP.NET code. I have found migration of about 65 ASP pages to .NET not all that difficult, although the database access required to be redone. It took me about 8 weeks to finish the bulk of it. But it took me few more weeks to smooth it around the edges and fix-up few bugs in my code. I found that is very useful to have good error logging system in place to track all the errors. I come from VC++ background so finally it is awesome to have ability to program strong types code, and run web application in compile code. Since the migration to .NET I have a blast with .NET WebServices, ASP.NET User Controls, and .NET Controls (like ActiveX). I would like your opinion (positive criticism is welcomed too) about the work I have done so far on my site. http://www.wininsider.com - [^] Do others have positive migration stories in either ASP.NET or .NET Win apps? Mike M WinInsider.com

          D Offline
          D Offline
          David Stone
          wrote on last edited by
          #4

          I think that, while it looks too much like Microsoft's old design, I think it's a great example of how powerful ASP.NET can be and just how good it can look at the same time. Very good job. I love ASP.NET. It definitely is one of the coolest things about .NET. Is it coded in C# or VB.NET? David Stone It seemed similar to someone saying, "Would you like to meet my knife collection?" Ryan Johnston on Elaine's sig

          J M 2 Replies Last reply
          0
          • D David Stone

            I think that, while it looks too much like Microsoft's old design, I think it's a great example of how powerful ASP.NET can be and just how good it can look at the same time. Very good job. I love ASP.NET. It definitely is one of the coolest things about .NET. Is it coded in C# or VB.NET? David Stone It seemed similar to someone saying, "Would you like to meet my knife collection?" Ryan Johnston on Elaine's sig

            J Offline
            J Offline
            Jeremy Falcon
            wrote on last edited by
            #5

            David Stone wrote: I love ASP.NET I still haven't used it yet, but after hearing everything about it I sure wanna try. Jeremy Falcon Imputek "C# is the answer to a question nobody asked." - Chris Losinger

            D 1 Reply Last reply
            0
            • J Jeremy Falcon

              David Stone wrote: I love ASP.NET I still haven't used it yet, but after hearing everything about it I sure wanna try. Jeremy Falcon Imputek "C# is the answer to a question nobody asked." - Chris Losinger

              D Offline
              D Offline
              David Stone
              wrote on last edited by
              #6

              You have VS.NET? If not, you can go to www.asp.net[^] and download WebMatrix. It's a free-time project of the ASP.NET team. Not officially Microsoft, but rather just the people on the ASP.NET team. I hear that it's pretty good. [edit] Jeremy, I just did a search for you on the net. (Not through Google.) I didn't look at the link or the name before I clicked on the link, but it brought up www.breastfiles.com[^]. I was astounded. I though :wtf: "No way he runs that site." When I read further down, I found out that it was Jeremy Falcone. Oops. [/edit] David Stone It seemed similar to someone saying, "Would you like to meet my knife collection?" Ryan Johnston on Elaine's sig

              J 1 Reply Last reply
              0
              • D David Stone

                You have VS.NET? If not, you can go to www.asp.net[^] and download WebMatrix. It's a free-time project of the ASP.NET team. Not officially Microsoft, but rather just the people on the ASP.NET team. I hear that it's pretty good. [edit] Jeremy, I just did a search for you on the net. (Not through Google.) I didn't look at the link or the name before I clicked on the link, but it brought up www.breastfiles.com[^]. I was astounded. I though :wtf: "No way he runs that site." When I read further down, I found out that it was Jeremy Falcone. Oops. [/edit] David Stone It seemed similar to someone saying, "Would you like to meet my knife collection?" Ryan Johnston on Elaine's sig

                J Offline
                J Offline
                Jeremy Falcon
                wrote on last edited by
                #7

                David Stone wrote: No way he runs that site. ROFLMAO! Well, ya never know, I could be spelling my name wrong on CP. :suss::) Jeremy Falcon Imputek "C# is the answer to a question nobody asked." - Chris Losinger

                D 1 Reply Last reply
                0
                • J Jeremy Falcon

                  David Stone wrote: No way he runs that site. ROFLMAO! Well, ya never know, I could be spelling my name wrong on CP. :suss::) Jeremy Falcon Imputek "C# is the answer to a question nobody asked." - Chris Losinger

                  D Offline
                  D Offline
                  David Stone
                  wrote on last edited by
                  #8

                  Right. :~ Makes me wonder what else you guys do other than hang out on CP.:suss: ;-P David Stone It seemed similar to someone saying, "Would you like to meet my knife collection?" Ryan Johnston on Elaine's sig

                  1 Reply Last reply
                  0
                  • M Mike NET

                    Few months back I have migrated my entire ASP 3.0 site to ASP.NET code. I have found migration of about 65 ASP pages to .NET not all that difficult, although the database access required to be redone. It took me about 8 weeks to finish the bulk of it. But it took me few more weeks to smooth it around the edges and fix-up few bugs in my code. I found that is very useful to have good error logging system in place to track all the errors. I come from VC++ background so finally it is awesome to have ability to program strong types code, and run web application in compile code. Since the migration to .NET I have a blast with .NET WebServices, ASP.NET User Controls, and .NET Controls (like ActiveX). I would like your opinion (positive criticism is welcomed too) about the work I have done so far on my site. http://www.wininsider.com - [^] Do others have positive migration stories in either ASP.NET or .NET Win apps? Mike M WinInsider.com

                    A Offline
                    A Offline
                    Andrew Peace
                    wrote on last edited by
                    #9

                    It looks pretty good to me, though I haven't had a chance to look over it in huge detail. Nice work :). The only thing I would say is that it is .NET and not .Net, as on your 'top story'. HTH. -- Andrew.

                    M 1 Reply Last reply
                    0
                    • D David Stone

                      I think that, while it looks too much like Microsoft's old design, I think it's a great example of how powerful ASP.NET can be and just how good it can look at the same time. Very good job. I love ASP.NET. It definitely is one of the coolest things about .NET. Is it coded in C# or VB.NET? David Stone It seemed similar to someone saying, "Would you like to meet my knife collection?" Ryan Johnston on Elaine's sig

                      M Offline
                      M Offline
                      Mike NET
                      wrote on last edited by
                      #10

                      C# all the way :) Mike M WinInsider.com

                      1 Reply Last reply
                      0
                      • A Andrew Peace

                        It looks pretty good to me, though I haven't had a chance to look over it in huge detail. Nice work :). The only thing I would say is that it is .NET and not .Net, as on your 'top story'. HTH. -- Andrew.

                        M Offline
                        M Offline
                        Mike NET
                        wrote on last edited by
                        #11

                        thanks for the kind words - I changed the '.Net' :) Mike M WinInsider.com

                        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