webpage security

sdlangers

Well-known member
Joined
Dec 3, 2002
Messages
118
Hi,

Does anyone know how to tweak an aspx page so that only valid ip addresses can acces it?

thanks.
 
I dont think theres a simple "tweak" in the aspx to enforce this. You can examine the IP of the originating request in the code-behind and do your custom validation logic. Any reason you wouldnt want to do this in IIS?
 
Back
Top