Yes, but how do you tell one user from another?Jeff"Stanley J Mroczek" <StanleyJMroczek@discussio...
By jeffdillon
Forget about the user Can i set the column to true?all i want to know is how do you Set the EditComm...
By stanleyjmroczek
Although XmlSerializer can serialize the class properties to or from an xml string, users familiar w...
By rickywang
Stanley,Exactly as Jeff, told, by directly suplying what you want. Now you come witha complete other...
By corligthert
Dear all,I have set my assembly to be sign as follow :<Assembly: AssemblyKeyFile("mykey.snk")myke...
By sergecalderara, 1 Comments
Hi!How can i put sound in a winform?What is the object that i have to use?Tanks!...
By patriciam, 1 Comments
I have read a few different posts regarding problems logging into the newly created site but none ar...
By rdmenotte, 3 Comments
Dear all,I have set my assembly to be sign as follow :<Assembly: AssemblyKeyFile("mykey.snk")>...
By sergecalderara, 1 Comments
Dear all,I am building an application with an extention functionnality by implementing a kind of PLu...
By sergecalderara, 1 Comments
Hi,
I think your all queries will be answered in the following URL:
http://www.devhood.com/messages/message_view-2.aspx?thread_id=72204
Thanks and Regards,
manish bafna
"SAL" wrote:
> Hello,
> I'm a total asp.net newbie. I'm developing a web app and on my machine I
> login to a sql server just fine using NT Authentication via the connection
> string as:
> Integrated Security=True
> However, when I try to open the .aspx page from another machine I get the
> "Login in failed for user NT Authority\Anonymous Logon
> Can someone tell me why this is happening on my test machine but not on my
> development machine? I'm logged in as myself on both machines and I have
> access to the database as me.
> Thanks for any help
> Steve
>
>
manishbafna | Wed, 04 Jun 2008 01:51:00 GMT |
Thank you so much. Apparently, all I had to do was to add the
Trusted_Connection=True attribute to the connection string. I already had
the Integrated Security=True attribute but that wasn't enough evidently.
Unless something else has change between yesterday and this morning, that
was the trick.
S
"Manish Bafna" <ManishBafna...discussions.microsoft.com> wrote in message
news:83C98994-FEA3-4B6B-91CF-C0F74C5D2480...microsoft.com...[vbcol=seagreen]
> Hi,
> I think your all queries will be answered in the following URL:
> http://www.devhood.com/messages/message_view-2.aspx?thread_id=72204
> Thanks and Regards,
> manish bafna
> "SAL" wrote:
sal | Wed, 04 Jun 2008 01:52:00 GMT |
Alright, I take it back. It didn't work after all. I'm still getting the
same "Login in failed for user NT Authority\Anonymous Logon"
Error.
I'm trying some of the stuff in this link that you provided but haven't had
success yet. One question is, how to force a user login?
S
"Manish Bafna" <ManishBafna...discussions.microsoft.com> wrote in message
news:83C98994-FEA3-4B6B-91CF-C0F74C5D2480...microsoft.com...[vbcol=seagreen]
> Hi,
> I think your all queries will be answered in the following URL:
> http://www.devhood.com/messages/message_view-2.aspx?thread_id=72204
> Thanks and Regards,
> manish bafna
> "SAL" wrote:
sal | Wed, 04 Jun 2008 01:53:00 GMT |