Hi,

I was wondering how to make my webpages protected from third party aplications reading my site? The page is login-protected but that I suppose is not protection enough if there's a valid session.

The only two ways I can think of is to render the text in an image and display that - or - create a java-applet.

I dont really fancy any of those solutions. Is there a better one?

And by the way... is there a .NET equivalent to a applet?

Thanks!