WebDev.WebServer.EXE Question

Last post 08-15-2006 3:36 PM by samsp. 6 replies.

Sort Posts:

  • WebDev.WebServer.EXE Question

    12-27-2005, 4:43 PM
    • Contributor
      2,024 point Contributor
    • kckriegs
    • Member since 08-15-2005, 7:55 PM
    • Posts 435

    Hello,

    I notice that default behavior of VS.NET 2005 is to debug asp.net applications using WebDev.WebServer.EXE. I've heard this web server referred to as "the ASP.NET Development Server" or "Cassini".

    Is this really the same thing as Cassini? I see there is a separate forum devoted to Cassini.

    Looking for some clarification.

    Thanks!

  • Re: WebDev.WebServer.EXE Question

    12-27-2005, 6:40 PM

    It is indeed a derivation from the original Cassini which came with WebMatrix. It is not exactly the same since it is built with .NET 2.0 and we made a few changes to better accomodate Visual Studio. However, it is close.

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: WebDev.WebServer.EXE Question

    12-28-2005, 4:01 PM
    • Contributor
      2,024 point Contributor
    • kckriegs
    • Member since 08-15-2005, 7:55 PM
    • Posts 435

    Thanks Mikhail! Here's a followup question:

    Do you know what algorithm VS.NET 2005 uses to select a port when debugging an ASP.NET application? I would like to know so that I can use WebDev.WebServer.EXE without VS.NET (testing and such).

  • Re: WebDev.WebServer.EXE Question

    12-28-2005, 6:45 PM

    If you open command promt, go to \windows\Microsoft.NET\Framework\v2.0.xxxx and run

    WebDev.WebServer.EXE /?

    you'll get dialog which explains how to set a fixed port number as well as other parameters.

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: WebDev.WebServer.EXE Question

    08-01-2006, 4:05 PM
    • Member
      200 point Member
    • sf954
    • Member since 06-27-2006, 4:06 AM
    • Taiwan
    • Posts 40

    Hello Mikhail,

    I was hoping to find some more info about the WebDev.WebServer.exe because after making some changes to my Insert statement and SqlDataSource, IE 7.x could took two munites to load and finally failed and showed a WebDev.WebServer.exe error.  I can't even debug my site.  It fails everytime I login.  I made too many changes to know which one is causing this, if any are.  My VWD has also been hanging a lot resently and showing a "busy" message in my start panel (I forget the exact text but it's not an error).  Any suggestions?

    Kevin

    More Honey, less Vinegar.
  • Re: WebDev.WebServer.EXE Question

    08-14-2006, 11:42 PM
    • Member
      110 point Member
    • javafun
    • Member since 08-15-2006, 3:35 AM
    • Posts 42
    sf954:

    Hello Mikhail,

    I was hoping to find some more info about the WebDev.WebServer.exe because after making some changes to my Insert statement and SqlDataSource, IE 7.x could took two munites to load and finally failed and showed a WebDev.WebServer.exe error.  I can't even debug my site.  It fails everytime I login.  I made too many changes to know which one is causing this, if any are.  My VWD has also been hanging a lot resently and showing a "busy" message in my start panel (I forget the exact text but it's not an error).  Any suggestions?

    Kevin

     

    I don't think this problem was caused by WebDEV.WebServer.In fact, it caused by IE7, I have the same problem for a quite long time since I installed IE 7 beta 2 first time, after IE 7 beta 3 was released, it still has the same problem. My solution is to use Firefox as a default browser, you will find it's very fast.Alternatively, you uninstall IE 7, keep IE 6 running again until IE 7 rtm was released

    The more you cook the ASP.NET, the much better you taste it.
  • Re: WebDev.WebServer.EXE Question

    08-15-2006, 3:36 PM
    • Participant
      1,680 point Participant
    • samsp
    • Member since 08-08-2002, 1:35 PM
    • Posts 330
    • AspNetTeam

    The install of IE7 should not have affected the time to insert into a database. Please try starting debugging the page with an F5. When the browser is waiting on the server, hit the break button in VS. You should then have the callstack for the server. If you post we can start to diagnose where the problem may be.

    Have you also installed any new firewall / ad blocker / virus scanning software recently?

    Sam

Page 1 of 1 (7 items)