 |
| Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics 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
|
|
|
|

March 25th, 2004, 09:15 PM
|
|
Registered User
|
|
Join Date: Jan 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
IIS stopped responding
I'm trying to troubleshoot some code but it appears that IIS has stopped reponding on my local WindowsXP machine. Suddenly, I started getting a "page cannot be displayed" message, even for the root directly http://localhost.
When I go to Start>Programs>Administrative Tools>Internet Information Services nothing happens.
When I run MMC and select File>Open>Windows>System32>inetsrv/iis.msc, it merely locks up the Microsoft Management Console instead of opening Internet Information Services control.
Does anyone know why IIS stopped responding (if that's the problem) and how to get it working again?
|
|

March 26th, 2004, 05:25 AM
|
|
Authorized User
|
|
Join Date: Nov 2003
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Have you tried re-installing iis? Un-install the snap in and then re-install iss/ setup your website as before.
|
|

March 28th, 2004, 09:07 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 596
Thanks: 1
Thanked 3 Times in 3 Posts
|
|
Have you installed Norton Internet Security Lately?
======================================
They say, best men are moulded out of faults,
And, for the most, become much more the better
For being a little bad.
======================================
|
|

March 31st, 2004, 02:13 PM
|
|
Friend of Wrox
|
|
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Is there an issue with Norton and IIS that I need to know about?
Sal
|
|

March 31st, 2004, 02:40 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Oh yes.
Norton has a "Script Blocking" feature that really lives up to its name. If you have an ASP page that uses a FileSystemObject to read from or write to a file, your server will hang, just like that....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

March 31st, 2004, 06:13 PM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Imar,
I'm a bit curious about this script blocking problem. Does the Symantec Antivirus client have this same feature as well? I'm just wondering about this because I have that program and it could be what's causing the upload problem I'm having with my site in Dreamweaver. I may be wrong, though.
Just a thought.
Quote:
|
quote:Norton has a "Script Blocking" feature that really lives up to its name.
|
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Ben Horne
Madison Area Technical College student
-------------------------
http://community.webshots.com/user/valerian114
Go there. I have a lot of awesome photos that I rendered myself
"A Person Who Claims To Be A Flash Junkie Isn't Really A Flash Junkie Unless He Can Prove It"
|
|

April 1st, 2004, 02:57 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Yeah, it does. In fact, the Script Blocking feature belongs to Norton Anti Virus, and not to Norton Internet Security. I bought them as one package, so the distinction is not always clear.
I have NAV running here with the script blocking feature enabled, and I don't run into problems. I doubt that would be the cause of your problem, though, because Dreamweaver does not use the Scripting runtime to upload files.
Did you upgrade to the latest service release of Dreamweaver? A while ago, 7.01 was released, and from what I heard, it fixes a number of problems with FTP....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

April 12th, 2004, 08:04 AM
|
|
Registered User
|
|
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok ... I have just experienced this problem and lets clarify some things here ... while the scripting feature may cause issues when using the filesystemobject under ASP if your permissions (using the unix vocab) are incorrect is is not the cause of the problem being reported.
HOW TO FIX THE PROBLEM ...
The solution is to reinstall IIS after the initial 'Live Update' of Norton's 2004. This seems to prompt the Firewall to ask the correct questions and implement accurate rules for IIS service and its components - I suspect it is possible to configure the Firewall manually to get around this problem - I will leave this to the respective experts :-)
ALSO A WORD ABOUT NORTON ANTIVIRUS 2004 SOFTWARE ...
I have a real love hate relationship with this software - The developers whoever the heck they are (they dont like showing their face after the purchase is completed) have tried to put a lot of functionality into this product - BUT they are sloppy in their implementation and have failed to produce a polished and profressional product (ignoring the hype) - although the Marketing department have done very well .... :-)
BUY NAV AT YOU OWN RISK AND ONLY IF YOU HAVE THE SKILLS TO INSTALL FLAWED SOFTWARE !!
|
|
 |