Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ASP pages failing to load

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  How to change many site's "application isola..  
Author Message
user1519

External


Since: Mar 16, 2004
Posts: 1



(Msg. 1) Posted: Tue Mar 16, 2004 1:31 pm
Post subject: ASP pages failing to load
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi

I have a website configured on a web server, however the problem i am
getting is that it seems to hang whenever i attempt to load an ASP page. It
loads html fine but ASP just hang and seems to be trying to connect to it
for age's without anything happening.
I'm running windows 2k server
I've tryed restarting the website - i have an FTP site on the same server -
i have tried stopping that but it seems to make no difference.
Any suggestions?

thanks

 >> Stay informed about: ASP pages failing to load 
Back to top
Login to vote
user1520

External


Since: Mar 16, 2004
Posts: 1



(Msg. 2) Posted: Tue Mar 16, 2004 1:31 pm
Post subject: Re: ASP pages failing to load [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thank you for the response

I have tried a simple hello world page - an asp page with a
response.write line saying hello world. this appears fine.
There is no errors in event viewer that look related.
i don't believe its the code of the application because its a commercial
application that i have had running on another server previously, and
i've tryed several different asp pages within the application to try and
load and on each the page just attempts to connect but doesn't do
anything.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

 >> Stay informed about: ASP pages failing to load 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 3) Posted: Tue Mar 16, 2004 3:11 pm
Post subject: Re: ASP pages failing to load [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Can you please try with a simple Hello World ASP application? So that we can
find out if this is a problem with your code, or IIS.

Please also look in the Event Log for messages about this.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003


"Justin Buszard" <justin.buszard RemoveThis @azolve.com> wrote in message
news:c36l29$4d3$1@sparta.btinternet.com...
 > Hi
 >
 > I have a website configured on a web server, however the problem i am
 > getting is that it seems to hang whenever i attempt to load an ASP page.
It
 > loads html fine but ASP just hang and seems to be trying to connect to it
 > for age's without anything happening.
 > I'm running windows 2k server
 > I've tryed restarting the website - i have an FTP site on the same
server -
 > i have tried stopping that but it seems to make no difference.
 > Any suggestions?
 >
 > thanks
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP pages failing to load 
Back to top
Login to vote
kingjon

External


Since: Mar 17, 2004
Posts: 4



(Msg. 4) Posted: Thu Mar 18, 2004 2:33 am
Post subject: Re: ASP pages failing to load [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Did you ever get a solution to this. I have exactly the same problem. I
too tried the "Hello World" ASP file and it was fine.

The minute I put a response.redirect statement in the code the browser just
sites there not redirecting....!!

Any ideas.?

Jonathan King


"Justin Buszard" <justin.buszard RemoveThis @azolve.com> wrote in message
news:c36l29$4d3$1@sparta.btinternet.com...
 > Hi
 >
 > I have a website configured on a web server, however the problem i am
 > getting is that it seems to hang whenever i attempt to load an ASP page.
It
 > loads html fine but ASP just hang and seems to be trying to connect to it
 > for age's without anything happening.
 > I'm running windows 2k server
 > I've tryed restarting the website - i have an FTP site on the same
server -
 > i have tried stopping that but it seems to make no difference.
 > Any suggestions?
 >
 > thanks
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP pages failing to load 
Back to top
Login to vote
anonymous1132

External


Since: Feb 05, 2004
Posts: 5



(Msg. 5) Posted: Thu May 06, 2004 12:51 pm
Post subject: Re: ASP pages failing to load [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Can you confirm that the correct procedure to start debugging an IIS with asp pages that randomly hangs (the problem is only related to asp because I've already tried the hello word in asp and it fails, instead a standard html page loads correctly) is to use the debugging tools from microsoft and the IIS crash agent to get a log of the problem?

Thanks in advance

Alex

----- Kristofer Gafvert wrote: -----

Hello,

Can you please try with a simple Hello World ASP application? So that we can
find out if this is a problem with your code, or IIS.

Please also look in the Event Log for messages about this.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003


"Justin Buszard" <justin.buszard.DeleteThis@azolve.com> wrote in message
news:c36l29$4d3$1@sparta.btinternet.com...
  > Hi
   >> I have a website configured on a web server, however the problem i am
  > getting is that it seems to hang whenever i attempt to load an ASP page.
It
  > loads html fine but ASP just hang and seems to be trying to connect to it
  > for age's without anything happening.
  > I'm running windows 2k server
  > I've tryed restarting the website - i have an FTP site on the same
server -
  > i have tried stopping that but it seems to make no difference.
  > Any suggestions?
   >> thanks
   >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP pages failing to load 
Back to top
Login to vote
migreen

External


Since: Sep 05, 2003
Posts: 173



(Msg. 6) Posted: Mon Jul 19, 2004 2:22 pm
Post subject: Re: ASP pages failing to load [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If a simple ASP page works then we know ASP as a whole is working on the
web server and the problem is specific to the page you are trying to run.

Are you able to access the site you are trying to redirect to directly?

You can install the debugging tools and capture a memory dump while the
particular ASP is hanging.

Thank you for choosing Microsoft
Miriam Lamaute
Microsoft Developer Support

This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
 >> Stay informed about: ASP pages failing to load 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
I can't load any asp pages. ! - Hi I have big problem today with my IIS and I can reach any asp pages. This is my log. I thank you for your help.. I use IIS 5 with 2000 Server Stan Type de l'événement : Erreur Source de l'événement : COM+ Catégorie de l'événement : SVC ID de..

IIS won't load ASP pages - I have windows 2000 pro which i recently updated to SP4 IIS won't load any asp pages. It just shows page loading continually and gives no error messages (and yes i have show friendly error messages unchecked). The page constantly shows as loading and....

ASP Pages no longer load - ASP pages worked on an 2000 Professional computer running IIS 5. I loaded some security updates and now I can load html pages that call ASP pages but when I try to load an ASP page directly (stored in the same directory) it cannot find it. The browser..

aspx pages don't load... - After a couple of problems i have reinstalled iis 6.0 on a win2003 server. I've reinstalled also the .net framework 1.1. after run "aspnet_regiis.exe -i" , i create a new virtual directory where i put my aspx files, when i try to access those ...

.aspx pages take too long to load - Hi all, I have recently installed an evaluation copy of Windows 2003 Server and have begun developing .NET web services. I am noticing my test applications take too long to load. After more investigation I have narrowed it down to any/all .aspx pages.....
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]