Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

ASP pages failing to load

 
   Web Hosting Problem Solving Community! (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: 3146



(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.TakeThisOut@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.TakeThisOut@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 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
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:
asp pages won't show - has to do with DTC service failing - I have iis 5.1 on XP (frameworks 2 & 3 installed fine - asp.net tab shows 2.0.50727). I'm running a virtual web directory, and html shows up fine. ASP / ASPX does not - I get a server application error http 500. Drilling down and looking in event edi...

ASP Pages with MS Access backend failing with Medium Appli.. - hello everyone, I have quite a bit of ASP pages with Access Database in the backend. they've been working fine for as long as i can remember. 2 months ago we installed .net 2.0 framework in our server, and last week we started to experience problem. our...

Can't load ASP pages - Hi I have just setup IIS on Server 2003. I have copied all the files to the wwwroot folder. I can access the home page by typing "http://server" in the browser, but when I click on a link to another page it gives error 404 page cannot be displ...

5.1 on XP Pro won't load ASP pages - My development workstation with a new XP load will not display ASP pages. I have set permissions according to the Q271071 document but still get the error/s. Some help suggestions say to enable web services in MMC, but it does not appear in my IIS plug..

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..
   Web Hosting Problem Solving Community! (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 ]