Thanks for your help.
data source=SERVER\Instance;Integrated Security=SSPI;AttachDBFilename=|
DataDirectory|aspnetdb.mdf;User Instance=true
Thanks for your help
On Sep 5, 2:57 pm, gabouy <g...@gabouy.com> wrote:
> You have two choices,
>
> 1- Assing domain credentials to the process hosting the IIS Website
> Application Pool (I'm assuming IIS 6.0). And create a SQL Server Login for
> the domain user asigned.
>
> 2-Use SQL Server authentication. This implies changing the connection
> string, and making sure SQL Server authentication is enabled in SQL Server
> instance.
>
> regards,
> gabo
>
> On 9/5/07, TankMarine <tankmar...@gmail.com> wrote:
>
>
>
>
>
> > I already done that my problem is, that i have the SQL Server and the
> > web server in different equipments in one of them, i have all of the
> > databases of my company and in the other i have all of the web
> > services and i already change the primary connection in IIS in the
> > ASP.NET Configuration.
>
> > data source=SERVER\Instance;Integrated Security=SSPI;AttachDBFilename=|
> > DataDirectory|aspnetdb.mdf;User Instance=true
>
> > Thanks for your help- Hide quoted text -
>
> - Show quoted text -