Ask a Question related to ASP Database, Design and Development.
-
Mark #1
IIS Hangs on Update or Insert from ASP
I am having the following issue with IIS/ASP.
Setup:
Windows 2000
SQL Server 2000
IIS 5.0
(All running on same machine.)
For some reason, any ASP page that contains an Update or
Insert SQL query will cause IIS to hang. ASP pages are
still being served as well as ASP pages that use Select
queries to get data from the same database.
This behavior occurs when a form is submitted on a page
containing code to update or insert data into the
database. Once the *submit* button is pressed IE will
just sit there waiting for a reply. It will NOT time out
however.
If I stop my website (not IIS) and *unload* the web site
(via IIS admin) I am able to succussfully Insert and
Update in my application via ASP. After a random period
of time, the problem will occur again.
I am able to execute the same code successfully in
Enterpise Manager and Query Ananlyzer using the same SQL
account that is being used by my application.
Does anyone have any ideas as to what may be happening?
Thank you,
-- Mark
Mark Guest
-
Acrobat 6.0.3 Update Hangs
Greetings, I am running OSX 10.3.9 and Acrobat 6.0.2. When I try to update to 6.0.3, the installer hangs until it finally times out. However, the... -
AIX 4.3.3 hangs after ML6 update
Hi Gurus, I have a p150 rs6000 system. It hangs while booting at the white screen that says "Starting Software... Please Wait". The harddisk... -
Software update hangs!
In article <BB27A35D.2ABAC%dons@mtaxb.com>, Don Smith <dons@mtaxb.com> wrote: You've not told us how much RAM you have. Trying to run the 10.2.6... -
Update hangs on 0%
As per trouble shooter installed latest scripting engine,Explorer does not show up in add/remove program,so so unable to apply "repair" resolution,... -
XP update hangs
check out the url below: http://www.extremetech.com/article2/0,3973,1096678,00.asp msckin.exe is part of some nasty spyware. Hope this helps! -
Mark #2
IIS Hangs on Update or Insert from ASP
The server is an eight processor server w/ 1 gb of RAM.
The proc times are fine, no spikes or anything. Plus,
there is not a lot of traffic on this server, especially
considering how much power it has.
All of the connections are being cleared every time.
One thing I forgot to mention: any page that hangs with
the below conditions is not logged in the IIS log.
-- Mark
when>-----Original Message-----
>Hi,
>
>Are you cleaning up all of your database connectionsbusy?>you are finished with them? Is there excessive blocking
>on the SQL Server? Is the SQL Server particularlymanage>Perhaps the SQL Server does not have enough cpu toor>the traffic it gets...
>
>Sincerely,
>Invotion Engineering Team
>Advanced Microsoft Hosting Solutions
>[url]http://www.Invotion.com[/url]
>>>-----Original Message-----
>>I am having the following issue with IIS/ASP.
>>
>>Setup:
>>
>>Windows 2000
>>SQL Server 2000
>>IIS 5.0
>>(All running on same machine.)
>>
>>For some reason, any ASP page that contains an Updatesite>out>>Insert SQL query will cause IIS to hang. ASP pages are
>>still being served as well as ASP pages that use Select
>>queries to get data from the same database.
>>
>>This behavior occurs when a form is submitted on a page
>>containing code to update or insert data into the
>>database. Once the *submit* button is pressed IE will
>>just sit there waiting for a reply. It will NOT time>>however.
>>
>>If I stop my website (not IIS) and *unload* the webperiod>>(via IIS admin) I am able to succussfully Insert and
>>Update in my application via ASP. After a randomSQL>>of time, the problem will occur again.
>>
>>I am able to execute the same code successfully in
>>Enterpise Manager and Query Ananlyzer using the same>.>>account that is being used by my application.
>>
>>Does anyone have any ideas as to what may be happening?
>>
>>Thank you,
>>
>>-- Mark
>>.
>>
>Mark Guest
-
Mark Schupp #3
Re: IIS Hangs on Update or Insert from ASP
Something to think about as a last resort:
We had a client last year on a quad-processor system who experienced
periodic hangs (which of course were blamed on our application). After
several months of debugging we were able to demonstrate that none of our
code was executing when the hangs occured. The client wiped the system and
reinstalled everything and the problem went away. I don't know if there were
any other indicators to point at an OS problem (not on very good terms with
that client, everytime they send us money the check bounces).
--
Mark Schupp
Head of Development
Integrity eLearning
[url]www.ielearning.com[/url]
"Mark" <mkschultz4@hotmail.com> wrote in message
news:041901c3b079$e1c06680$a301280a@phx.gbl...> The server is an eight processor server w/ 1 gb of RAM.
> The proc times are fine, no spikes or anything. Plus,
> there is not a lot of traffic on this server, especially
> considering how much power it has.
>
> All of the connections are being cleared every time.
>
> One thing I forgot to mention: any page that hangs with
> the below conditions is not logged in the IIS log.
>
> -- Mark
>> when> >-----Original Message-----
> >Hi,
> >
> >Are you cleaning up all of your database connections> busy?> >you are finished with them? Is there excessive blocking
> >on the SQL Server? Is the SQL Server particularly> manage> >Perhaps the SQL Server does not have enough cpu to> or> >the traffic it gets...
> >
> >Sincerely,
> >Invotion Engineering Team
> >Advanced Microsoft Hosting Solutions
> >[url]http://www.Invotion.com[/url]
> >> >>-----Original Message-----
> >>I am having the following issue with IIS/ASP.
> >>
> >>Setup:
> >>
> >>Windows 2000
> >>SQL Server 2000
> >>IIS 5.0
> >>(All running on same machine.)
> >>
> >>For some reason, any ASP page that contains an Update> site> >out> >>Insert SQL query will cause IIS to hang. ASP pages are
> >>still being served as well as ASP pages that use Select
> >>queries to get data from the same database.
> >>
> >>This behavior occurs when a form is submitted on a page
> >>containing code to update or insert data into the
> >>database. Once the *submit* button is pressed IE will
> >>just sit there waiting for a reply. It will NOT time> >>however.
> >>
> >>If I stop my website (not IIS) and *unload* the web> period> >>(via IIS admin) I am able to succussfully Insert and
> >>Update in my application via ASP. After a random> SQL> >>of time, the problem will occur again.
> >>
> >>I am able to execute the same code successfully in
> >>Enterpise Manager and Query Ananlyzer using the same> >.> >>account that is being used by my application.
> >>
> >>Does anyone have any ideas as to what may be happening?
> >>
> >>Thank you,
> >>
> >>-- Mark
> >>.
> >>
> >
Mark Schupp Guest



Reply With Quote

