 |
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category.
** PLEASE BE SPECIFIC WITH YOUR QUESTION **
When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|

November 6th, 2004, 03:08 PM
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 54
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
iis & xp service pack 2
I recently updated to xp service pack 2 and iis no longer seems to run. TIA
|

November 6th, 2004, 08:14 PM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
Service Pack 2 has a built in firewall. Have you tried turning it off?
|

November 8th, 2004, 10:11 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
I wouldn't recommend turning off a firewall.
Try opening port 80 on the Windows Firewall.
|

November 8th, 2004, 10:15 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
Well, I don't recommend turning it off permanently either, but it is easier to just switch it off, try it and turn it back on. It also depends on your current environment. If you are in a corporate or home environment where you already have a firewall, it isn't going to affect you as much to turn it off. Personally, I wouldn't depend solely on the built-in firewall as it seems to cause more problems than it is worth.
How are you trying to connect to your web applications? If you are just trying to connect locally, then you shouldn't have to open any ports.
Service pack 2 was a huge update and made many changes, so I guess my next suggestion would be to go through your event logs and see if you can find any error codes there. What specifically is it doing when you try to load a page?
J
|

November 10th, 2004, 08:13 PM
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 54
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
I am running at home. Basically, if I try to load a page it never loads and will eventually time out. I turned off the windows firewall but that didn't solve the problem. If I try to run mmc and then inetsrv that never starts either.
|

November 10th, 2004, 11:03 PM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
Have you tried uninstalling IIS and reinstalling it or checked your services to be sure it is starting? Any event log errors?
J
|

November 11th, 2004, 01:33 AM
|
Authorized User
|
|
Join Date: Jul 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Try to check your iisadm,WWW services if its started or not. IOf not started, restart manually, if it happens that your start up mode is automatic but the status is stoped, better check your log files (event viewer) for erros...
jrd
|

November 11th, 2004, 09:45 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
Quote:
quote:Originally posted by jolo98
Try to check your iisadm,WWW services if its started or not. IOf not started, restart manually, if it happens that your start up mode is automatic but the status is stoped, better check your log files (event viewer) for erros...
jrd
|
Isn't that basically what I said?
J
|
|
 |