In reference to your answer "Visual WebGui is secure in terms of the logic used to build those parameters and posting them" - the parameters that need to be passed include a GUID that would be practically impossible to find I think - if VWG passes those parameters into the aspx page, then are you saying that they should in no way be visible if the user views the source of the page? If that is the case, then the aspx will be useless if the user cannot figure out the GUID. From what I am saying, if VWG properly hides these parameters, then do you argee that this part is safe?
I have used the asp.net wrapper, and don't know the difference between using that and using asppagebase. Is it the same? If not, is there an article on it? And is this also different from creating a custom control?
When I make an asp.net wrapper, it Inherits from Gizmox.WebGUI.Forms.Hosts.AspControlBoxBase. Is AspControlBoxBase the same as asppagebase.
Which is the most secure, asp.net wrapper (AspControlBoxBase), asppagebase, or custom control?
I am shying away from the asp.net wrapper because it had problems with the last upload control, but you have convinced me that I have to make this more secure. Please elaborate on the above so I know the most secure route.
And if there are concerns, does running in HTTPS solve much of them. Is it a problem to get an HTTPS certificate and have it also run with the aspx page if I go that route?
Many questions... please answer all if you can... I have to make a large development decision.