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. Web Development
  3. ASP.NET
  4. Host Web Service and Web Site in virtual directory & app pool

Host Web Service and Web Site in virtual directory & app pool

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netwcfbusinessquestion
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.
  • K Offline
    K Offline
    kakarato
    wrote on last edited by
    #1

    Just wonder is it a good practice to host web site and web services in the same app pool and same virtual directory ?. The asp.net web site will call the business facade directly and the web services will host the business facade for others .net application.

    B 1 Reply Last reply
    0
    • K kakarato

      Just wonder is it a good practice to host web site and web services in the same app pool and same virtual directory ?. The asp.net web site will call the business facade directly and the web services will host the business facade for others .net application.

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      kakarato wrote:

      Just wonder is it a good practice to host web site and web services in the same app pool and same virtual directory

      It's better if assign both web services and web application, different application pool.Because if you are consuming your web services from multiple applications, then if your app pool gets down due to web application problem, your webservices will also be down. And rest other other application will not be able to use it. But if webservices is just consumed by one application, then you can deploy in same application pool

      Cheers!! Brij Visit my Blog: http://brijbhushan.net
      Check my latest Article :Client Templating with jQuery

      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