K
Kris Rockwell
Hello,
Is it possible to hide the database connection information using the
CodeBehind capabilities of ASPX? If not, what would be considered the best
practice to do so (i.e., would creating a .NET class or module and
referencing it in the code work? If so, what is the proper way to do this?)?
I am trying to develop an ASPX application that will run on the client side
rather than as a server application. As such, I don't want there to be any
way for the users to view the code (or at least minimize the code exposure).
Thanks in advance,
Kris
Is it possible to hide the database connection information using the
CodeBehind capabilities of ASPX? If not, what would be considered the best
practice to do so (i.e., would creating a .NET class or module and
referencing it in the code work? If so, what is the proper way to do this?)?
I am trying to develop an ASPX application that will run on the client side
rather than as a server application. As such, I don't want there to be any
way for the users to view the code (or at least minimize the code exposure).
Thanks in advance,
Kris