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 no longer load

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS6 - Exists only with Windows Server 2003?  
Author Message
anonymous1167

External


Since: Feb 10, 2004
Posts: 3



(Msg. 1) Posted: Tue Feb 10, 2004 6:06 pm
Post subject: ASP Pages no longer load
Archived from groups: microsoft>public>inetserver>iis (more info?)

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 just seems to be searching for it. Further more after trying to load an ASP page directly, the html page that calls the asp page that worked before will not run anymore. The only way I have found to "reset" it is to reboot the computer. Does anyone know what is going on?

Thanks

 >> Stay informed about: ASP Pages no longer load 
Back to top
Login to vote
qbernard1

External


Since: Dec 23, 2003
Posts: 905



(Msg. 2) Posted: Thu Feb 12, 2004 3:04 am
Post subject: Re: ASP Pages no longer load [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

any error msgs ? event log ?
what security patches you update ?

--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...


"Curtis C" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:088D7BD6-6F3D-478F-8D2A-AC1D7E6A0ED1@microsoft.com...
 > 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 just seems to be searching for it. Further more
after trying to load an ASP page directly, the html page that calls the asp
page that worked before will not run anymore. The only way I have found to
"reset" it is to reboot the computer. Does anyone know what is going on?
 >
 > Thanks<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ASP Pages no longer load 
Back to top
Login to vote
anonymous1167

External


Since: Feb 10, 2004
Posts: 3



(Msg. 3) Posted: Thu Feb 12, 2004 3:04 am
Post subject: Re: ASP Pages no longer load [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I can't find any relevent entries in the event logs. The browser just keeps trying to "find" the asp page. If I cancel it a few times and try again it eventually comes up with the error message "There are too many people accessing the Web site at this time". No one else is on the web site so I don't understand this message. The only way to clear the problem is to reboot the computer. The security updates were several that were recommended by windows update.

Thanks
 >> Stay informed about: ASP Pages no longer load 
Back to top
Login to vote
qbernard1

External


Since: Dec 23, 2003
Posts: 905



(Msg. 4) Posted: Thu Feb 12, 2004 5:43 pm
Post subject: Re: ASP Pages no longer load [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Are you running on W2k Pro or XP Pro, these OS has 10 concurrent inbound
connection limitation. Now try a simple hello world html page, does it work
? then try hello world asp, work ?
try - <a style='text-decoration: underline;' href="http://localhost/" target="_blank">http://localhost/</a> to access your page.



--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...


"Curtis C" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:5862C61B-287C-4961-B86E-6373BC80ED1D@microsoft.com...
 > I can't find any relevent entries in the event logs. The browser just
keeps trying to "find" the asp page. If I cancel it a few times and try
again it eventually comes up with the error message "There are too many
people accessing the Web site at this time". No one else is on the web site
so I don't understand this message. The only way to clear the problem is to
reboot the computer. The security updates were several that were
recommended by windows update.
 >
 > Thanks<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP Pages no longer load 
Back to top
Login to vote
anonymous1167

External


Since: Feb 10, 2004
Posts: 3



(Msg. 5) Posted: Thu Feb 12, 2004 8:06 pm
Post subject: Re: ASP Pages no longer load [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi, Its windows 2000 pro that I am using. I have been using localhost. It doesn't seem to free up any connections that I cancel by hitting stop or back on the web page that is trying to access the asp script. I find it odd that I can run an asp script that is called from an html page or a smiple asp page. Once I call an asp page that calls itself to do some processing it just hangs. After this the asp page that previously worked (called from an html page) won't load anymore until I reboot the machine. Before I loaded the windows updates on my machine the scripts worked fine.

Thanks.
 >> Stay informed about: ASP Pages no longer load 
Back to top
Login to vote
qbernard1

External


Since: Dec 23, 2003
Posts: 905



(Msg. 6) Posted: Mon Feb 16, 2004 1:27 pm
Post subject: Re: ASP Pages no longer load [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You may try to uninstall the patch and see if everything work fine, then
investigate further what cause the error. Next, on you 10 connection issue,
the connection won't terminate right away when you hit the cancel or stop
button, the tcp connection will remain awhile before actually released.

--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...


"Curtis C" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:304277C8-7407-4576-8E87-6D5BD857C7E8@microsoft.com...
 > Hi, Its windows 2000 pro that I am using. I have been using localhost.
It doesn't seem to free up any connections that I cancel by hitting stop or
back on the web page that is trying to access the asp script. I find it odd
that I can run an asp script that is called from an html page or a smiple
asp page. Once I call an asp page that calls itself to do some processing it
just hangs. After this the asp page that previously worked (called from an
html page) won't load anymore until I reboot the machine. Before I loaded
the windows updates on my machine the scripts worked fine.
 >
 > Thanks.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP Pages no longer load 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
ASP Pages No Longer Work - Please Help! - Hello, I am a developer and have been working successfully developing ASP.NET pages for quite some time now on my computer. Suddenly yesterday I started getting errors on any ASP page: Server Application Error The server has encountered an error while....

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....

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.....

Internet Printing failed to load pages - Hi, Pls. help with this error messages: Event Type: Error Event Source: Active Server Pages Event Category: None Event ID: 5 Date: 1/6/2004 Time: 11:19:31 PM User: N/A Computer: IHPCSVR Description: Error: File /printers/ipp_util.inc Line 90..
   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 ]