Hi
I want to be able to restrict page access in a web application deployed in IIS 6.0.
Say my web applications has these pages:
a.aspx b.aspx c.aspx d.aspx
The proper way to access is "http://mysite/a.aspx"
From a.aspx the other aspx pages could be loaded. What I want to be prevent is someone typing in:
"http://mysite/c.aspx"
And then being served that page. Any ideas?
Thanks.