important query:::::

B

bushi

hi every one!
i'm developing a web application in asp.net,c#(VS 2005).
for the security of the administrator i have to pass some
information to the next page(as we can do with html pages using query
string).so that user cant directly access that page.i tried the same
thing with asp.net but its not working.any idea or guidance related to
it will appriciated.
 
G

Guest

hi every one!
i'm developing a web application in asp.net,c#(VS 2005).
for the security of the administrator i have to pass some
information to the next page(as we can do with html pages using query
string).so that user cant directly access that page.i tried the same
thing with asp.net but its not working.any idea or guidance related to
it will appriciated.

page.aspx?parameter=value
 
M

Michael Nemtsev

Hello Alexey,

It depends on the security OP want to use, to send data to the next page,
because the recommended solution suffer from spoffing.

There is a number alternative, more secure ways - using DB, encrypting, certificates

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AS> page.aspx?parameter=value
AS>
 
G

Guest

if you are concerned about using the query string, stick the data in a
Session variable prior to going to the next page. You can pick it up in the
next page out of Session.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,119
Latest member
IrmaNorcro
Top