Hi,
I think I set correctly my setting, here's the code:
<!-- Connection String for SQL Server 2000/2005 -->
<add
name="SiteSqlServer"
connectionString="Server=62.149.153.16;Database=MSSqlxxxx;uid=MSSqlxxxx;pwd=xxxx;"
providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
<add key="SiteSqlServer" value="Server=62.149.153.16;Database=MSSqlxxx;uid=MSSqlxxxx;pwd=xxxx;"/>
I receive this error:
Unauthorized Access Error
Error Details
File | D:\Inetpub\webs\saronnocitycom\Portals\_default\\Logs\LogFailures.xml.resources |
Error | Access
to the path
'D:\Inetpub\webs\saronnocitycom\Portals\_default\Logs\LogFailures.xml.resources'
is denied. The Windows User Account listed below must have Read/Write
Privileges to this path. |
If is a problem of permission I can't set the appropriate settings cause my provider don't give the possibility to set appropriate policy.
The only action that I could make is put the entire site in a directory called 'public' where there read/write permission to all files (if is a problem of Read/Write).
Than I think I must change other settings, right ? :-/
So, what can I do ? I fell so lost.
Thanxs for help. Have a nice day
Tommaso