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

HEADS UP ASP/IIS Server Fix...

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS/.net framework installation problem : Parser ..  
Author Message
user1035

External


Since: Nov 02, 2003
Posts: 93



(Msg. 1) Posted: Wed Mar 10, 2004 12:07 pm
Post subject: HEADS UP ASP/IIS Server Fix...
Archived from groups: microsoft>public>inetserver>iis (more info?)

Last week after getting very frustrated with my server hanging over and over
for the last while I decided it's time to get dirty and find out what the
heck is going on with my server and why is it that when the server hangs
that only the ASP was going out of whack?

Here's what I did:

Running Windows 2000 Server with 1 Gig of Ram, P4 1.8 GHrtz, 2 Harddrives
that have been partitioned and I also have moved the Page file to off of the
system drive and on to the second drive.

First off I removed ASP.Net platform, which I had installed so I could try
out some of the "Cool" things you could do. I also Disabled the ASPNET user
account after removal of the ASP.Net platform.

Next I removed the IWAM user from all of my "Web Folders", after reading
what Ken Schaefer wrote, ("If the websites were running in medium or high
isolation, and IWAM user's ACEs were removed from the global.asa file, then
Application_OnEnd would not longer fire?") I went and read more about the
IWAM user and decided I should put that users permissions back.

Since I did this my IIS Server and ASP have been working properly and there
has been No Crashes since. It has been a while since I could trust the
server would not crash and dreaded leaving the server unattended because it
seemed every time I turned my back the darn thing would crash. Well it's
going on a week or more and it seems to be running properly again and I have
had no Hangs or errors. I think that by removing some of the users and
putting them back afterward may have fixed the problem because I may have
moved or changed one of the IWAM user writes and it could have been there
that was the root of all of my problems. So I guess you could say I sort of
"Reset" the user permissions by removing and than putting them back again.

One other thing I did do was enabled Compression on my IIS server, after
reading about Compression and how it can make an HTML file up to 93% smaller
and quicker to download to our clients computers I decided to give it a try
and yes it seems to be working just fine.

This may or may not work for you... but it did work for me - - - Surprised)



Thank you for your time and have a great day,

Carroll P. MacDonald

 >> Stay informed about: HEADS UP ASP/IIS Server Fix... 
Back to top
Login to vote
lprete

External


Since: Nov 12, 2003
Posts: 71



(Msg. 2) Posted: Mon Mar 15, 2004 8:36 pm
Post subject: RE: HEADS UP ASP/IIS Server Fix... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Carroll,

I am glad to hear that your server is more stable after the modifications
you made. I though you may like to have some additional resources to help
you through these types of problems in the future.

A great tool for collecting information about IIS while it is hung is The
IIS Debug Toolkit.
http://www.microsoft.com/downloads/details.aspx?FamilyID=01c4f89d-cc68-42ba-
98d2-0c580437efcf&DisplayLang=en

Once you have collected the information you will need a tool to read the
information.
http://www.microsoft.com/whdc/ddk/debugging/default.mspx

And you will need access to public symbols to make the most out the the
information you collect:
http://www.microsoft.com/whdc/ddk/debugging/symbols.mspx

Debuggging an application can be very difficult. The help files that ship
with WinDBG are very good. Here are some additional documents to help you
get started using WinDBG:
192754 HOWTO: Debug InProc COM Components Inside IIS Using WINDBG
http://support.microsoft.com/?id=192754

273639 HOW TO: Start IISAdmin and Dependent Services Under a Debugger
http://support.microsoft.com/?id=273639



Lou Prete [MSFT]

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.
--------------------
| From: "Carroll P. MacDonald" <!0000@!00.000>
| Subject: HEADS UP ASP/IIS Server Fix...
| Date: Wed, 10 Mar 2004 09:07:46 -0400
| Lines: 47
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <OKfpsCqBEHA.3472 DeleteThis @TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: digitaldrive.ca 156.34.147.230
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:298244
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Last week after getting very frustrated with my server hanging over and
over
| for the last while I decided it's time to get dirty and find out what the
| heck is going on with my server and why is it that when the server hangs
| that only the ASP was going out of whack?
|
| Here's what I did:
|
| Running Windows 2000 Server with 1 Gig of Ram, P4 1.8 GHrtz, 2 Harddrives
| that have been partitioned and I also have moved the Page file to off of
the
| system drive and on to the second drive.
|
| First off I removed ASP.Net platform, which I had installed so I could try
| out some of the "Cool" things you could do. I also Disabled the ASPNET
user
| account after removal of the ASP.Net platform.
|
| Next I removed the IWAM user from all of my "Web Folders", after reading
| what Ken Schaefer wrote, ("If the websites were running in medium or high
| isolation, and IWAM user's ACEs were removed from the global.asa file,
then
| Application_OnEnd would not longer fire?") I went and read more about the
| IWAM user and decided I should put that users permissions back.
|
| Since I did this my IIS Server and ASP have been working properly and
there
| has been No Crashes since. It has been a while since I could trust the
| server would not crash and dreaded leaving the server unattended because
it
| seemed every time I turned my back the darn thing would crash. Well it's
| going on a week or more and it seems to be running properly again and I
have
| had no Hangs or errors. I think that by removing some of the users and
| putting them back afterward may have fixed the problem because I may have
| moved or changed one of the IWAM user writes and it could have been there
| that was the root of all of my problems. So I guess you could say I sort
of
| "Reset" the user permissions by removing and than putting them back again.
|
| One other thing I did do was enabled Compression on my IIS server, after
| reading about Compression and how it can make an HTML file up to 93%
smaller
| and quicker to download to our clients computers I decided to give it a
try
| and yes it seems to be working just fine.
|
| This may or may not work for you... but it did work for me - - - Surprised)
|
|
|
| Thank you for your time and have a great day,
|
| Carroll P. MacDonald
|
|
|
|

 >> Stay informed about: HEADS UP ASP/IIS Server Fix... 
Back to top
Login to vote
Display posts from previous:   
   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 ]