|
-
Feb 22nd, 2001, 05:24 AM
#1
Thread Starter
Hyperactive Member
Hello,
I'm STILL wondering/worrying about how secure my data on my db is!!
I have a page called products.asp which connects to a SQL Server db.
This is how I connect to my db....
<%@ enablesessionstate = false%>
<% option explicit%>
<%
response.buffer=true
dim rs,cn
dim objcmd
cn.open "dsn=products;uid=myproducts;pwd=yourproducts"
%>
My problem is that my uid/pwd is there for anyone(??) to see!! I know
that by right-clicking and view source you cannot see the asp code, but
surely there is some way for someone to see this!!
My questions are..
1.) Is this way I'm doing it ok/safe??
2.) How easy/difficult is it for someone to access my db with this
info and changing/deleting/editing all my records??
3.) What can I do to ensure the safety of my data??
3.) Any other suggestions please
Thanks,
T
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|