Hi,
I have a login issue on anonymous site access.
Following what I am trying to do.
On window 7, I have IIS 7 and sql server (for testing) installed.
I have created a site that has html and aspx pages. Aspx pages access database (on the same server).
When I access the html pages, it runs fine. But when I try to access aspx pages, a dialogue popup to login. This site is created to access anonymously. This machine is not a server. It is a window 7 machine.
On the aspx, when I changed the database server (remote server), it works fine. No login issue.
Why aspx page cannot access database from the same machine.
I hope I have explained well.
Please let me know if I am missing something.