Click to See Complete Forum and Search --> : Com Components (MTS)


Tikki
09-18-2003, 05:14 PM
Hello,
i am developing one site on my own using asp, vb.
it deals with online banking(and bank employee information).
i want to develop com components and use them in my site.
please anyone suggest me what kind of components can we develop for my site?
thanks

Ribeyed
09-18-2003, 08:48 PM
Hi,
never came across anyone wanting to develop a COM object without a reason to develop one. Never build one myself but they are generally used to encapsulate code into an object which can then be called in your page. Say you create code that would search directories, find particular files and dispaly the attributes of the files on the screen. You then find that what you have writen could be used by others either within your company or to sell to the public you wouldn't want to hand out your code so you would create a COM object which you then can distribute while keeping your code safe.

Hope this helps.

Ribeyed
09-18-2003, 09:03 PM
please anyone suggest me what kind of components can we develop for my site?


forgot to mention that what you are asking is for someone to give you a business idea. Don't think you will get much replies to that question.

Tikki
09-18-2003, 11:27 PM
Thanks for ur response.
actually i am learning development of Components.
but i don't know which kind of components can i develop.
one more question
what is session management in asp?
thanks