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

ASPX not work after run window update

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  What is kernel32.dll  
Author Message
glen_chen

External


Since: Aug 31, 2003
Posts: 1



(Msg. 1) Posted: Mon Sep 01, 2003 12:25 am
Post subject: ASPX not work after run window update
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi, All:

I ran Microsoft Window Update. It did about 10 patches.
After the patch, all my aspx page quitted working. The
ASP page still work. The error message is:

Server Application Unavailable
The web application you are attempting to access on this
web server is currently unavailable. Please hit
the "Refresh" button in your web browser to retry your
request.

I tried to repair dotnetfx.exe from add/remove program
and run aspnet_regiis -i from command line. Neither work.

Does anyone know how to fix it?

Thanks.

Glen

..

 >> Stay informed about: ASPX not work after run window update 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Mon Sep 01, 2003 5:44 pm
Post subject: Re: ASPX not work after run window update [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is this relevant:
http://www.asp.net/faq/ms03-32-issue.aspx

?

Cheers
Ken

"Glen" <glen_chen.DeleteThis@cox.net> wrote in message
news:04e101c37041$20416e50$a101280a@phx.gbl...
: Hi, All:
:
: I ran Microsoft Window Update. It did about 10 patches.
: After the patch, all my aspx page quitted working. The
: ASP page still work. The error message is:
:
: Server Application Unavailable
: The web application you are attempting to access on this
: web server is currently unavailable. Please hit
: the "Refresh" button in your web browser to retry your
: request.
:
: I tried to repair dotnetfx.exe from add/remove program
: and run aspnet_regiis -i from command line. Neither work.
:
: Does anyone know how to fix it?
:
: Thanks.
:
: Glen
:
: .
:
:

 >> Stay informed about: ASPX not work after run window update 
Back to top
Login to vote
tbruno

External


Since: Sep 05, 2003
Posts: 1



(Msg. 3) Posted: Sat Sep 06, 2003 1:57 am
Post subject: ASPX not work after run window update [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Funny I had the same issue. I recently probably close to
the date you posted installed patches from windows update
by microsoft and ended up from .aspx files not loading up
properly.

In my case I do not have any error messages in the browser
but it just dispalys a bunch of cryptic header infor like
the following

wwroot\c/LM/W3SVC/1/ROOT Accept: image/gif, image/x-
xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-
flash, application/vnd.ms-excel, application/msword, */*
Accept-Language: en-us Connection: Keep-Alive Host:
localhost User-Agent: Mozilla/4.0 (compatible; MSIE 6.0;
Windows NT 5

If you solved this issue let me kno or if anybody out
there knows what is happening I'd appreciate your help!!

Thanks

Tom







 >-----Original Message-----
 >Hi, All:
 >
 >I ran Microsoft Window Update. It did about 10 patches.
 >After the patch, all my aspx page quitted working. The
 >ASP page still work. The error message is:
 >
 >Server Application Unavailable
 >The web application you are attempting to access on this
 >web server is currently unavailable. Please hit
 >the "Refresh" button in your web browser to retry your
 >request.
 >
 >I tried to repair dotnetfx.exe from add/remove program
 >and run aspnet_regiis -i from command line. Neither work.
 >
 >Does anyone know how to fix it?
 >
 >Thanks.
 >
 >Glen
 >
 >..
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASPX not work after run window update 
Back to top
Login to vote
jerryiii

External


Since: Aug 26, 2003
Posts: 171



(Msg. 4) Posted: Sat Sep 06, 2003 2:59 am
Post subject: Re: ASPX not work after run window update [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Most of the time a behavior like that happens when the patch breaks an
application that shouldn't have been working in the first place (remember
NT's memory manager "breaking" applications reading from freed memory
blocks?). If you have a simple page that gives you an error like that you
can post the code (and please, post ALL the code, if you have a code behind
or a base class post those too), or make it available online where we can
look at it (including the source) and see what's wrong.

Jerry

"tom bruno" <tbruno.RemoveThis@hotmail.com> wrote in message
news:33b701c3743b$ccb28590$a501280a@phx.gbl...
 > Funny I had the same issue. I recently probably close to
 > the date you posted installed patches from windows update
 > by microsoft and ended up from .aspx files not loading up
 > properly.
 >
 > In my case I do not have any error messages in the browser
 > but it just dispalys a bunch of cryptic header infor like
 > the following
 >
 > wwroot\c/LM/W3SVC/1/ROOT Accept: image/gif, image/x-
 > xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-
 > flash, application/vnd.ms-excel, application/msword, */*
 > Accept-Language: en-us Connection: Keep-Alive Host:
 > localhost User-Agent: Mozilla/4.0 (compatible; MSIE 6.0;
 > Windows NT 5
 >
 > If you solved this issue let me kno or if anybody out
 > there knows what is happening I'd appreciate your help!!
 >
 > Thanks
 >
 > Tom
 >
 >
 >
 >
 >
 >
 >
  > >-----Original Message-----
  > >Hi, All:
  > >
  > >I ran Microsoft Window Update. It did about 10 patches.
  > >After the patch, all my aspx page quitted working. The
  > >ASP page still work. The error message is:
  > >
  > >Server Application Unavailable
  > >The web application you are attempting to access on this
  > >web server is currently unavailable. Please hit
  > >the "Refresh" button in your web browser to retry your
  > >request.
  > >
  > >I tried to repair dotnetfx.exe from add/remove program
  > >and run aspnet_regiis -i from command line. Neither work.
  > >
  > >Does anyone know how to fix it?
  > >
  > >Thanks.
  > >
  > >Glen
  > >
  > >..
  > >
  > >
  > >.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASPX not work after run window update 
Back to top
Login to vote
jameshowonline

External


Since: Aug 26, 2003
Posts: 71



(Msg. 5) Posted: Sun Sep 07, 2003 11:52 pm
Post subject: Re: ASPX not work after run window update [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You might want to post in the microsoft.public.inetserver.asp or
microsoft.public.vsstudio.


Thanks.

James Howard -- IIS Support Professional

Be secure: Apply the latest Security Patches for IIS:
http://www.microsoft.com/security


Search our online Knowledge Base
http://support.microsoft.com/support/

This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved
 >> Stay informed about: ASPX not work after run window update 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
window midea player - i click to up grade wmp and evrything was ok then i last it completly i redownload seccefuly no problem but when i try to play somthing a massege says enternal errer can you help to fix please 1)i use mellinium window 2)local internet (videotron..

IIS /ASP problem after windows update - I had recently updated my windows 2000 Server online but not all my ASP scripts are not running. I have tried to change the permissions of the ASP files but all in vain. Could any one help me plse.

IIS 500 error on aspx pages after q822925.exe - I've done the install and uninstall of 822925 a couple of times now, and have determined that a patched Windows XP Professional used for web application development throws a 500 error in IIS GET process. Anyone else seen this? Ideas as to..

IIS 6.0 does not work - Actually something is wrong from the beginning, I can't even open the http://Computername/ Site. I checked the running Service, and it seems to be working, I tried the Admintool, from my "Beginner"-view everything looks good. Anyone a Idea? ...

force dowload does not work in IE 5.5 SP1 - hi, guys i am using the following code to force a file download dialog in asp Response.ContentType = "application/vnd.ms-excel" response.AddHeader "content-disposition","attachment; filename=" &" & StrFileName ...
   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 ]