I have a website (in IIS6) that has to be accessible from both intranet as the internet. Situation now: for every page you get prompted for username and password (via integrated windows authentication) But the webpages 'info' and 'contact' should be accessible anonymously, without authentication this. All the other pages of the website should prompt you for UN/PW, preferably via integrated windows authentication.
How do I managed this? Thanks in advance!