Two methord
1-
add 'NT AUTHORITY\NETWORK SERVER'in your
system:
progress:
computer->manage->local user and group->group->double click Administrator->add->advanced->search->select "NT AUTHORITY\NETWORK SERVER" in the
list->OK
2-
Add a user to your database.
edit your connstring in the web.config.
like this:
connString="server=192.168.0.15;uid=****;pwd=****;database=databasename"
> I'm brand new to dotnet...when I press F5 on a webpage with a gridview
> connected to the pubs db, I get an error
[quoted text clipped - 15 lines]
>
> Thanks.
SAC - 15 Feb 2008 17:58 GMT
Thanks so much for your reply.
I've added the user to the db, but I'm not sure how to edit the connection
string.
Here's what I have now:
<connectionStrings>
<add name="pubsConnectionString1" connectionString="Data
Source=NOTEBOOK\sqlexpress;Initial Catalog=pubs;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="NorthwindConnectionString1" connectionString="Data
Source=NOTEBOOK\sqlexpress;Initial Catalog=Northwind;Integrated
Security=True"
providerName="System.Data.SqlClient" />
<add name="CHConnectionString" connectionString="Data
Source=notebook\sqlexpress;Initial Catalog=CH;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
Please help me by showing how this should be edited.
Thanks.
> Two methord
> 1-
[quoted text clipped - 28 lines]
>>
>> Thanks.