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

Not another "ASP pages not responding" post

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  About IIS5REcycle  
Author Message
erichunter

External


Since: Jan 13, 2005
Posts: 3



(Msg. 1) Posted: Thu Jan 13, 2005 11:15 am
Post subject: Not another "ASP pages not responding" post
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have IIS 6 running on W2K3. ASP pages were running fine until two days
ago. Now I get this response:
Microsoft VBScript runtime error '800a0035'

File not found

/default.asp, line 108

Or if there is no html in the asp page then I get this error:
HTTP/1.1 404 Not Found

I have checked and ASP has been set to allowed in IIS Web services
Extensions. Also I checked my URLScan log and it does not appear to be
blocking .asp extensions. I am at my wits end and am planning un
uninstalling IIS and reinstalling it. Can anybody here save me from myself?
Smile

 >> Stay informed about: Not another "ASP pages not responding" post 
Back to top
Login to vote
alokkumar

External


Since: Jan 06, 2005
Posts: 103



(Msg. 2) Posted: Thu Jan 13, 2005 11:29 am
Post subject: RE: Not another "ASP pages not responding" post [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Reinstalling is not going to help you. Did you look in the following
Knowledge base article:
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;276011" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;276011</a>

Alok Kumar

"Eric Hunter" wrote:

 > I have IIS 6 running on W2K3. ASP pages were running fine until two days
 > ago. Now I get this response:
 > Microsoft VBScript runtime error '800a0035'
 >
 > File not found
 >
 > /default.asp, line 108
 >
 > Or if there is no html in the asp page then I get this error:
 > HTTP/1.1 404 Not Found
 >
 > I have checked and ASP has been set to allowed in IIS Web services
 > Extensions. Also I checked my URLScan log and it does not appear to be
 > blocking .asp extensions. I am at my wits end and am planning un
 > uninstalling IIS and reinstalling it. Can anybody here save me from myself?
 > Smile
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Not another "ASP pages not responding" post 
Back to top
Login to vote
erichunter

External


Since: Jan 13, 2005
Posts: 3



(Msg. 3) Posted: Thu Jan 13, 2005 11:53 am
Post subject: RE: Not another "ASP pages not responding" post [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Dang!

Apparently my test page was doing file access. oops. I created simple
"hello world" asp page and it worked.

I am using Microsofts SMS server wich has a web reporting tool. The web
reporting tool is broke and I thought it had something to do with the ASP
pages not working. Apparently that is not it.

Can you think of any reason why asp pages that exit and that I have
permision to access would report that they do not exist?


"Alok Kumar" wrote:

 > Reinstalling is not going to help you. Did you look in the following
 > Knowledge base article:
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;276011</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;276011</font</a>>
 >
 > Alok Kumar
 >
 > "Eric Hunter" wrote:
 >
  > > I have IIS 6 running on W2K3. ASP pages were running fine until two days
  > > ago. Now I get this response:
  > > Microsoft VBScript runtime error '800a0035'
  > >
  > > File not found
  > >
  > > /default.asp, line 108
  > >
  > > Or if there is no html in the asp page then I get this error:
  > > HTTP/1.1 404 Not Found
  > >
  > > I have checked and ASP has been set to allowed in IIS Web services
  > > Extensions. Also I checked my URLScan log and it does not appear to be
  > > blocking .asp extensions. I am at my wits end and am planning un
  > > uninstalling IIS and reinstalling it. Can anybody here save me from myself?
  > > Smile
  > >
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Not another "ASP pages not responding" post 
Back to top
Login to vote
alokkumar

External


Since: Jan 06, 2005
Posts: 103



(Msg. 4) Posted: Thu Jan 13, 2005 12:15 pm
Post subject: RE: Not another "ASP pages not responding" post [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You probably do not have permission to files/directories that the component
is trying to access. The best thing is to install "Filemon/regmon" (you can
download it from <a style='text-decoration: underline;' href="http://sysinternals.com/" target="_blank">http://sysinternals.com/</a>) and run it for "inetinfo.exe and
dllhost.exe" and then run your site from the browser. Look at the logs in
filemon and look for "access denied"
in the logs. That line will show you where the problem is. Go ahead and give
anonyous user (iusr_xxx) write permission to that directory

Alok Kumar

"Eric Hunter" wrote:

 > Dang!
 >
 > Apparently my test page was doing file access. oops. I created simple
 > "hello world" asp page and it worked.
 >
 > I am using Microsofts SMS server wich has a web reporting tool. The web
 > reporting tool is broke and I thought it had something to do with the ASP
 > pages not working. Apparently that is not it.
 >
 > Can you think of any reason why asp pages that exit and that I have
 > permision to access would report that they do not exist?
 >
 >
 > "Alok Kumar" wrote:
 >
  > > Reinstalling is not going to help you. Did you look in the following
  > > Knowledge base article:
<font color=green>  > > <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;276011</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;276011</font</a>>
  > >
  > > Alok Kumar
  > >
  > > "Eric Hunter" wrote:
  > >
   > > > I have IIS 6 running on W2K3. ASP pages were running fine until two days
   > > > ago. Now I get this response:
   > > > Microsoft VBScript runtime error '800a0035'
   > > >
   > > > File not found
   > > >
   > > > /default.asp, line 108
   > > >
   > > > Or if there is no html in the asp page then I get this error:
   > > > HTTP/1.1 404 Not Found
   > > >
   > > > I have checked and ASP has been set to allowed in IIS Web services
   > > > Extensions. Also I checked my URLScan log and it does not appear to be
   > > > blocking .asp extensions. I am at my wits end and am planning un
   > > > uninstalling IIS and reinstalling it. Can anybody here save me from myself?
   > > > Smile
   > > >
   > > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Not another "ASP pages not responding" post 
Back to top
Login to vote
erichunter

External


Since: Jan 13, 2005
Posts: 3



(Msg. 5) Posted: Thu Jan 13, 2005 12:59 pm
Post subject: RE: Not another "ASP pages not responding" post [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks,

I will give that a shot.

"Alok Kumar" wrote:

 > You probably do not have permission to files/directories that the component
 > is trying to access. The best thing is to install "Filemon/regmon" (you can
 > download it from <a style='text-decoration: underline;' href="http://sysinternals.com/" target="_blank">http://sysinternals.com/</a>) and run it for "inetinfo.exe and
 > dllhost.exe" and then run your site from the browser. Look at the logs in
 > filemon and look for "access denied"
 > in the logs. That line will show you where the problem is. Go ahead and give
 > anonyous user (iusr_xxx) write permission to that directory
 >
 > Alok Kumar
 >
 > "Eric Hunter" wrote:
 >
  > > Dang!
  > >
  > > Apparently my test page was doing file access. oops. I created simple
  > > "hello world" asp page and it worked.
  > >
  > > I am using Microsofts SMS server wich has a web reporting tool. The web
  > > reporting tool is broke and I thought it had something to do with the ASP
  > > pages not working. Apparently that is not it.
  > >
  > > Can you think of any reason why asp pages that exit and that I have
  > > permision to access would report that they do not exist?
  > >
  > >
  > > "Alok Kumar" wrote:
  > >
   > > > Reinstalling is not going to help you. Did you look in the following
   > > > Knowledge base article:
<font color=brown>   > > > <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;276011</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;276011</font</a>>
   > > >
   > > > Alok Kumar
   > > >
   > > > "Eric Hunter" wrote:
   > > >
   > > > > I have IIS 6 running on W2K3. ASP pages were running fine until two days
   > > > > ago. Now I get this response:
   > > > > Microsoft VBScript runtime error '800a0035'
   > > > >
   > > > > File not found
   > > > >
   > > > > /default.asp, line 108
   > > > >
   > > > > Or if there is no html in the asp page then I get this error:
   > > > > HTTP/1.1 404 Not Found
   > > > >
   > > > > I have checked and ASP has been set to allowed in IIS Web services
   > > > > Extensions. Also I checked my URLScan log and it does not appear to be
   > > > > blocking .asp extensions. I am at my wits end and am planning un
   > > > > uninstalling IIS and reinstalling it. Can anybody here save me from myself?
   > > > > Smile
   > > > >
   > > > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Not another "ASP pages not responding" post 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 6) Posted: Thu Jan 13, 2005 3:35 pm
Post subject: Re: Not another "ASP pages not responding" post [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 13 Jan 2005 11:15:03 -0800, "Eric Hunter"
<EricHunter.RemoveThis@discussions.microsoft.com> wrote:

 >I have IIS 6 running on W2K3. ASP pages were running fine until two days
 >ago. Now I get this response:
 > Microsoft VBScript runtime error '800a0035'
 >
 > File not found
 >
 > /default.asp, line 108
 >
 >Or if there is no html in the asp page then I get this error:
 > HTTP/1.1 404 Not Found
 >
 >I have checked and ASP has been set to allowed in IIS Web services
 >Extensions. Also I checked my URLScan log and it does not appear to be
 >blocking .asp extensions. I am at my wits end and am planning un
 >uninstalling IIS and reinstalling it. Can anybody here save me from myself?
 >Smile

Have you tested a Hello World ASP page? Updated anti-virus,
firewalls, other security software?

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Not another "ASP pages not responding" post 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS 6.0 - ASP pages stop responding - Hi, We have a problem on our IIS 6 server. A couple of times each day ASP sites stop responding. Static HTML sites works properly all the time. We have about 50 sites on the server. I can“t find any information In the event log. In the HTTPERR log i....

IIS responding but not returning pages (please help) - Not even trying a plain HTML page returns. After a while I get message saying "Cannot find server or DNS error", Doing FTP localhost says "Connected to ComputerName" then after a while it says "Connection closed by remote host...

Asp pages stop responding in IIS 6 - We upgraded to IIS 6 and now one of our sites will intermittantly stop responding when accessing any asp pages. We can recycle or stop and restart the worker prcess pool and it comes up for a while then freezes again. It worked fine in IIS 5 and we..

IIS 5 - ASP pages stops responding - ASP pages stops responding serveral times in day. For the first time all working normally, then the ASP-queue starts to grow, new ASP requests stops processing. We have IIS Hang Agent running, He makes dump, log and then restarting IIS. IIS Hang Agent lo...

IIS 5 - ASP pages stops responding - ASP pages stops responding serveral times in day. For the first time all working normally, then the ASP- queue starts to grow, new ASP requests stops processing. We have IIS Hang Agent running, He makes dump, log and then restarting IIS. IIS Hang Agent....
   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 ]