weborb

WebORB5 installation in Visual Studio2013 Project

纵饮孤独 提交于 2019-12-11 20:07:20
问题 I'm trying to install a WebORB in a testing new ASP.NET4.5 Project visual Studio2013. I'm using this manual WebORB4Net.pdf, Ref 6.1 Installation From Zip, 6.3-Installing WebORB into existing ASP.NET application. But when I'm try to surf to this directory http://localhost/MediaServer/weborbconsole.html , i'm getting this error First error screen : Server reported an error: Send failed second screen clicking on Ok : SECURITY:Send failed Third: SERVICES: faultString:'Send failed' faultDetail:

ASP.NET Stress Testing

丶灬走出姿态 提交于 2019-11-27 00:46:52
Is there a way to test an application where you simulate a hundred different clients connecting to a IIS server and asking the same data? At the customer where our project is running they have 400 computers and they often do stress tests with all computers. I on the other hand have only got my laptop... (and a development server). (In my case the data is asked through a WebORB Gateway). ab is a tool that was designed for Apache, but you can use it with IIS . Patrick Cuff HP (formerly Mercury) LoadRunner or Performance Center Visual Studio Application Center Test (Enterprise Editions only?)

ASP.NET Stress Testing

泄露秘密 提交于 2019-11-26 17:27:49
问题 Is there a way to test an application where you simulate a hundred different clients connecting to a IIS server and asking the same data? At the customer where our project is running they have 400 computers and they often do stress tests with all computers. I on the other hand have only got my laptop... (and a development server). (In my case the data is asked through a WebORB Gateway). 回答1: ab is a tool that was designed for Apache, but you can use it with IIS. 回答2: HP (formerly Mercury)