473,408 Members | 2,832 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,408 software developers and data experts.

urgent - web services freeze after new posts

I am running two sites on the same server, one for live clients and one for
testing before we post to live. Each site contains both C# and VB.NET web
services that connect to a SQL Server 2000 database (also running duplicate
databases in SQL Server, one for live, one for testing). The C# web service
also makes calls to an outside dll using DLLImport.

After posting to the test site, the live site frequently stops responding
and the web services time out. This can only be resolved by resetting IIS
or rebooting the server altogether. Obviously, this makes for very unhappy
customers! A web search has not turned up any viable reasons for why this
is happening. I am in urgent need of help...any suggestions would be
greatly appreciated!
Dec 7 '05 #1
4 1462
Hi Jeff,

What's the relation (or dependency) between the production and test web
applications?

--

Best regards,

Abel Eduardo Pereira
"Jeff Cobelli" <jc******@theimpactgroup.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I am running two sites on the same server, one for live clients and one for
testing before we post to live. Each site contains both C# and VB.NET web
services that connect to a SQL Server 2000 database (also running duplicate
databases in SQL Server, one for live, one for testing). The C# web
service also makes calls to an outside dll using DLLImport.

After posting to the test site, the live site frequently stops responding
and the web services time out. This can only be resolved by resetting IIS
or rebooting the server altogether. Obviously, this makes for very
unhappy customers! A web search has not turned up any viable reasons for
why this is happening. I am in urgent need of help...any suggestions
would be greatly appreciated!

Dec 8 '05 #2
Hello Abel -

The production site contains the current "stable" web services, and the test
site is used for testing new features before deploying to the production
site. So they are basically duplicates of each other, with the same (or
very similar) file structures.

Thanks for your interest in helping me out!

- Jeff

"Abel Eduardo Pereira" <ab************@gmail.com> wrote in message
news:O3****************@TK2MSFTNGP14.phx.gbl...
Hi Jeff,

What's the relation (or dependency) between the production and test web
applications?

--

Best regards,

Abel Eduardo Pereira
"Jeff Cobelli" <jc******@theimpactgroup.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I am running two sites on the same server, one for live clients and one
for testing before we post to live. Each site contains both C# and VB.NET
web services that connect to a SQL Server 2000 database (also running
duplicate databases in SQL Server, one for live, one for testing). The C#
web service also makes calls to an outside dll using DLLImport.

After posting to the test site, the live site frequently stops responding
and the web services time out. This can only be resolved by resetting
IIS or rebooting the server altogether. Obviously, this makes for very
unhappy customers! A web search has not turned up any viable reasons for
why this is happening. I am in urgent need of help...any suggestions
would be greatly appreciated!


Dec 8 '05 #3
GCR
Do you have any othet info, some errors in event log or the iis logfiles?

"Jeff Cobelli" wrote:
Hello Abel -

The production site contains the current "stable" web services, and the test
site is used for testing new features before deploying to the production
site. So they are basically duplicates of each other, with the same (or
very similar) file structures.

Thanks for your interest in helping me out!

- Jeff

"Abel Eduardo Pereira" <ab************@gmail.com> wrote in message
news:O3****************@TK2MSFTNGP14.phx.gbl...
Hi Jeff,

What's the relation (or dependency) between the production and test web
applications?

--

Best regards,

Abel Eduardo Pereira
"Jeff Cobelli" <jc******@theimpactgroup.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I am running two sites on the same server, one for live clients and one
for testing before we post to live. Each site contains both C# and VB.NET
web services that connect to a SQL Server 2000 database (also running
duplicate databases in SQL Server, one for live, one for testing). The C#
web service also makes calls to an outside dll using DLLImport.

After posting to the test site, the live site frequently stops responding
and the web services time out. This can only be resolved by resetting
IIS or rebooting the server altogether. Obviously, this makes for very
unhappy customers! A web search has not turned up any viable reasons for
why this is happening. I am in urgent need of help...any suggestions
would be greatly appreciated!



Dec 8 '05 #4
Hi Jeff,

The supplied info doesn't really allow me to identify the problem...

Anyway, if you are using IIS 5.x try to isolate the web applications from
the IIS manager console. I don't really remember in which tab you can do
that, but it's easy to find that setting (which by default is Medium
Isolation - I think...) and change the value to High Isolation. This will
allow your web applications to run each one is is own process.

If you are running on IIS 6, I believe you can achive the same with
application pools (notice this is available only when running in worker
process isolation mode).

--

Best regards,

Abel Eduardo Pereira
"Jeff Cobelli" <jc******@theimpactgroup.com> wrote in message
news:O$****************@TK2MSFTNGP10.phx.gbl...
Hello Abel -

The production site contains the current "stable" web services, and the
test site is used for testing new features before deploying to the
production site. So they are basically duplicates of each other, with the
same (or very similar) file structures.

Thanks for your interest in helping me out!

- Jeff

"Abel Eduardo Pereira" <ab************@gmail.com> wrote in message
news:O3****************@TK2MSFTNGP14.phx.gbl...
Hi Jeff,

What's the relation (or dependency) between the production and test web
applications?

--

Best regards,

Abel Eduardo Pereira
"Jeff Cobelli" <jc******@theimpactgroup.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
I am running two sites on the same server, one for live clients and one
for testing before we post to live. Each site contains both C# and
VB.NET web services that connect to a SQL Server 2000 database (also
running duplicate databases in SQL Server, one for live, one for
testing). The C# web service also makes calls to an outside dll using
DLLImport.

After posting to the test site, the live site frequently stops
responding and the web services time out. This can only be resolved by
resetting IIS or rebooting the server altogether. Obviously, this makes
for very unhappy customers! A web search has not turned up any viable
reasons for why this is happening. I am in urgent need of help...any
suggestions would be greatly appreciated!



Dec 8 '05 #5

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

Similar topics

11
by: Timothy Shih | last post by:
Hi, I am having a freezing issue with my application. My application serves several remotable objects, all of which must be initialized before their use. Furthermore, some of them depend on each...
28
by: Tamir Khason | last post by:
Follwing the struct: public struct TpSomeMsgRep { public uint SomeId;
3
by: Matt D | last post by:
I've got two web services that use the same data types and that clients will have to consume. I read the msdn article on sharing types...
2
by: mrstephengross | last post by:
I'm working with the freeze utility, and I'm trying to learn the basics. For the most part, I think I understand how it works. I have a question about modules, though. I want to make sure that...
5
by: Abhijeet Kumar | last post by:
Hi I am working with ASP.NET2.0, How can i freeze some of the columns of GridView Control. Thanks in Advance.
4
by: Adrian Parker | last post by:
We've suddenly started getting a problem with a call to clear the contents of a DataTable. This is on a live customer site that's been working fine until yesterday. As far as we know they've not...
5
by: igotyourdotnet | last post by:
I'm creating a web service this is going to return an arraylist of items. When I try and run it Im' getting the following error message: System.InvalidOperationException: There was an error...
1
by: jmalone | last post by:
I have a python script that I need to freeze on AIX 5.1 (customer has AIX and does not want to install Python). The python script is pretty simple (the only things it imports are sys and socket)....
4
by: ToxSox | last post by:
Hello. This is my first post here and i have a big problem with my script! One page (child.htm), was delivered not by me and i can't change it. This page calls a methode in a object of my page....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.