473,385 Members | 2,162 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ASP app IE errors with Win 2003

I have a classic ASP application that runs fine on IIS on win 2000 or IIS on
XP. But recently a client installed it on Win 2003 and now consistently gets
an Internet Explorer-side error:' syntax error line ... char 1' when he
browses to it with IE 6.0.
When client moved the whole app as-is to an XP machine and then browsed to
it, he had no problem. I suspect the error involves client-side javascript. I
am looking into it; in the meantime:
Are there a known issues of this kind involving IE 6.0 and windows 2003 ??
Thanks!

--
kkres
Jul 21 '05 #1
4 1138
The browser doesn't really know or care what operating system the server is
running. All the browser is looking for is some html. Is there ASP code
that is generating client-side code that has changed?

Ray at work

"kkres" <kk***@discussions.microsoft.com> wrote in message
news:14**********************************@microsof t.com...
I have a classic ASP application that runs fine on IIS on win 2000 or IIS
on
XP. But recently a client installed it on Win 2003 and now consistently
gets
an Internet Explorer-side error:' syntax error line ... char 1' when he
browses to it with IE 6.0.
When client moved the whole app as-is to an XP machine and then browsed to
it, he had no problem. I suspect the error involves client-side
javascript. I
am looking into it; in the meantime:
Are there a known issues of this kind involving IE 6.0 and windows 2003 ??
Thanks!

--
kkres

Jul 21 '05 #2
> I have a classic ASP application that runs fine on IIS on win 2000 or IIS
on
XP. But recently a client installed it on Win 2003 and now consistently gets an Internet Explorer-side error:' syntax error line ... char 1' when he
browses to it with IE 6.0.
This is a JavaScript error, not an ASP error. I suggest posting the code
that *causes* the error to a client-side scripting newsgroup.
Are there a known issues of this kind involving IE 6.0 and windows 2003 ??


I doubt it, unless you are writing conditional JavaScript based on either
the server or client OS... is the error only happening on the machine in
isolation, or does the error happen when the ASP is running on Win2003,
whether you browse to it locally *or* from IE on an XP box?

--
http://www.aspfaq.com/
(Reverse address to reply.)
Jul 21 '05 #3
The security settings on IIS 6 default to a higher level. You will need to
lower this level to execute Javascript. You may also need to enable parent
paths (defaults to true on IIS 5 and false on IIS 6).

"kkres" wrote:
I have a classic ASP application that runs fine on IIS on win 2000 or IIS on
XP. But recently a client installed it on Win 2003 and now consistently gets
an Internet Explorer-side error:' syntax error line ... char 1' when he
browses to it with IE 6.0.
When client moved the whole app as-is to an XP machine and then browsed to
it, he had no problem. I suspect the error involves client-side javascript. I
am looking into it; in the meantime:
Are there a known issues of this kind involving IE 6.0 and windows 2003 ??
Thanks!

--
kkres

Jul 21 '05 #4
I don't think this is the full picture. The javascript is executing, but he
is getting a syntax error.

--
http://www.aspfaq.com/
(Reverse address to reply.)


"MichaelPyles" <Mi**********@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
The security settings on IIS 6 default to a higher level. You will need to lower this level to execute Javascript. You may also need to enable parent paths (defaults to true on IIS 5 and false on IIS 6).

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Gernot Frisch | last post by:
Hi, I get these errors, but I'm totally lost. It's a large cpp file and I don't know where to search for the error, since it does not point to any of my code lines. Can someone suggest where to...
12
by: Russ | last post by:
Hello. My new dev machine is running XP Pro. In the past all equipment has only used Windows 2000. I have had a lot of problems getting my projects up and running on the new machine. The current...
1
by: Dirk Försterling | last post by:
Hi, sorry for reposting, but it seems my message just hit nothing but air. If I posted to the wrong list or did something else wrong with the message, please let me know. I really want to...
0
by: Newbillian | last post by:
After converting Access 97 databases to 2003, databases that worked perfectly now malfunction. In particular there seems to be some type of subform bug where data is not saved to the main form when...
3
by: arthur-e | last post by:
A new Machine was set up by our IS department - it came with Office Pro 2003. Access97, Word97 and Excel 97 were added. I'm trying to update an Access 97database to 2003 but get weird compiling...
1
by: Tom Witham via DotNetMonster.com | last post by:
Dear All I am currently trying to compile a VC++6 application in VC7 and I am finding it difficult to overcome the errors listed below. Any suggestions would be most welcomed. Many thanks ...
13
by: Chris Stankevitz | last post by:
Hi, I have a very large Visual c++ .net 2003 7.1 native c application (approximately 500,000 lines of code). This application is a simulation that frequently works with floating point numbers....
1
by: Ray Wampler | last post by:
According to the information on the Microsoft web site, code written in VB.NET 2002 can simply be recompiled using VS.NET 2003. However, I have found that code which compiles cleanly in VS.Net...
1
by: Ravi Chaudhary | last post by:
Hi, We are using VS.Net 2003 and coding in VB.net. The solution has 38 projects; most of the projects in the solution reference other projects (without any circular references) and all the...
2
by: Samuel R. Neff | last post by:
Within the past few weeks we've been getting a lot of compiler errors in two classes when no errors actually exist. The error always reports as Name '_stepResizeRelocator' is not declared. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.