Ask a Question related to ASP.NET General, Design and Development.
-
Boris Zakharin #1
Securely logging onto an SQL server
How do I log onto an SQL server without saving my password in the connection
string?
Boris Zakharin Guest
-
securely sending connection string to swf?
ok so when i need to connect a swf to some sort of data source on the server be it XML, a .NET DLL, a CFC or what ever so that i can load data from... -
Net:SSH::Perl oddity when logging in to SSH V2 Server
here is the deal. if I am connecting to a server which only supports V1 of SSH the connect time is 1-2 seconds, but if I connect to a remote... -
Win98 machines not logging onto Windows Server 2003
I have a windows server 2003 domain controller. I installed it about a month ago. All of a sudden none of the Windows 98 machines on my network... -
Logging to a Server via ftp.
What is the module and some examples to do tha bove job? Thanks in advance. -
Sending email securely
I have a .net application that employs asp.net, vb.net and sql server. The application is secured at client sites through their firewall. We want... -
Sreejumon[MVP] #2
Re: Securely logging onto an SQL server
Hi,
If you SQLServer and WebServer in same network you can have Trusted Connection. Please try the followings.
"Data Source=Pubs;Initial Catalog=pubs;Integrated Security=SSPI;"
- or -
"Server=Pubs;Database=pubs;Trusted_Connection=True ;"
--
Let me know if you need further help
Regards
Sreejumon[MVP]
[url]www.mstechzone.com[/url]
"Boris Zakharin" <zakharin@alumni.upenn.edu> wrote in message news:uRpQUejVDHA.1912@TK2MSFTNGP11.phx.gbl...> How do I log onto an SQL server without saving my password in the connection
> string?
>
>Sreejumon[MVP] Guest
-
Boris Zakharin #3
Re: Securely logging onto an SQL server
The server is not on the same network (well, it is once it's moved to the
production machine, but even then both are on remote hosting machines and I
can only access the SQL server via IP address)
"Sreejumon[MVP]" <sreeju_uss@hotmail.com> wrote in message
news:OG1WOAkVDHA.2016@TK2MSFTNGP09.phx.gbl...Connection. Please try the followings.> Hi,
>
> If you SQLServer and WebServer in same network you can have Trusted> "Data Source=Pubs;Initial Catalog=pubs;Integrated Security=SSPI;"
> - or -
> "Server=Pubs;Database=pubs;Trusted_Connection=True ;"
Boris Zakharin Guest



Reply With Quote

