If you are using sql authentication then the answer is yes. That is one of
the many reasons to use Windows authentication.

Signature
Andrew J. Kelly SQL MVP
Solid Quality Mentors
> Does a SQL Server 2000 Account credebtials get passed from a aspx file to
> the SQL Server in clear text?
[quoted text clipped - 4 lines]
> password come to the server in?
> The web page uses http port 80 so no SSL is involved.
I'd use IPSec from your web app server to SQL Server or implement Data
Protection API. If you are using ASP.NET 2.0, you can encrypt connection
strings in your web.config using the aspnet_regiis tool
> Does a SQL Server 2000 Account credebtials get passed from a aspx file to
> the SQL Server in clear text?
[quoted text clipped - 4 lines]
> password come to the server in?
> The web page uses http port 80 so no SSL is involved.
John Grant - 23 Jul 2008 22:48 GMT
Is this true? If i use standrad security can I see the user id and password.
Tryed to use netmon v3.1 and could not see the data in the IPv4 payload.
> I'd use IPSec from your web app server to SQL Server or implement Data
> Protection API. If you are using ASP.NET 2.0, you can encrypt connection
[quoted text clipped - 8 lines]
> > password come to the server in?
> > The web page uses http port 80 so no SSL is involved.