What's more security minded? WebApplication project or website project.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    What's more security minded? WebApplication project or website project.

    I noticed when I compiled a web application project in vs2008 earlier that
    it leaves some project files around like compile object files, some
    uncompiled DataSets and some uncompiled web.config files. Whenever I compile
    a website project, these sorts of things aren't left behind. My question
    would be then, what version is more secure? web application or website.

    Any ideas what is more recommended to use?


  • Michael Nemtsev [MVP]

    #2
    Re: What's more security minded? WebApplication project or website project.

    Hello Andy,

    Why are you anxions about this stuff? You dev environment could have a lot
    of "unsecure" stuff, to make you work easy, but when you publish your site
    only binaries and release stuff will be deployed.

    There is no difference in security between webApp and website - they only
    uses different aproach, but content is the same

    ---
    WBR,
    Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour

    "The greatest danger for most of us is not that our aim is too high and we
    miss it, but that it is too low and we reach it" (c) Michelangelo


    ABI noticed when I compiled a web application project in vs2008
    ABearlier that it leaves some project files around like compile object
    ABfiles, some uncompiled DataSets and some uncompiled web.config
    ABfiles. Whenever I compile a website project, these sorts of things
    ABaren't left behind. My question would be then, what version is more
    ABsecure? web application or website.
    AB>
    ABAny ideas what is more recommended to use?
    AB>


    Comment

    • Alexey Smirnov

      #3
      Re: What's more security minded? WebApplication project or websiteproject.

      On Jun 12, 12:38 pm, "Andy B" <a_bo...@sbcglo bal.netwrote:
      I noticed when I compiled a web application project in vs2008 earlier that
      it leaves some project files around like compile object files, some
      uncompiled DataSets and some uncompiled web.config files. Whenever I compile
      a website project, these sorts of things aren't left behind. My question
      would be then, what version is more secure? web application or website.
      >
      Any ideas what is more recommended to use?
      WebSite project doesn't use Project file, and doesn't need classes in /
      App_Code directory.
      All the rest is the same, I think... and web.config files are never
      compiled...

      Comment

      • Munna

        #4
        Re: What's more security minded? WebApplication project or websiteproject.

        Hi

        As Michael said ... those are just project templates...

        if you are concern about application security ...

        a good resource is here..

        Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.


        Best of luck

        Munna



        Comment

        Working...