473,386 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

WebService Problem on Windows Server 2003

Hi,
Scenario:
The webservice was developed on windows 2000 Pro and deployed previously on windows XP pro for testing. We have tested for many days. The client for that service was 30+ and accessing the webservice each min. It was working 100% fine.

Problem:
But now in actual deployment, we have deployed webservice in Win Server 2003 and we have used all the default configurations. Now the clients are accessing that service the same way and its working fine. But sometimes, in the same usage mentioned above, few clients gets disconnected in consuming service. The time-out or sometimes The underlying connection was closed exception occurs. Daily, 5-10 clients gets this problem once or twice randomly.

Please help me to get rid of this, I have tried many things logically, from net etc and basic all type of solutions i applied but nothing is working.

Configurations:
- Server: Windows 2003 server, SP1, .Net 1.1, .Net 1.1 SP1
- Client: Windows XP Home, SP2, .Net 1.1, .Net 1.1 SP1

Thanks in advance,
Mahesh Devjibhai Dhola
Dec 3 '06 #1
1 1375

Mahesh Devjibhai Dhola wrote:
Hi,
Scenario:
The webservice was developed on windows 2000 Pro and deployed previously on windows XP pro for testing. We have tested for many days. The client for that service was 30+ and accessing the webservice each min. It was working 100% fine.

Problem:
But now in actual deployment, we have deployed webservice in Win Server 2003 and we have used all the default configurations. Now the clients are accessing that service the same way and its working fine. But sometimes, in the same usage mentioned above, few clients gets disconnected in consuming service. The time-out or sometimes The underlying connection was closed exception occurs. Daily, 5-10 clients gets this problem once or twice randomly.

Please help me to get rid of this, I have tried many things logically, from net etc and basic all type of solutions i applied but nothing is working.

Configurations:
- Server: Windows 2003 server, SP1, .Net 1.1, .Net 1.1 SP1
- Client: Windows XP Home, SP2, .Net 1.1, .Net 1.1 SP1

Thanks in advance,
Mahesh Devjibhai Dhola
------=_NextPart_000_000D_01C716F4.49EC4240
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Google-AttachSize: 2037

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>Scenario: <BR>The webservice was developed on
windows 2000 Pro and deployed previously on windows XP pro for testing. We have
tested for many days. The client for that service was 30+ and accessing the
webservice each min. It was working 100% fine.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Problem: </FONT></DIV>
<DIV><FONT face=Arial size=2>But now in actual deployment, we have deployed
webservice in Win Server 2003 and we have used all the default configurations.
Now the clients are accessing that service the same way and its working fine.
<U>But sometimes, in the same usage mentioned above, few clients gets
disconnected in consuming service. The time-out or sometimes The underlying
connection was closed exception occurs. Daily, 5-10 clients gets this problem
once or twice randomly.</U></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Please help me to get rid of this, I have tried
many things logically, from net etc and basic all type of solutions i applied
but nothing is working.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Configurations:</FONT></DIV>
<DIV><FONT face=Arial size=2>- Server: Windows 2003 server, SP1, .Net 1.1, .Net
1.1 SP1</FONT></DIV>
<DIV><FONT face=Arial size=2>- Client: Windows XP Home, SP2, .Net 1.1, .Net 1.1
SP1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance,</FONT></DIV>
<DIV><FONT face=Arial size=2>Mahesh Devjibhai Dhola</FONT></DIV></BODY></HTML>

------=_NextPart_000_000D_01C716F4.49EC4240--

Hi.....
Please try change the machine.config properties
go to
C:\WINDOWS\Microsoft.NET\Framework\ [Your Version .. could be 2.0 or
1.1 ] \CONFIG
and edit the machine.config

look for "httpRuntime" element
set the default timeout ... request size etc to required....

appRequestQueueLimit="1000" or more..
executionTimeout="255" or more...

Then test again

Hope it will solve the problem.

Thanks
Md. Masudur Rahman
Kaz Software Ltd.
www.kaz.com.bd

Dec 3 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Carlos Lozano | last post by:
Hi, as a background I have an Windows application developed with VS 2003 (c#) that needs to transfer securely data to a MySQL database located on a Linux server. I have created a PHP...
2
by: Praveen | last post by:
Hi All, I have made a webservice in C# and it works fine in my machine. I ran into a crazy problem when I wanted to deploy it in windows 2003 server. I have run "aspnet_regiis.exe -i" to make...
0
by: galico | last post by:
Hi All, One of my clients is having a problem with a webservice that is part of an application. The application is constructed as follows. 1. Windows forms client(.NET 1.1) - on user PCs 2....
0
by: sameer | last post by:
Environment: OS of sql server 2000 server: windows 2003 standard server , .NEt framework 1.1 , sql server does not have any service pack, machine has the latest Windows service pack. Personal...
0
by: K S | last post by:
All, I am getting the following error when I tried to deploy my webpage (Release Version) on Windows Server 2003. The below error occurs when I try to access the webservice. PS: I can access...
3
by: Robbert van Geldrop | last post by:
By making a call to a webservice I receive the following error page, we did a complete new build but the error still exist: The installation of the webservice is on an win 2003 standard service...
1
by: Mahesh Devjibhai Dhola | last post by:
Hi, Scenario: The webservice was developed on windows 2000 Pro and deployed previously on windows XP pro for testing. We have tested for many days. The client for that service was 30+ and...
0
by: Tim Bücker | last post by:
Hello everyone, i?ve got a very insistent problem trying to get remote debugging running. Really hope that someone has any ideas about this topic. Although the MSDN and some popular search...
2
by: =?Utf-8?B?TGFycnlLdXBlcm1hbg==?= | last post by:
Our WebDev team seems to have found a problem that exposes a bug in .NET 2.0. This problem can be shown when trying to access a WebService using SSL and through a proxy server after using the...
2
by: cmrhema | last post by:
Hi, I have a webservice, which works fine. I am working in windows xp. I hosted the webservice by integrating with .mpp file using COM component and it works successfully. Now I uploaded into...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.