I’ve recently created an asp.net application with a membership login and registeration using the generic template in Visual Studios 2010. Below is how the template looks like within Visual Studios:
http://www.flickr.com/photos/79954191@N05/7345407648/
Then once I load the application it re-directs me to the login screen (as it should) but the problem is it’s missing all the template / css elements. Below is a picture when loaded:
http://www.flickr.com/photos/79954191@N05/7160199089/
Thank you in advance!!
Check web.config for permissions on the css folder.
You must use location for give permissions to no-authenticated users
Check this link : http://support.microsoft.com/kb/316871