I have a login page that inherits a masterpage that has my navigation controls. I enabled forms authentication and when I run my code and the login page appears all the images and css values are not working. If I stop the application and go to design view everything is there like it should be, if I turn off forms auth and set it back to windows and run my site the login.aspx form shows up with all the images and css values.
Do I need to set the authentication on the images folder to allow everyone or something of this nature?