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. General Programming
  3. C#
  4. Web application in Visual Studio 2008

Web application in Visual Studio 2008

Scheduled Pinned Locked Moved C#
csharpquestionasp-netvisual-studiotutorial
3 Posts 3 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.
  • S Offline
    S Offline
    sachinkalse
    wrote on last edited by
    #1

    Pardon me if this is not the correct place to ask following question. In visual studion I guess there are two ways to create a web application 1st : File -> New -> Web Site and 2nd : File -> New -> Project -> Visual C# -> ASP.Net Web Application I wonder what is the difference between the two. I found one, when I add crystal report file to fist one I can not see the .cs file for the same. Please guide

    C E 2 Replies Last reply
    0
    • S sachinkalse

      Pardon me if this is not the correct place to ask following question. In visual studion I guess there are two ways to create a web application 1st : File -> New -> Web Site and 2nd : File -> New -> Project -> Visual C# -> ASP.Net Web Application I wonder what is the difference between the two. I found one, when I add crystal report file to fist one I can not see the .cs file for the same. Please guide

      C Offline
      C Offline
      c2423
      wrote on last edited by
      #2

      Check out this: http://msdn.microsoft.com/en-us/library/aa730880(VS.80).aspx[^] Hope this helps, Chris

      1 Reply Last reply
      0
      • S sachinkalse

        Pardon me if this is not the correct place to ask following question. In visual studion I guess there are two ways to create a web application 1st : File -> New -> Web Site and 2nd : File -> New -> Project -> Visual C# -> ASP.Net Web Application I wonder what is the difference between the two. I found one, when I add crystal report file to fist one I can not see the .cs file for the same. Please guide

        E Offline
        E Offline
        Ed Poore
        wrote on last edited by
        #3

        Generally from what I remember the Web Site is similar to the stuff which Visual Web Developer creates, it's more suited to compiling on the fly (just dump the .aspx and .cs files and when they're first requested ASP.NET compiles them).  In a Web Application things tend to be compiled and then deployed (minus the source, although that's not a requirement), the major difference is that a web application looks on the file system more like a normal solution (i.e. a solution file, project files etc, whereas the web site is dumped all over the place usually). The general preference is to use a web application not a website.

        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