Deployment Security Question
From: Stephen Hoehn (shoehn_at_mail.com)
Date: 10/30/03
- Next message: Mick Badran: "ebXml spec. XmlSign - anyone implemented?"
- Previous message: msnews.microsoft.com: "Re: Help with new dwInfoStatus values.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 30 Oct 2003 11:14:44 -0800
I am having problems deploying my VB.net application.
Everthing works on my development platform in the IDE
mode. When I build the solution and copy
the .exe, .config and .pdb files to a network share
drive, and then run the application, I get a system
security exception error at line 215 from my client
platforms, even my development platform.
Public Function PulpwoodDataConnection() As
Data.SqlClient.SqlConnection
PulpwoodDataConnection = New
Data.SqlClient.SqlConnection
With PulpwoodDataConnection
.ConnectionString = "integrated
security=SSPI;data source=Z723WPA955;persist security
info=False;initial catalog=PulpWood"
.Open()
End With
End Function
Line 215 is the ".open" statement.
1) I have already used the Configuration wizard to raise
the assembley to "full trust".
2) I get no errors in the event viewer. (I log all
failures)
3) As far as SQL security goes, I have given public the
data reader permission
4) I am developing on a Windows 2000 system (latest
service pack and security patches).
5) My client systems are windows 2000 (latest service pack
and security patches).
6) I am using Visual Studio Microsoft Visual Basic .NET
69586-335-0000007-18193
- Next message: Mick Badran: "ebXml spec. XmlSign - anyone implemented?"
- Previous message: msnews.microsoft.com: "Re: Help with new dwInfoStatus values.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|