unwanted ASP.NET development servers

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

    unwanted ASP.NET development servers

    Using VS vb.net 2008

    In my solution I have both web projects and windows forms projects.

    Even if I have a windows form project as the StartUp project, all the web
    projects have to start their own ASP.NET development server.

    How can I prevent this?

    I know how to change the Use Custom Server in the Start options for the web
    site, but then I have to supply a web server (which I don't want to do) .

    Thanks
    Bill


  • sloan

    #2
    Re: unwanted ASP.NET development servers

    Huh?

    Under the ***solution*** properties, there is "Single Startup" and "Multiple
    Startup" options.

    Make sure that hasn't been altered somehow.



    "BillE" <belgie@datamti .comwrote in message
    news:ea38as6MJH A.4380@TK2MSFTN GP04.phx.gbl...
    Using VS vb.net 2008
    >
    In my solution I have both web projects and windows forms projects.
    >
    Even if I have a windows form project as the StartUp project, all the web
    projects have to start their own ASP.NET development server.
    >
    How can I prevent this?
    >
    I know how to change the Use Custom Server in the Start options for the
    web
    site, but then I have to supply a web server (which I don't want to do) .
    >
    Thanks
    Bill
    >

    Comment

    • BillE

      #3
      Re: unwanted ASP.NET development servers

      Single Startup is selected.

      The web projects don't actually start (as far as I can tell); but a ASP
      development server is created for each one. That is, there are 7 web
      projects, and 7 development servers are started.

      Thanks


      "sloan" <sloan@ipass.ne twrote in message
      news:%23FDDJ86M JHA.332@TK2MSFT NGP04.phx.gbl.. .
      Huh?
      >
      Under the ***solution*** properties, there is "Single Startup" and
      "Multiple Startup" options.
      >
      Make sure that hasn't been altered somehow.
      >
      >
      >
      "BillE" <belgie@datamti .comwrote in message
      news:ea38as6MJH A.4380@TK2MSFTN GP04.phx.gbl...
      >Using VS vb.net 2008
      >>
      >In my solution I have both web projects and windows forms projects.
      >>
      >Even if I have a windows form project as the StartUp project, all the web
      >projects have to start their own ASP.NET development server.
      >>
      >How can I prevent this?
      >>
      >I know how to change the Use Custom Server in the Start options for the
      >web
      >site, but then I have to supply a web server (which I don't want to do) .
      >>
      >Thanks
      >Bill
      >>
      >
      >

      Comment

      • rowe_newsgroups

        #4
        Re: unwanted ASP.NET development servers

        On Oct 21, 2:30 pm, "BillE" <bel...@datamti .comwrote:
        Using VS vb.net 2008
        >
        In my solution I have both web projects and windows forms projects.
        >
        Even if I have a windows form project as the StartUp project, all the web
        projects have to start their own ASP.NET development server.
        >
        How can I prevent this?
        >
        I know how to change the Use Custom Server in the Start options for the web
        site, but then I have to supply a web server (which I don't want to do) .
        >
        Thanks
        Bill
        Somewhere, and for the life of me I can't remember where, there is a
        setting to not start a Cassini instance for the web sites that aren't
        set up as the startup application. I'll post back if I find the
        setting, at least it might give you something else to search for.

        Thanks,

        Seth Rowe [MVP]

        Comment

        Working...