473,396 Members | 1,871 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Questions on asp.net site security

1- The standard security provider uses SQL express and is known as
AspNetSqlProvider and ituses SQL express. Playing around with it on my dev
environment I find that if I open it with the Sql server management studio
and attach it I induce errors in the asp.net application that is running.
That means that it is probably not possible to do maintenance on the
database when the site is running.
I have found that apps using the standard sql server 2005 allow you to use
management studio without problem when the site is running, Question is,
would it not be more reliable to use sql server full version instead of the
express version? and if so, how would you do that? ie send all the stuff
required to a full version of sql server instead of an express version. It
looks like ther might be a lot of stuff needed. Also is not sql express
limited to the number of connections and would that not cause a problem if
the number of user of the site went up significantly?

2- Often I would think, the login users of the site are also either
customers or , if the site is being used for some administrative task,
employees. In any case the membership table would need to be made to have
some relation to either a customers table or an employee table. For instance
if an employee leaves and you delete or deactivate his/her record you could
automatically delete or deactivate his/her membership record. Would it not
be better if all the tables for the membership and all the procedures were
in the same database as the other tables for the app?

3- How the devil do they do the encryptions, I am looking at the insert and
update statements in the stored procedures and there is not one iota of code
that does encryption, yet the colums are encrypted. If I wanted to make a
windows app for my login administrators how would I get the columns that
need encryption encrypted. There must be a call made thru a dll somewhere.
Anyone know what it is?

Thanks for any help.

Bob

May 8 '07 #1
0 877

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Bozo Schmozo | last post by:
Greetings! I've searched groups.google.com already to see if I can determine if using PHP/MySQL (if needed) for a web site I wish to develop. As the subject indicated, it will be a content...
8
by: Phil Coen | last post by:
I have never tried to build a web site to restrict users. Before, I always wanted everyone to be able to get to everything that I put on one of my sites. So now I am trying to write (actually...
4
by: Trevor Best | last post by:
Does anyone know of a source of some good exam (pop quiz) type questions on Access? Looking to test candidates in a job interview. Pref a mix of multiple choice and ones that have real answers. ...
7
by: David Brewster | last post by:
Hi everyone. I've been working with VB6 for a while now, I'm feeling pretty damn confortable with it, but find myself wondering about VB.NET and web applications. So I thought I'd get my feet wet....
3
by: Phil Lee | last post by:
Hi, I have a few questions regarding web services in .NET 2 1) Why, when I run code analysis do I get a source controlled files named {guid}/codeanalysislog.xml...
3
by: djc | last post by:
I have a couple questions about authentication and authorization in asp.net 2.0. 1) I see there are still the same authentication mode options as in 1.1 (windows, forms, or passport). However in...
4
by: Dean Craig | last post by:
I'm getting ready to build my first ASP.NET/SQL Server website that will be hosted on some web host out there (long distance, different network). The work I've done in the past (pre-.NET) was all...
7
by: mrmoosehead | last post by:
OK. I am trying to embed a control in a webpage that will allow local access to the TAPI system to make and query phone calls. In a nutshell. Anyway, I am aware that there are many security...
7
by: tempest | last post by:
Hi all. This is a rather long posting but I have some questions concerning the usage of character entities in XML documents and PCI security compliance. The company I work for is using a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.