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. ASP.NET web application vs ASP.NET website

ASP.NET web application vs ASP.NET website

Scheduled Pinned Locked Moved The Lounge
csharpasp-netvisual-studiocomgame-dev
8 Posts 4 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.
  • W Offline
    W Offline
    WillemM
    wrote on last edited by
    #1

    OK, to begin short: The website won this battle. I've tried very hard using the web application project Microsoft offers for ASP.NET 2.0, but it just doesn't work as easy as I would like it to work. Some options are missing and others don't work correctly, because of the fact that Microsoft effectively introduced the old 1.1 model of compilation back into the game. For example: The profile class isn't generated anymore, also I got problems that the application doesn't keep the sessionstate alive for some odd reason. With a website project I didn't have that problem. (Yep, I even recreated the project as a website and as a web application) I don't know how many of you use the web application project, but I don't recommend it to anyone. Instead you can make your website on your computer, precompile it and then deploy it. Works way better and is easier too.

    WM. What about weapons of mass-construction? "What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson My blog

    L Steve EcholsS C 3 Replies Last reply
    0
    • W WillemM

      OK, to begin short: The website won this battle. I've tried very hard using the web application project Microsoft offers for ASP.NET 2.0, but it just doesn't work as easy as I would like it to work. Some options are missing and others don't work correctly, because of the fact that Microsoft effectively introduced the old 1.1 model of compilation back into the game. For example: The profile class isn't generated anymore, also I got problems that the application doesn't keep the sessionstate alive for some odd reason. With a website project I didn't have that problem. (Yep, I even recreated the project as a website and as a web application) I don't know how many of you use the web application project, but I don't recommend it to anyone. Instead you can make your website on your computer, precompile it and then deploy it. Works way better and is easier too.

      WM. What about weapons of mass-construction? "What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson My blog

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #2

      Ever tried the non-WAP website on source control? You will change you mind fast :)

      **

      xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
      New xacc.ide release RSS feed^

      **

      Steve EcholsS W 2 Replies Last reply
      0
      • W WillemM

        OK, to begin short: The website won this battle. I've tried very hard using the web application project Microsoft offers for ASP.NET 2.0, but it just doesn't work as easy as I would like it to work. Some options are missing and others don't work correctly, because of the fact that Microsoft effectively introduced the old 1.1 model of compilation back into the game. For example: The profile class isn't generated anymore, also I got problems that the application doesn't keep the sessionstate alive for some odd reason. With a website project I didn't have that problem. (Yep, I even recreated the project as a website and as a web application) I don't know how many of you use the web application project, but I don't recommend it to anyone. Instead you can make your website on your computer, precompile it and then deploy it. Works way better and is easier too.

        WM. What about weapons of mass-construction? "What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson My blog

        Steve EcholsS Offline
        Steve EcholsS Offline
        Steve Echols
        wrote on last edited by
        #3

        I've been researching this a bit too, and definitely prefer the website option, but I'm still unclear on how it scales to bigger applications. This blog helped a little bit, but looking at the comments, it's a touchy issue (what isn't these days...): http://blogs.vertigo.com/personal/swarren/Blog/Lists/Posts/Post.aspx?ID=10[^]


        - S 50 cups of coffee and you know it's on!

        • S
          50 cups of coffee and you know it's on!
          Code, follow, or get out of the way.
        1 Reply Last reply
        0
        • L leppie

          Ever tried the non-WAP website on source control? You will change you mind fast :)

          **

          xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
          New xacc.ide release RSS feed^

          **

          Steve EcholsS Offline
          Steve EcholsS Offline
          Steve Echols
          wrote on last edited by
          #4

          I read that too. Can you tell us what problems have you encountered with source control?


          - S 50 cups of coffee and you know it's on!

          • S
            50 cups of coffee and you know it's on!
            Code, follow, or get out of the way.
          L 1 Reply Last reply
          0
          • Steve EcholsS Steve Echols

            I read that too. Can you tell us what problems have you encountered with source control?


            - S 50 cups of coffee and you know it's on!

            L Offline
            L Offline
            leppie
            wrote on last edited by
            #5

            Just try it!!! I cant explain what was going thru designer mind when he/she decided that approach!

            **

            xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
            New xacc.ide release RSS feed^

            **

            Steve EcholsS 1 Reply Last reply
            0
            • L leppie

              Just try it!!! I cant explain what was going thru designer mind when he/she decided that approach!

              **

              xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
              New xacc.ide release RSS feed^

              **

              Steve EcholsS Offline
              Steve EcholsS Offline
              Steve Echols
              wrote on last edited by
              #6

              I'm scared! :-D


              - S 50 cups of coffee and you know it's on!

              • S
                50 cups of coffee and you know it's on!
                Code, follow, or get out of the way.
              1 Reply Last reply
              0
              • W WillemM

                OK, to begin short: The website won this battle. I've tried very hard using the web application project Microsoft offers for ASP.NET 2.0, but it just doesn't work as easy as I would like it to work. Some options are missing and others don't work correctly, because of the fact that Microsoft effectively introduced the old 1.1 model of compilation back into the game. For example: The profile class isn't generated anymore, also I got problems that the application doesn't keep the sessionstate alive for some odd reason. With a website project I didn't have that problem. (Yep, I even recreated the project as a website and as a web application) I don't know how many of you use the web application project, but I don't recommend it to anyone. Instead you can make your website on your computer, precompile it and then deploy it. Works way better and is easier too.

                WM. What about weapons of mass-construction? "What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson My blog

                C Offline
                C Offline
                Chris Maunder
                wrote on last edited by
                #7

                Yep - we tried to use Web Applications and gave up. It should not be that hard.

                cheers, Chris Maunder

                CodeProject.com : C++ MVP

                1 Reply Last reply
                0
                • L leppie

                  Ever tried the non-WAP website on source control? You will change you mind fast :)

                  **

                  xacc.ide-0.2.0.77 - now with C# 3.5 support and Navigation Bar!^
                  New xacc.ide release RSS feed^

                  **

                  W Offline
                  W Offline
                  WillemM
                  wrote on last edited by
                  #8

                  Most of my colleagues use sourcesafe or team foundation server and I haven't heard any complaints yet. But I have yet to try that out myself. It's on my todo list, but the list is way to long at the moment.

                  WM. What about weapons of mass-construction? "What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson My blog

                  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