Forum Moderators: open

Message Too Old, No Replies

Permission Denied

         

dukelips

7:14 am on Aug 21, 2009 (gmt 0)

10+ Year Member



We have moved our sites to a new server windows 2003/IIS 6.
THe sites are working fine except one of the sites.

it shows

Microsoft VBScript runtime error '800a0046'
Permission denied
/LM/W3SVC/690271643/Root/global.asa, line 8

Whenever we try to access the website.

How to solve

marcel

7:37 am on Aug 21, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What is line 8 in your global.asa file attempting to do? Have you set permissions correctly?

dukelips

9:11 am on Aug 21, 2009 (gmt 0)

10+ Year Member



Marcel, I messed up the folder with another asa file.
But whenever i try to create a seperate text file in the server through Asp Im getting permission denied error.

Should i give write permssion to everyone for the specified folders.

marcel

10:06 am on Aug 21, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Should i give write permssion to everyone for the specified folders.

I would avoid giving everyone write privileges, the IUSR_<computerName> user should be sufficient for classic ASP. (for ASP.Net you need the NETWORK_SERVICE account)

dukelips

7:57 am on Aug 22, 2009 (gmt 0)

10+ Year Member



Thks for your timely help marcel.
the server is up and running fine.

One issue that i face now is bad request.
Even though the domain is added in the host header, im getting the error message.

The ip given is a local ip (instead of the public ip).
Could it be an issue.

marcel

11:00 am on Aug 22, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try turning off the friendly error messages in your browser for the full error message. What is the exact URL string you are entering?