Ciao a tutti, in un web.config ho questa stringa di connessione

<add key="SQLConnString" value="Provider=sqloledb;Data Source=COMPNAME;User Id=ASPNET;Password=ASPNET;" />
<add key="SQLDBName" value="RGP" />

come posso trasformarla in una connessione trusted ad un DB SQL Server Express in localhost?


Grazie