Search

You searched for the word(s): userid:651132

Matching Posts

  • Website Stress Test => Using C#'s WebRequest to test my server. Not working?!?

    I would like to stress test my website with several (100+) virtual users simultaneously connecting to it but unfortunately i havent found a decent free solution. I figure a homemade solution would suffice. I used C# to create a console application and am running it from my Windows Vista SP1 desktop (my home, Bell Sympatico connection 5Mb/s dwn, 800Kb/s up) to connect to my website in New Jersey. Im using C# 2.0's WebRequest.Create within a WHILE loop to keep closing and reopening the connection
    Posted to Getting Started (Forum) by quantass0 on 11/4/2008
  • Server Application Unavailable - Error Code 500 when connecting to .ASPX pages ONLY

    I'm getting the following error message when connecting to my local asp.net 2.0 webpage thru IIS5: ======= Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request. Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry
    Posted to Installation and Setup (Forum) by quantass0 on 5/23/2008
  • Amiguous Match Found - UserControl and CodeBehind Problem

    Im using ASP.NET v1.1. I've added my own usercontrol to a .ASPX page: <%@ Register TagPrefix="Collection" Tagname="Selection" src="/Events/CollectionSelection.ascx" %> <Collection:Selection runat="server" id="MyStuff"></Collection:Selection> When i access the page i receive the error message: Amiguous Match Found. The issue seems to be the id="MyStuff". There is a code-behind page but there are no variables declared
    Posted to Web Forms (Forum) by quantass0 on 3/29/2008
  • Web Forms Designer problem - An exception occurred while ...

    Im using MS Visual Studio .NET 2003 and .NET v1.1 Framework under C#. I've created a new class, MyNewPage, which inherits the System.Web.UI.Page class. I've created a new Web App project and renamed the default base class Page to my new class MyNewPage. ALl is fine and compiles well but when i go to the design view i get the error message: File could not be loaded into the Web Forms Designer. An exception occurred while trying to create an instance of MyNewPage. The exception was "Object
  • New Web App Project - IIS5 and VS hate each other.

    Im using Visual Studio .NET 2003, .NET framework v1.1 and IIS5 under Windows XP Pro. EVery time i go to create a new Web Application project thru VS, it churns away and then pops up an error message like IIS/VS was unable to locate or create the web app due to a location error. Something like that. I just cant imagine many of you not have already seen this common error dialog box. Sometimes it insists on me entering in the new location. I can naviagte to the exact folder but still nothing. Is there
  • Unable to Validate Data - a static machineKey no good!!

    Im using ASP.NET v1.1 on IIS6. The error we're receivng is: Unable to validate data. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Unable to validate data. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location
    Posted to Security (Forum) by quantass0 on 10/1/2007
  • Google Mini results within ASP.NET control?

    We have a Google Mini and would like to have its search input and results presented within our asp.net Rainbow Portal. The way the portal works is everything must be a .ASCX module and so if we want the mini results to mesh with our current website we need to have it contained within the module. All modules must post back to the server to follow proper ASP.NET methodology; after post back, the surrounding modules will be rebuilt, themes represented, and the new google mini module will show its search
    Posted to Getting Started (Forum) by quantass0 on 7/30/2007
  • Upgrading to VS2005 - Compatibility Concerns ...

    We're considering upgrading to MS Visual Studio 2005 from VS 2003. Our concern is backwards compatability with existing web apps. At the moment we have several applications running under ASP.NET v1.1 (mostly in C#) on our Win2K3 box. We intend on using the capabilities of .NET v1.1 for at least another year or so as we have several existing apps that were composed under VS 2003 and .NET v1.1. My quesitons are: 1. Our IIS Web Site is set for ASP.NET 1.1 framework. Is VS 2005 capable compiling
  • Cookieless Authentication for Firefox+Flash File Uploading

    Im using Firefox on a page that contains a flash object. The flash object file uploads by POSTing to my ASP.NET v1.1 web app. The problem is FF-Flash is incapable of sending the browser cookies back to my .NET web app page and so the upload appears to be coming from an unauthorized user. IE is fine. I've tried to counter this bug by extracting the .ASPXAUTH cookie value on the client side and passing it to the flash object so that the object POST to the url: http://mysite.com/fileupload.aspx
    Posted to Security (Forum) by quantass0 on 7/5/2007
  • Http POST prob with C#

    What am i doing wrong? Im using C# and .NET v1.1 to connect to my ASP.NET v1.1 page Im trying to login with my bot onto my ASP.NET page using a POST request. The problem is i am not getting back the .ASPXAUTH cookie nor is the Redirect being made. The correct Post Data is being sent and the post headers are fine. In fact the login even succeeds and a redirect is returned from my other code it's just this bot's code doesnt appear to be listening? My HTTP POST request is: &nbsp;&nbsp;&nbsp;
    Posted to State Management (Forum) by quantass0 on 6/20/2007
Page 1 of 12 (117 items) 1 2 3 4 5 Next > ... Last ยป