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.