Ask a Question related to ASP, Design and Development.
-
David A. Beck #1
IIS6 doesn't include client side script
I have several pages where we inlcude client side script using the following
syntax.
<script type="text/vbscript" language="VBScript"
src="<%=Session("BaseURL")%>library/common.vs"></script>
where the BaseUrl = [url]http://localhost/[/url] (for testing) and
[url]http://www.blablabla.com/[/url] for live.This works in IIS4 and IIS5 but not in
IIS6. The include is CLIENT SIDE script
David
David A. Beck Guest
-
Client side script ASP.NET
Hi, How can i eassely add client side script in my code. I have a sort of TAB control, that works through postbacks but i want the action taken... -
Client Side Script interferes with Server Side Script?
I added the form validation script (Java Script) to the head section of my insert records form page which works great when tested but when I submit... -
Client-Side Script for CheckBox Web Control
I'm trying to create a server Web control that renders as a checkbox that has an OnClick event associated with it. I've created a short proof of... -
Client Side Java Script
Hi, am not a ASP.NET programmer, and it seems that i have to learn web development, so i need help learning java script. any links to some... -
client side script with RegisterStartupScript issue
no, you can not control the order the blocks are rendered. you can concat the scripts and register them once. also if you are doing code like: ... -
Aaron Bertrand - MVP #2
Re: IIS6 doesn't include client side script
What does "doesn't work" mean? What do you see when you view source? Why
does the file have a .vs extension and not .vbs? Do you have the lockdown
tool on full blast, because these scripts will probably be rejected...
"David A. Beck" <davidb@beckb.com> wrote in message
news:#hSnqqhSDHA.304@tk2msftngp13.phx.gbl...following> I have several pages where we inlcude client side script using the> syntax.
>
> <script type="text/vbscript" language="VBScript"
> src="<%=Session("BaseURL")%>library/common.vs"></script>
>
> where the BaseUrl = [url]http://localhost/[/url] (for testing) and
> [url]http://www.blablabla.com/[/url] for live.This works in IIS4 and IIS5 but not in
> IIS6. The include is CLIENT SIDE script
>
> David
>
>
Aaron Bertrand - MVP Guest
-
Tom Kaminski [MVP] #3
Re: IIS6 doesn't include client side script
"David A. Beck" <davidb@beckb.com> wrote in message
news:%23hSnqqhSDHA.304@tk2msftngp13.phx.gbl...following> I have several pages where we inlcude client side script using theIIS 6 probably doesn't know that mime-type:> syntax.
>
> <script type="text/vbscript" language="VBScript"
> src="<%=Session("BaseURL")%>library/common.vs"></script>
>
> where the BaseUrl = [url]http://localhost/[/url] (for testing) and
> [url]http://www.blablabla.com/[/url] for live.This works in IIS4 and IIS5 but not in
> IIS6. The include is CLIENT SIDE script
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;326965[/url]
--
Tom Kaminski IIS MVP
[url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
[url]http://mvp.support.microsoft.com/[/url]
[url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]
Tom Kaminski [MVP] Guest
-
David A. Beck #4
Re: IIS6 doesn't include client side script
Thanks,
That was it.
Dab
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:beui7c$9iv14@kcweb01.netnews.att.com...in> "David A. Beck" <davidb@beckb.com> wrote in message
> news:%23hSnqqhSDHA.304@tk2msftngp13.phx.gbl...> following> > I have several pages where we inlcude client side script using the> > syntax.
> >
> > <script type="text/vbscript" language="VBScript"
> > src="<%=Session("BaseURL")%>library/common.vs"></script>
> >
> > where the BaseUrl = [url]http://localhost/[/url] (for testing) and
> > [url]http://www.blablabla.com/[/url] for live.This works in IIS4 and IIS5 but notIIS>> > IIS6. The include is CLIENT SIDE script
> IIS 6 probably doesn't know that mime-type:
> [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;326965[/url]
>
> --
> Tom Kaminski IIS MVP
> [url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running> [url]http://mvp.support.microsoft.com/[/url]
> [url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]
>
>
>
David A. Beck Guest



Reply With Quote

