FrontPage Server Extensions for Windows - ASP does not run

This is Interesting: Free IT Magazines  
Home > Archive > FrontPage Server Extensions for Windows > December 2005 > ASP does not run





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author ASP does not run
DirkG

2005-12-14, 7:49 am

Hello,

I've recently converted my website to an ASP related site.
I'm running a Windows 2000 Server with IIS 6.0.
The website runs 4 *.mdb files in which data is constantly stored.

This is the problem:
After a certain amount of time all the ASP pages just stop working. No error
code is generated, the page just keeps on loading until it eventually times
out. Around 200 people constantly use the pages.

Weird thing is, when I convert the page extentions to htm everything works
fine!

Can anyone please help me out?

Stefan B Rusynko

2005-12-14, 7:49 am

That is a usually a sign of an ASP coding error
- you are creating a loop or cycle in your ASP code that just runs (in circles) until it times out

--

________________________________________
_____
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontP...53/Default.aspx
________________________________________
_____


"DirkG" <DirkG@discussions.microsoft.com> wrote in message news:577C486F-5C77-4021-8C6A-E1EC7C4F396C@microsoft.com...
| Hello,
|
| I've recently converted my website to an ASP related site.
| I'm running a Windows 2000 Server with IIS 6.0.
| The website runs 4 *.mdb files in which data is constantly stored.
|
| This is the problem:
| After a certain amount of time all the ASP pages just stop working. No error
| code is generated, the page just keeps on loading until it eventually times
| out. Around 200 people constantly use the pages.
|
| Weird thing is, when I convert the page extentions to htm everything works
| fine!
|
| Can anyone please help me out?
|


DirkG

2005-12-14, 7:49 am

That's weird because the pages are Wizard generated by Frontpage and
definately not hand coded.

If it indeed does run in circles how can I solve the issue?

"Stefan B Rusynko" wrote:

> That is a usually a sign of an ASP coding error
> - you are creating a loop or cycle in your ASP code that just runs (in circles) until it times out
>
> --
>
> ________________________________________
_____
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.frontpagemvps.com/FrontP...53/Default.aspx
> ________________________________________
_____
>
>
> "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:577C486F-5C77-4021-8C6A-E1EC7C4F396C@microsoft.com...
> | Hello,
> |
> | I've recently converted my website to an ASP related site.
> | I'm running a Windows 2000 Server with IIS 6.0.
> | The website runs 4 *.mdb files in which data is constantly stored.
> |
> | This is the problem:
> | After a certain amount of time all the ASP pages just stop working. No error
> | code is generated, the page just keeps on loading until it eventually times
> | out. Around 200 people constantly use the pages.
> |
> | Weird thing is, when I convert the page extentions to htm everything works
> | fine!
> |
> | Can anyone please help me out?
> |
>
>
>

Stefan B Rusynko

2005-12-14, 7:49 am

Try a simple page and see if you can even connect to your DB for say 1 field

--

________________________________________
_____
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontP...53/Default.aspx
________________________________________
_____


"DirkG" <DirkG@discussions.microsoft.com> wrote in message news:5CEE84F9-9669-4C67-90A6-82B14B6EF095@microsoft.com...
| That's weird because the pages are Wizard generated by Frontpage and
| definately not hand coded.
|
| If it indeed does run in circles how can I solve the issue?
|
| "Stefan B Rusynko" wrote:
|
| > That is a usually a sign of an ASP coding error
| > - you are creating a loop or cycle in your ASP code that just runs (in circles) until it times out
| >
| > --
| >
| > ________________________________________
_____
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.frontpagemvps.com/FrontP...53/Default.aspx
| > ________________________________________
_____
| >
| >
| > "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:577C486F-5C77-4021-8C6A-E1EC7C4F396C@microsoft.com...
| > | Hello,
| > |
| > | I've recently converted my website to an ASP related site.
| > | I'm running a Windows 2000 Server with IIS 6.0.
| > | The website runs 4 *.mdb files in which data is constantly stored.
| > |
| > | This is the problem:
| > | After a certain amount of time all the ASP pages just stop working. No error
| > | code is generated, the page just keeps on loading until it eventually times
| > | out. Around 200 people constantly use the pages.
| > |
| > | Weird thing is, when I convert the page extentions to htm everything works
| > | fine!
| > |
| > | Can anyone please help me out?
| > |
| >
| >
| >


DirkG

2005-12-14, 7:49 am

Thanks for your quick response, I really appreciate your help.

unfortunately the same error occurs here.
The page, now consisting of 1 submit button with a textbox attached does not
load in the browser (windows xp with IE6.0 SP2)

"Stefan B Rusynko" wrote:

> Try a simple page and see if you can even connect to your DB for say 1 field
>
> --
>
> ________________________________________
_____
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.frontpagemvps.com/FrontP...53/Default.aspx
> ________________________________________
_____
>
>
> "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:5CEE84F9-9669-4C67-90A6-82B14B6EF095@microsoft.com...
> | That's weird because the pages are Wizard generated by Frontpage and
> | definately not hand coded.
> |
> | If it indeed does run in circles how can I solve the issue?
> |
> | "Stefan B Rusynko" wrote:
> |
> | > That is a usually a sign of an ASP coding error
> | > - you are creating a loop or cycle in your ASP code that just runs (in circles) until it times out
> | >
> | > --
> | >
> | > ________________________________________
_____
> | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> | > "Warning - Using the F1 Key will not break anything!" (-;
> | > To find the best Newsgroup for FrontPage support see:
> | > http://www.frontpagemvps.com/FrontP...53/Default.aspx
> | > ________________________________________
_____
> | >
> | >
> | > "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:577C486F-5C77-4021-8C6A-E1EC7C4F396C@microsoft.com...
> | > | Hello,
> | > |
> | > | I've recently converted my website to an ASP related site.
> | > | I'm running a Windows 2000 Server with IIS 6.0.
> | > | The website runs 4 *.mdb files in which data is constantly stored.
> | > |
> | > | This is the problem:
> | > | After a certain amount of time all the ASP pages just stop working. No error
> | > | code is generated, the page just keeps on loading until it eventually times
> | > | out. Around 200 people constantly use the pages.
> | > |
> | > | Weird thing is, when I convert the page extentions to htm everything works
> | > | fine!
> | > |
> | > | Can anyone please help me out?
> | > |
> | >
> | >
> | >
>
>
>

Stefan B Rusynko

2005-12-14, 7:49 am

In FP use Tools Site Settings Database & check your DB connections

If you have tried opening your DB from w/i the FP site it may be locked or corrupted
- try restarting your server (or have your host do it)
--

________________________________________
_____
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontP...53/Default.aspx
________________________________________
_____


"DirkG" <DirkG@discussions.microsoft.com> wrote in message news:3B6C22D0-CACA-4914-8094-1F046B7C1262@microsoft.com...
| Thanks for your quick response, I really appreciate your help.
|
| unfortunately the same error occurs here.
| The page, now consisting of 1 submit button with a textbox attached does not
| load in the browser (windows xp with IE6.0 SP2)
|
| "Stefan B Rusynko" wrote:
|
| > Try a simple page and see if you can even connect to your DB for say 1 field
| >
| > --
| >
| > ________________________________________
_____
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.frontpagemvps.com/FrontP...53/Default.aspx
| > ________________________________________
_____
| >
| >
| > "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:5CEE84F9-9669-4C67-90A6-82B14B6EF095@microsoft.com...
| > | That's weird because the pages are Wizard generated by Frontpage and
| > | definately not hand coded.
| > |
| > | If it indeed does run in circles how can I solve the issue?
| > |
| > | "Stefan B Rusynko" wrote:
| > |
| > | > That is a usually a sign of an ASP coding error
| > | > - you are creating a loop or cycle in your ASP code that just runs (in circles) until it times out
| > | >
| > | > --
| > | >
| > | > ________________________________________
_____
| > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > | > "Warning - Using the F1 Key will not break anything!" (-;
| > | > To find the best Newsgroup for FrontPage support see:
| > | > http://www.frontpagemvps.com/FrontP...53/Default.aspx
| > | > ________________________________________
_____
| > | >
| > | >
| > | > "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:577C486F-5C77-4021-8C6A-E1EC7C4F396C@microsoft.com...
| > | > | Hello,
| > | > |
| > | > | I've recently converted my website to an ASP related site.
| > | > | I'm running a Windows 2000 Server with IIS 6.0.
| > | > | The website runs 4 *.mdb files in which data is constantly stored.
| > | > |
| > | > | This is the problem:
| > | > | After a certain amount of time all the ASP pages just stop working. No error
| > | > | code is generated, the page just keeps on loading until it eventually times
| > | > | out. Around 200 people constantly use the pages.
| > | > |
| > | > | Weird thing is, when I convert the page extentions to htm everything works
| > | > | fine!
| > | > |
| > | > | Can anyone please help me out?
| > | > |
| > | >
| > | >
| > | >
| >
| >
| >


DirkG

2005-12-14, 7:49 am

Ok Stefan,

I'll try to reboot the server as soon as possible. I will reply here again
if this fixed the problem or not.

Again, thank you very much for your quick response!

Dirk

"Stefan B Rusynko" wrote:

> In FP use Tools Site Settings Database & check your DB connections
>
> If you have tried opening your DB from w/i the FP site it may be locked or corrupted
> - try restarting your server (or have your host do it)
> --
>
> ________________________________________
_____
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.frontpagemvps.com/FrontP...53/Default.aspx
> ________________________________________
_____
>
>
> "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:3B6C22D0-CACA-4914-8094-1F046B7C1262@microsoft.com...
> | Thanks for your quick response, I really appreciate your help.
> |
> | unfortunately the same error occurs here.
> | The page, now consisting of 1 submit button with a textbox attached does not
> | load in the browser (windows xp with IE6.0 SP2)
> |
> | "Stefan B Rusynko" wrote:
> |
> | > Try a simple page and see if you can even connect to your DB for say 1 field
> | >
> | > --
> | >
> | > ________________________________________
_____
> | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> | > "Warning - Using the F1 Key will not break anything!" (-;
> | > To find the best Newsgroup for FrontPage support see:
> | > http://www.frontpagemvps.com/FrontP...53/Default.aspx
> | > ________________________________________
_____
> | >
> | >
> | > "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:5CEE84F9-9669-4C67-90A6-82B14B6EF095@microsoft.com...
> | > | That's weird because the pages are Wizard generated by Frontpage and
> | > | definately not hand coded.
> | > |
> | > | If it indeed does run in circles how can I solve the issue?
> | > |
> | > | "Stefan B Rusynko" wrote:
> | > |
> | > | > That is a usually a sign of an ASP coding error
> | > | > - you are creating a loop or cycle in your ASP code that just runs (in circles) until it times out
> | > | >
> | > | > --
> | > | >
> | > | > ________________________________________
_____
> | > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> | > | > "Warning - Using the F1 Key will not break anything!" (-;
> | > | > To find the best Newsgroup for FrontPage support see:
> | > | > http://www.frontpagemvps.com/FrontP...53/Default.aspx
> | > | > ________________________________________
_____
> | > | >
> | > | >
> | > | > "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:577C486F-5C77-4021-8C6A-E1EC7C4F396C@microsoft.com...
> | > | > | Hello,
> | > | > |
> | > | > | I've recently converted my website to an ASP related site.
> | > | > | I'm running a Windows 2000 Server with IIS 6.0.
> | > | > | The website runs 4 *.mdb files in which data is constantly stored.
> | > | > |
> | > | > | This is the problem:
> | > | > | After a certain amount of time all the ASP pages just stop working. No error
> | > | > | code is generated, the page just keeps on loading until it eventually times
> | > | > | out. Around 200 people constantly use the pages.
> | > | > |
> | > | > | Weird thing is, when I convert the page extentions to htm everything works
> | > | > | fine!
> | > | > |
> | > | > | Can anyone please help me out?
> | > | > |
> | > | >
> | > | >
> | > | >
> | >
> | >
> | >
>
>
>

DirkG

2005-12-15, 7:48 am

Rebooting the webserver worked !

Is there any chance that this issue might occur again?

"Stefan B Rusynko" wrote:

> In FP use Tools Site Settings Database & check your DB connections
>
> If you have tried opening your DB from w/i the FP site it may be locked or corrupted
> - try restarting your server (or have your host do it)
> --
>
> ________________________________________
_____
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.frontpagemvps.com/FrontP...53/Default.aspx
> ________________________________________
_____
>
>
> "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:3B6C22D0-CACA-4914-8094-1F046B7C1262@microsoft.com...
> | Thanks for your quick response, I really appreciate your help.
> |
> | unfortunately the same error occurs here.
> | The page, now consisting of 1 submit button with a textbox attached does not
> | load in the browser (windows xp with IE6.0 SP2)
> |
> | "Stefan B Rusynko" wrote:
> |
> | > Try a simple page and see if you can even connect to your DB for say 1 field
> | >
> | > --
> | >
> | > ________________________________________
_____
> | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> | > "Warning - Using the F1 Key will not break anything!" (-;
> | > To find the best Newsgroup for FrontPage support see:
> | > http://www.frontpagemvps.com/FrontP...53/Default.aspx
> | > ________________________________________
_____
> | >
> | >
> | > "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:5CEE84F9-9669-4C67-90A6-82B14B6EF095@microsoft.com...
> | > | That's weird because the pages are Wizard generated by Frontpage and
> | > | definately not hand coded.
> | > |
> | > | If it indeed does run in circles how can I solve the issue?
> | > |
> | > | "Stefan B Rusynko" wrote:
> | > |
> | > | > That is a usually a sign of an ASP coding error
> | > | > - you are creating a loop or cycle in your ASP code that just runs (in circles) until it times out
> | > | >
> | > | > --
> | > | >
> | > | > ________________________________________
_____
> | > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> | > | > "Warning - Using the F1 Key will not break anything!" (-;
> | > | > To find the best Newsgroup for FrontPage support see:
> | > | > http://www.frontpagemvps.com/FrontP...53/Default.aspx
> | > | > ________________________________________
_____
> | > | >
> | > | >
> | > | > "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:577C486F-5C77-4021-8C6A-E1EC7C4F396C@microsoft.com...
> | > | > | Hello,
> | > | > |
> | > | > | I've recently converted my website to an ASP related site.
> | > | > | I'm running a Windows 2000 Server with IIS 6.0.
> | > | > | The website runs 4 *.mdb files in which data is constantly stored.
> | > | > |
> | > | > | This is the problem:
> | > | > | After a certain amount of time all the ASP pages just stop working. No error
> | > | > | code is generated, the page just keeps on loading until it eventually times
> | > | > | out. Around 200 people constantly use the pages.
> | > | > |
> | > | > | Weird thing is, when I convert the page extentions to htm everything works
> | > | > | fine!
> | > | > |
> | > | > | Can anyone please help me out?
> | > | > |
> | > | >
> | > | >
> | > | >
> | >
> | >
> | >
>
>
>

DirkG

2005-12-16, 2:48 am

Stefan,

unfortunately rebooting the server did not work either.
The problem occured again yesterday night.

Are there any other possible solution?


"Stefan B Rusynko" wrote:

> In FP use Tools Site Settings Database & check your DB connections
>
> If you have tried opening your DB from w/i the FP site it may be locked or corrupted
> - try restarting your server (or have your host do it)
> --
>
> ________________________________________
_____
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.frontpagemvps.com/FrontP...53/Default.aspx
> ________________________________________
_____
>
>
> "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:3B6C22D0-CACA-4914-8094-1F046B7C1262@microsoft.com...
> | Thanks for your quick response, I really appreciate your help.
> |
> | unfortunately the same error occurs here.
> | The page, now consisting of 1 submit button with a textbox attached does not
> | load in the browser (windows xp with IE6.0 SP2)
> |
> | "Stefan B Rusynko" wrote:
> |
> | > Try a simple page and see if you can even connect to your DB for say 1 field
> | >
> | > --
> | >
> | > ________________________________________
_____
> | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> | > "Warning - Using the F1 Key will not break anything!" (-;
> | > To find the best Newsgroup for FrontPage support see:
> | > http://www.frontpagemvps.com/FrontP...53/Default.aspx
> | > ________________________________________
_____
> | >
> | >
> | > "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:5CEE84F9-9669-4C67-90A6-82B14B6EF095@microsoft.com...
> | > | That's weird because the pages are Wizard generated by Frontpage and
> | > | definately not hand coded.
> | > |
> | > | If it indeed does run in circles how can I solve the issue?
> | > |
> | > | "Stefan B Rusynko" wrote:
> | > |
> | > | > That is a usually a sign of an ASP coding error
> | > | > - you are creating a loop or cycle in your ASP code that just runs (in circles) until it times out
> | > | >
> | > | > --
> | > | >
> | > | > ________________________________________
_____
> | > | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> | > | > "Warning - Using the F1 Key will not break anything!" (-;
> | > | > To find the best Newsgroup for FrontPage support see:
> | > | > http://www.frontpagemvps.com/FrontP...53/Default.aspx
> | > | > ________________________________________
_____
> | > | >
> | > | >
> | > | > "DirkG" <DirkG@discussions.microsoft.com> wrote in message news:577C486F-5C77-4021-8C6A-E1EC7C4F396C@microsoft.com...
> | > | > | Hello,
> | > | > |
> | > | > | I've recently converted my website to an ASP related site.
> | > | > | I'm running a Windows 2000 Server with IIS 6.0.
> | > | > | The website runs 4 *.mdb files in which data is constantly stored.
> | > | > |
> | > | > | This is the problem:
> | > | > | After a certain amount of time all the ASP pages just stop working. No error
> | > | > | code is generated, the page just keeps on loading until it eventually times
> | > | > | out. Around 200 people constantly use the pages.
> | > | > |
> | > | > | Weird thing is, when I convert the page extentions to htm everything works
> | > | > | fine!
> | > | > |
> | > | > | Can anyone please help me out?
> | > | > |
> | > | >
> | > | >
> | > | >
> | >
> | >
> | >
>
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com