473,395 Members | 1,996 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,395 software developers and data experts.

Another Permission Denied error

I got this error without using frames:

First of all, I'm developing an ASP application, and once in a while
my activeX components crash or hang, I got page-not-found errors,
errors generated by my COM object... Its all in the game of
development :)..

BUT when some crash occure,
and I then try to restart my IIS service or restart my component
service, javascript is generating the 'Permission denied error'.
This javascript resides in an included file in another directory on
the same webserver.
I include it like this: <!-- #include virtual="/js/customer.asp" -->

This is very irritating, I can understand that if something crashes I
could loose my web server account information and get a permission
denied, but when I close everything (all windows) and reset all
services, Why doesn't client side javascript work anymore???

After wainting 10 min or restarting my PC, everything is fine.
Jul 23 '05 #1
2 2200
On 6 Sep 2004 12:56:03 -0700, sp**@creyghton.net (PM Creyghton) wrote:
BUT when some crash occure,
and I then try to restart my IIS service or restart my component
service, javascript is generating the 'Permission denied error'.
This javascript resides in an included file in another directory on
the same webserver.
I include it like this: <!-- #include virtual="/js/customer.asp" -->


That's irrelevant, what are you accessing when you get permission
denied errors, what's the script executing? What are the errors?

Jim.
Jul 23 '05 #2
> That's irrelevant, what are you accessing when you get permission
denied errors, what's the script executing? What are the errors?

Jim.


I thought it would be irrelevant too.

The function is in this document:
<!-- #include virtual="/js/customer.asp" -->
The function I call does this:
function checkpassword(objForm) {
if (objForm.PASSWORD.value == "") {
alert("Empty Password")
return(false)
}
return(true)
}

From my HTML page I do this:
<form name="frmLogin">
<input name="PASSWORD" value="">
<div onClick="checkpassword(frmLogin);">login</div>
</form>

But I must repeat that this is just one function that gives the
permission denied javacript error
All javascript is malfunctioning on the page.
More detailed error messages i cannot give :( .
all I get is the little javascript error icon in the bottom-left
corner of IE6, when I double click it sais error: Permission Denied,
Line: 54, Char: 1, Code: 0

Is there a way to quickly reset the IE javascrip engine (if theres
such a thing)?
Jul 23 '05 #3

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

Similar topics

3
by: msnews.microsoft.com | last post by:
I'm running a intranet site on a NT 4.0 IIS 4 server. I have a page that uses CDONTS. I recently change this intranet application to run as an isolated process (Selecting the checkbox "Run in...
6
by: Jon Montana | last post by:
CDONTS was working well until I installed Exchange 2000. I thought it might be a relay problem, but I allowed the server IP address to relay. Thanks for anything you can offer. here's the...
4
by: Adam Smith | last post by:
I have a dedicated server running 'FreeBSD 4.9 STABLE' at a hosting site. They have done some default installations, presumably from the CVS ports package ??. Herein lies the problem, "I do not...
1
by: Mark E. Hamilton | last post by:
Sorry, I probably should have re-stated the problem: We're using Python 2.3.5 on AIX 5.2, and get the follow error messages from some of our code. I haven't yet tracked down exactly where it's...
10
by: Florian G. Pflug | last post by:
Hi I installed a postgres-application (which was developed on debian woody) on red hat 9 today, using the postgres 7.3 rpms from redhad. One of my the triggers uses the pg_settings table (more...
3
by: fniles | last post by:
In our ASP page, we call XMLHttp to download XML files. When calling our page using localhost (localhost/myWebSite/myPage.htm), it works, but when calling using the IP address of the web server...
0
by: debug03 | last post by:
I am executing a DTS package on a Windows 2000 sp4 server running SQL Server 2000 and IBM DB2 V7 client. The DTS package source data(SQL Server) is selected from SQL server table and inserts data to...
9
by: Tony Proctor | last post by:
I need to create a process Singleton object for an ASP application, but I'm having some odd issues In my GLOBAL.ASA, I have an <OBJECTelement specifying the relevant ProgID with RUNAT=Server and...
0
by: Tim Golden | last post by:
aditya shukla wrote: Why on earth are you *specifying* c:\python25 as the directory for this file? It's automatically created in your user-specific temp directory which has specific permissions...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.