473,385 Members | 1,546 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,385 software developers and data experts.

calling .NET WebService from classic asp page timeouts on IIS6.0

Hi, I'm wondering if you can help.
We have a classic asp application that creates and posts some XML using the
SOAP format to a .NET WebService.
The WebService and the asp are on the same IIS server , which is IIS6.0.
On first calling the WebService the asp page either hangs or returns Active
Server Pages error 'ASP 0113'

Script timed out

/adminw/logon/DeleteUser.asp

The maximum amount of time for a script to execute was exceeded. You can
change this limit by specifying a new value for the property
Server.ScriptTimeout or by changing the value in the IIS administration tools.

What is being passed to the WebService is the following, the WebService is
then meant to take the data and make a call to some SQL stored procedures to
remove data from tables and the file structure:
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Body>
<Delete xmlns="http://teleware.com/">
<strCommunity>001</strCommunity>
<strCurrentId>0013</strCurrentId>
<strType>0</strType>
<strConnectionString>DSN=TeleWare</strConnectionString>
<strConnectionType>0</strConnectionType>
</Delete>
</Body>
</Envelope>

This always occurs on the first call to the WebService after the WWW service
has been stopped and restarted. After this the call works.
Can someone explain why?
Also the whole process works without hanging or timeouts on Server 2000.
Again why?
What can we do to resolve this?

Yours sincerely
Adam
May 16 '07 #1
0 1167

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

Similar topics

8
by: P. Glassel | last post by:
I'm having problems getting session timeouts to change programmaticlaly under IIS6.0. This is unchanged code that ran as expected under IIS5.0. Anyone else run into this problem? Thx.
22
by: Henry Rolf | last post by:
I need some advice. I was thinking about going with ASP.NET, but after reading this I don't think it would be right for me. http://www.powerasp.com/content/new/asp-and-aspdotnet.asp I have...
4
by: Julian Hershel | last post by:
Hi. I have a very simple web service that I am trying to call from a classic ASP page. The web service project and the ASP page are both on my development machine. That's the code of my web...
2
by: Filippo | last post by:
Hi, I have to call a .Net WebService from a non .net Webserver. So I create an asp page that use the Soap Toolkit for calling the Webserver. The problem is that the webservice use authentication,...
1
by: samn | last post by:
I made a c# .net webservice that uses a class in a separate .net dll (x.dll) . This .net dll (x.dll) has dependencies on other DLLs. I put all of these DLLs (x.dll along with it's dependencies)...
2
by: Ramya A | last post by:
Hi All: I have a .NET webservice accepting an XML request document as a parameter How do I call this webservice with ServerXMLHTTP object from my VB6.0 client? I have enabled the HttpPost...
4
by: MarkusJNZ | last post by:
Hi, I am trying to pass an number from a classic asp webpage to a .NET webservice. Because my C# webservice expects an integer and classic ASP uses variants I keep getting problems with object...
0
by: =?Utf-8?B?U29sYWlyYWph?= | last post by:
i have create a webservice in a seperate webproject in the solution say (A.sln) this a.csproj is located in my local IIS6.0 i want to access that webservice which is in my local IIS from another...
0
by: =?Utf-8?B?QWRhbUM=?= | last post by:
Hi, I'm wondering if you can help. We have a classic asp application that creates and posts some XML using the SOAP format to a .NET WebService. The WebService and the asp are on the same IIS...
0
by: =?Utf-8?B?VmlsaGVsbQ==?= | last post by:
Using .NET 2.0 and VS2005, I am trying to make a simple WebService application and an installer for it. I want to distribute the installer to several customers, so the installation should run as...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.