JavaScript and Windows 2003 (IIS 6.0)

  • Thread starter Thread starter Gawel
  • Start date Start date
G

Gawel

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
 
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.
 
Sahil said:
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
 
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.
 
Sahil said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top