How can I get my web.config file to ignore my css and images folder
Ive got forms authentication kinda working in an ASP app but it wants to protect everything and there is a css folder and an images folder, both of which, because of the authentication are being protected to the point that when I run the site in Visual Studio all I see is white background with the logon page the formating and the images do not show up.
Im attaching that part of my web.config file in the code section(slightly edited for security reasons)
Ive scowered the MSDN sites and googled all over the place and this authentication is driving me nutts.
There was another post that said here is the explanation and I would love to still have that link as it did not show up or I didn't see it, so please teacher send it again.