| Thread | Last Post | Replies |
|
| ASP.Net Performance Problems | 06 Jan 2005 12:04 GMT | 4 |
An app I wrote (ASP.NET) against SQL Server was Load Tested by our IS division, and they came back with a max of 10 concurrent users before the Server's CPU was overloaded. Running ACT against the same app on the same Server, I was getting 1746
|
| how to print document locally | 06 Jan 2005 06:52 GMT | 1 |
Maybe you can give me some ideas on how to solve the following problem in the system we are developing. The system is composed of web application (deployed on the web server in one location) and .NET Compact Framework mobile application (Pocket PC) deployed
|
| configure server to enable opening project from the web | 05 Jan 2005 14:52 GMT | 1 |
I am trying to create a WebService project on my machine that people in my team can load from the web and work on. I have not been able to find a configuration that allows someone to load the project from my server. I have read tons of training materials and none of them seem to ...
|
| Unable to reuse remoting port | 05 Jan 2005 14:45 GMT | 2 |
I am registering an object for remote access in the constructor of a Windows Service using the following code: BinaryServerFormatterSinkProvider provider = new BinaryServerFormatterSinkProvider();
|
| UIP 2.0 GetSessionMoniker Problem | 05 Jan 2005 00:07 GMT | 2 |
I am using UIP 2.0 in a asp.net application. On a specific machine, running with Windows 2003/IIS6 (2 processors) server I have a problem I cannot solve. The same application works on other machines just fine. I get this error: Exception message: Object reference not set to an ...
|
| How can a server know that a client has 'disconnected' | 04 Jan 2005 12:11 GMT | 2 |
I have a client/server application and I have this question. How can my server 'detects' that the client is no longer there? In the good old days of RPC I would be able to get a notification that the connection was dropped....
|
| How do I distribute EnterpriseServices components as COM+ proxies? | 01 Jan 2005 13:51 GMT | 5 |
I have updated an old MTS based application to .Net. All seems fine on a development machine but I have a problem with deployment. I can create EnterpriseServices based COM+ applications on the server and export proxies. However when any of these are installed on the client ...
|