Visual Studio 2005 WebDev.WebServer.exe Error

Last post 09-01-2009 8:43 AM by vmDillenburg. 2 replies.

Sort Posts:

  • Visual Studio 2005 WebDev.WebServer.exe Error

    08-31-2009, 2:34 PM
    • Member
      48 point Member
    • vmDillenburg
    • Member since 08-13-2008, 9:26 AM
    • Posts 42

    Strange error @ framework 2.0 and Visual Studio 2005

    IE version: 8

    ----

    Hi everybody,

    after compiling my website, when I try to log on the system, it was suposed to redirect to the main page but its showing an Error ( default windows not responding error, end task) of the WebDev.WebServer.exe.

    Before this error, in the same point of the application ( after login )  there was another error, that disappear alone.

    The log of the error:

    System.Web.HttpException was unhandled
      Message="'/Portal/WebResource.axd?d=k2JViCgD2FOmarMvHQpL7EAbOgKvu-jkCdTIqIIqn7g1&t=633870633455156250' is not a valid virtual path."
      Source="System.Web"
      ErrorCode=-2147467259
      StackTrace:
           at System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options)
           at System.Web.HttpWorkerRequest.GetFilePathObject()
           at System.Web.HttpRequest.get_FilePathObject()
           at System.Web.HttpRequest.get_FilePath()
           at System.Web.Security.CookielessHelperClass.RemoveCookielessValuesFromPath()
           at System.Web.HttpContext.Init(HttpRequest request, HttpResponse response)
           at System.Web.HttpContext..ctor(HttpWorkerRequest wr, Boolean initResponseWriter)
           at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
           at System.Web.HttpRuntime.ProcessRequestNow(HttpWorkerRequest wr)
           at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
           at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr)
           at Microsoft.VisualStudio.WebHost.Request.Process()
           at Microsoft.VisualStudio.WebHost.Host.ProcessRequest(Connection conn)
           at Microsoft.VisualStudio.WebHost.Host.ProcessRequest(Connection conn)
           at Microsoft.VisualStudio.WebHost.Server.OnSocketAccept(Object acceptedSocket)
           at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
           at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
           at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

    Honestly I have no ideas about this, please I need your help to solve this problem !

    Thanks people.

  • Re: Visual Studio 2005 WebDev.WebServer.exe Error

    09-01-2009, 3:56 AM
    • All-Star
      27,453 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 9:49 AM
    • Mumbai
    • Posts 4,647

    Hi,

    As Message sayss

    "is not a valid virtual path"..

    R trying to redirect the Page non virtual Path..

    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: Visual Studio 2005 WebDev.WebServer.exe Error

    09-01-2009, 8:43 AM
    Answer
    • Member
      48 point Member
    • vmDillenburg
    • Member since 08-13-2008, 9:26 AM
    • Posts 42

    anwer:

    install .net framework 3.5.

    thanks all

Page 1 of 1 (3 items)