473,396 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,396 software developers and data experts.

JavaScript and Windows 2003 (IIS 6.0)

Hajo,

from time to time I need to run "aspnet_regiis.exe -i" because
javascript does not work. It is strange because it happens
about twice per month. I have no idea what is going on.

thanks in advance for any info

gawel
Nov 18 '05 #1
4 1359
There are a few script files that are placed in your
C:\Inetpub\wwwroot\aspnet_client\ directory. Those are being killed by some
process. The problem is not within IIS, something else is screwing up those
files.

Find every single .js/.vbs file on your disk, turn auditing on on all of
them, and check and see who touches them.

- Sahil Malik
http://www.dotnetjunkies.com/weblog/sahilmalik
Please reply to the newsgroups instead of email so everyone can benefit from
your reply.
"Gawel" <gawelek@SPAM_NO_NON_NOgazeta.pl> wrote in message
news:eO**************@TK2MSFTNGP11.phx.gbl...
Hajo,

from time to time I need to run "aspnet_regiis.exe -i" because
javascript does not work. It is strange because it happens
about twice per month. I have no idea what is going on.

thanks in advance for any info

gawel

Nov 18 '05 #2
Sahil Malik wrote:
There are a few script files that are placed in your
C:\Inetpub\wwwroot\aspnet_client\ directory. Those are being killed by some
process. The problem is not within IIS, something else is screwing up those
files.

Find every single .js/.vbs file on your disk, turn auditing on on all of
them, and check and see who touches them.
"Turn auditing" it means ?

gawel

- Sahil Malik
http://www.dotnetjunkies.com/weblog/sahilmalik
Please reply to the newsgroups instead of email so everyone can benefit from
your reply.
"Gawel" <gawelek@SPAM_NO_NON_NOgazeta.pl> wrote in message
news:eO**************@TK2MSFTNGP11.phx.gbl...
Hajo,

from time to time I need to run "aspnet_regiis.exe -i" because
javascript does not work. It is strange because it happens
about twice per month. I have no idea what is going on.

thanks in advance for any info

gawel


Nov 18 '05 #3
In NTFS security, you can turn auditing on .. right click on a directory/go
to security/advanced -> the auditing tab. Then anyone or anything that
touches those as per what you defined in auditing, gets logged to the event
log !! Fantastic tool, check it out :) and don't leave it on .. on
production boxes.

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
Please reply to the newsgroups instead of email so everyone can benefit from
your reply.
"Gawel" <ga*****@moveitoutgazeta.pl> wrote in message
news:eE**************@tk2msftngp13.phx.gbl...
Sahil Malik wrote:
There are a few script files that are placed in your
C:\Inetpub\wwwroot\aspnet_client\ directory. Those are being killed by some process. The problem is not within IIS, something else is screwing up those files.

Find every single .js/.vbs file on your disk, turn auditing on on all of
them, and check and see who touches them.


"Turn auditing" it means ?

gawel

- Sahil Malik
http://www.dotnetjunkies.com/weblog/sahilmalik
Please reply to the newsgroups instead of email so everyone can benefit from your reply.
"Gawel" <gawelek@SPAM_NO_NON_NOgazeta.pl> wrote in message
news:eO**************@TK2MSFTNGP11.phx.gbl...
Hajo,

from time to time I need to run "aspnet_regiis.exe -i" because
javascript does not work. It is strange because it happens
about twice per month. I have no idea what is going on.

thanks in advance for any info

gawel


Nov 18 '05 #4
Sahil Malik wrote:
In NTFS security, you can turn auditing on .. right click on a directory/go
to security/advanced -> the auditing tab. Then anyone or anything that
touches those as per what you defined in auditing, gets logged to the event
log !! Fantastic tool, check it out :) and don't leave it on .. on
production boxes.

thanks

gawel
Nov 18 '05 #5

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

Similar topics

4
by: timar | last post by:
i have installed windows xp professional ,by mistake i did not installed iis componet during installation of windows xp. Then i installed microsoft .net visual studio . After that i installed iis...
1
by: Peter | last post by:
Hi! I have some .asp pages that uses javascriptfile and it works fine in Windows 2000 with IIS 5.0 Now I have changed and run on Windows Server 2003 and IIS 6.0. When I run the .asp pages the...
11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
5
by: JAC | last post by:
The code JavaScript is not executed in the pages ASP in a server IIS 6.0 in Windows 2003 but if makes it in a IIS 5.1 in Windows XP, like I can configure it so that it is executed.
4
by: Matthew Louden | last post by:
My ASP.NET application is working fine when I run under IIS Personal Web Server in Windows 2000 machine. However, after I upload all the files to the Windows Server 2003 machine, and tried to run...
2
by: Joseph Geretz | last post by:
I'm having a credentialing problem in my web application. Actually, I don't think this is an IIS security issue, since I'm able to access the page I'm requesting. However, the executing page itself...
7
by: Cliff Harris | last post by:
I don't currently have an installation of Windows 2003 server, or I could answer this myself. After having a client install ASP.NET on Windows 2003, I then tried to find the aspnet_wp.exe process...
14
by: Rich | last post by:
I am converting my enterprise solution from VS 2003 (.NET v1.1.4322) to VS 2005 (.NET v2.0.50727). The entire solution uses serveral technologies - Windows Server 2003 (AD, SQL Server 2000, IIS,...
17
by: Jamiil | last post by:
I have been reading a book on JavaScript that is mostly for the client-side, however, I'd like to learn the language from the server-side, is there a book anyone could recomend? TIA
9
by: Brian Delahunty | last post by:
I'm having a bit of a weird problem and I've spent the last few hours scouring the web trying to solve this before coming here. Here is the problem: I get 404 errors for all ASP.NET 2.0 content...
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...
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
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...
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
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.