Ciao
ho configurato il mio SQL Express 2005 ed accedo tranquillamnete da SQL Management Studio Express con
Server type Database Engime MIOPC\SQLEXPRESS
Authentication: windows Authentication


nel web.config. ho usato come stringa di connessione

<connectionStrings>
<add name="SQLConnectionString" connectionString="Data Source=MIOPC\SQLEXPRESS;
Initial Catalog=miodatabase;
Integrated Security=True" providerName="System.Data.SqlClient" />

</connectionStrings>
tutto va bene fino a quando uso l'ambiente di sviluppo.
quando però copio il sito nella cartella inetpub, mi ritorna il seguente errore:


Autorizzazione SELECT negata per l'oggetto 'CUSTOMER' del database 'miodatabase' con schema 'dbo'.
.

Nota:
ho dato all'utente NT AUTHORITY\SYSTEM i diritti sul database ma l'errore rimane.

grazie in anticipo