Connecting Tech Pros Worldwide Help | Site Map

Missing close of script tag

  #1  
Old September 28th, 2008, 10:25 PM
Ron Hinds
Guest
 
Posts: n/a
I'm getting this error on IIS6/W2K3 SP2 Standard Edition. The odd thing is,
this exact same code runs on a machine that, as far as I know, is configured
identically. One other strange thing about the machine with the error: When
I first setup the machine and added the web application, it wouldn't run at
all. I finally figured out by searching the newsgroups that the Web Service
Extension for ASP needed to be "Allowed". I never had to do this on the
original (development) machine. I'm thinking I've misconfigured somehting,
but I have no idea what or how to fix it. Help!


  #2  
Old September 28th, 2008, 10:35 PM
Ron Hinds
Guest
 
Posts: n/a

re: Missing close of script tag


Disregard - I found it!
\
"Ron Hinds" <billg@microsoft.comwrote in message
news:Oov1D%23aIJHA.468@TK2MSFTNGP06.phx.gbl...
Quote:
I'm getting this error on IIS6/W2K3 SP2 Standard Edition. The odd thing
is, this exact same code runs on a machine that, as far as I know, is
configured identically. One other strange thing about the machine with the
error: When I first setup the machine and added the web application, it
wouldn't run at all. I finally figured out by searching the newsgroups
that the Web Service Extension for ASP needed to be "Allowed". I never had
to do this on the original (development) machine. I'm thinking I've
misconfigured somehting, but I have no idea what or how to fix it. Help!
>
>

  #3  
Old September 29th, 2008, 01:05 AM
David Wang
Guest
 
Posts: n/a

re: Missing close of script tag


It appears that your machines are not configured identically.

If you had to enable Web Service Extension for ASP, that means that
when IIS was installed, the ASP feature was not checked/enabled. This
means that the machines are not configured through identical setup
steps -- thus, it is imperative for you to identify "what else is
different" since it is completely unique to your situation/environment
for which we have no information.

For the benefit of future searches -- what did you end up doing that
"resolved" your issue?


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//




On Sep 28, 2:27*pm, "Ron Hinds" <bi...@microsoft.comwrote:
Quote:
Disregard - I found it!
\"Ron Hinds" <bi...@microsoft.comwrote in message
>
news:Oov1D%23aIJHA.468@TK2MSFTNGP06.phx.gbl...
>
>
>
Quote:
I'm getting this error on IIS6/W2K3 SP2 Standard Edition. The odd thing
is, this exact same code runs on a machine that, as far as I know, is
configured identically. One other strange thing about the machine with the
error: When I first setup the machine and added the web application, it
wouldn't run at all. I finally figured out by searching the newsgroups
that the Web Service Extension for ASP needed to be "Allowed". I never had
to do this on the original (development) machine. I'm thinking I've
misconfigured somehting, but I have no idea what or how to fix it. Help!- Hide quoted text -
>
- Show quoted text -
  #4  
Old September 29th, 2008, 04:45 AM
Ron Hinds
Guest
 
Posts: n/a

re: Missing close of script tag


"David Wang" <w3.4you@gmail.comwrote in message
Quote:
news:2ac32781-66c8-4a63-b38a-b48f8babc754@w1g2000prk.googlegroups.com...
It appears that your machines are not configured identically.
>
If you had to enable Web Service Extension for ASP, that means that
when IIS was installed, the ASP feature was not checked/enabled. This
means that the machines are not configured through identical setup
steps --
You're right! On the original machine, I manually installed all of the
server extras, like IIS, DNS, etc. through Add/Remove Windows Components. On
this new machine, thinking I would save time (!), I foolishly trusted the
"Configure your Server" "wizard", and, of course, it bit me on the behind!
Quote:
thus, it is imperative for you to identify "what else is
different" since it is completely unique to your situation/environment
for which we have no information.
I wish I knew, but since the actions of the "wizard" are undocumented, I
have no way of knowing. And at this point, I'm not inclined to start over
from scratch.
Quote:
For the benefit of future searches -- what did you end up doing that
"resolved" your issue?
As so often happens when you run into something unexpected, I tried various
other steps before discovering the Web Service Extension issue. I got rid of
some superfluous code in my global.asa but accidently wiped out the closing
script tag - oops!



  #5  
Old September 29th, 2008, 12:55 PM
David Wang
Guest
 
Posts: n/a

re: Missing close of script tag


On Sep 28, 8:37*pm, "Ron Hinds" <bi...@microsoft.comwrote:
Quote:
Quote:
"David Wang" <w3.4...@gmail.comwrote in message
news:2ac32781-66c8-4a63-b38a-b48f8babc754@w1g2000prk.googlegroups.com...
It appears that your machines are not configured identically.
>
Quote:
If you had to enable Web Service Extension for ASP, that means that
when IIS was installed, the ASP feature was not checked/enabled. This
means that the machines are not configured through identical setup
steps --
>
You're right! On the original machine, I manually installed all of the
server extras, like IIS, DNS, etc. through Add/Remove Windows Components.On
this new machine, thinking I would save time (!), I foolishly trusted the
"Configure your Server" "wizard", and, of course, it bit me on the behind!
>
Quote:
thus, it is imperative for you to identify "what else is
different" since it is completely unique to your situation/environment
for which we have no information.
>
I wish I knew, but since the actions of the "wizard" are undocumented, I
have no way of knowing. And at this point, I'm not inclined to start over
from scratch.
>
Quote:
For the benefit of future searches -- what did you end up doing that
"resolved" your issue?
>
As so often happens when you run into something unexpected, I tried various
other steps before discovering the Web Service Extension issue. I got ridof
some superfluous code in my global.asa but accidently wiped out the closing
script tag - oops!

I see. So the real issue was thaat you didn't enable ASP (but found
out about enabling Web Service Extension for ASP to solve that issue),
and when you did that, you found out about the other problem in code
you inadvertently caused.

The Wizard doesn't do anything extra that you could not do. It just
didn't do everything you did.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
More than a single script block within a single HEAD and BODY Water Cooler v2 answers 3 April 18th, 2006 07:45 PM
Include .js file inside HTML and call functions from another <script> Iddo answers 12 April 8th, 2006 12:35 PM
missing ) after argument list markarichman@gmail.com answers 69 December 22nd, 2005 03:55 PM
Creating Script on the Fly Russ answers 7 August 1st, 2005 07:05 PM