I have problems with forms authentication when I test my pages with IIS (localhost).
When I use the built-in webserver of VWD (Cassini, localhost:1234), it works fine.
In IIS, I can't log in, and I get this message in the eventlogs: "Membership credential verification failed".
I'm using the default membership database ASPNETDB.
I already gave read/write access to the App_Data folder for the ASPNET user.
Any help is appreciated.