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. .NET (Core and Framework)
  4. How to distinguish Web apps vs Win apps

How to distinguish Web apps vs Win apps

Scheduled Pinned Locked Moved .NET (Core and Framework)
visual-studiotutorialquestion
2 Posts 2 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.
  • C Offline
    C Offline
    Chen Venkataraman
    wrote on last edited by
    #1

    Is there some way to tell from within an assembly whether an app is running as a Web app or a Windows app? Chen Venkataraman

    P 1 Reply Last reply
    0
    • C Chen Venkataraman

      Is there some way to tell from within an assembly whether an app is running as a Web app or a Windows app? Chen Venkataraman

      P Offline
      P Offline
      Pradeep Shamarao
      wrote on last edited by
      #2

      I don't exactly understand ur question. All web projects has to use the system.web namespace to run as a web app. U can use Ildasm.exe provided by .net framework and check its mainfest if u see something like .assembly extern System.Web u can know that it is supposed to be deployed as a web app else win app. cool man

      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