Ask a Question related to ASP.NET Security, Design and Development.
-
rachel #1
Variables exposed
Hi,
Looks like i have variables that are exposed in the
address bar... I was able to enter a value in the address
bar and get to a page that is only supposed to be viewed
by a site admin..
How to I remove the variables from showing on the address
bar?
R
rachel Guest
-
Derived class not exposed in XML
Say I have a class inherited from ArrayList called MyCollection. I have a WebMethod that returns a MyCollection. But when I reference the service,... -
Changes in controls exposed as properties not reflected in design
I created a custom composite control with contains a text box and a label. I exposed the text box and label as properties of the custom control. As... -
First Application to be exposed to the internet
Hello, I've done several .NET web applications, for intranet enviroments. I am working right now in what will be my first app. to be exposed to... -
Execution permission cannot be acquired on SqlConnection open() within .NET exposed as COM
As usual the wierder the problem, the simpler the solution. I did not have execute privleges on the bin directory. I'd still be curious to see if... -
Nikon F3 half exposed frames
Your shutter speed is probably to high. Check your owners manual for max sync. speed. "sam" <filmdirector@gmx.net> wrote in message... -
WJ #2
Re: Variables exposed
It sounds like you are using GET method. Use POST instead (If you meant your
..aspx/html page ?)
John
"rachel" <rachel@hotmail.com> wrote in message
news:43d801c523ef$b97c1580$a501280a@phx.gbl...> Hi,
>
> Looks like i have variables that are exposed in the
> address bar... I was able to enter a value in the address
> bar and get to a page that is only supposed to be viewed
> by a site admin..
>
> How to I remove the variables from showing on the address
> bar?
>
> R
WJ Guest
-
Peter Morris [Droopy eyes software] #3
Re: Variables exposed
> Looks like i have variables that are exposed in the
I'd say that the issue is more the fact that you can reach a restricted> address bar... I was able to enter a value in the address
> bar and get to a page that is only supposed to be viewed
> by a site admin..
>
> How to I remove the variables from showing on the address
> bar?
page rather than it is obvious how to do it.
People can check POST data almost as easily as GET data. You need to
protect the page properly.
--
Pete
====
ECO Modeler, Audio compression components, DIB graphics controls,
FastStrings
[url]http://www.droopyeyes.com[/url]
Read or write articles on just about anything
[url]http://www.HowToDoThings.com[/url]
My blog
[url]http://blogs.slcdug.org/petermorris/[/url]
Peter Morris [Droopy eyes software] Guest



Reply With Quote

