views:

62

answers:

2

I have a custom login.aspx form for SharePoint FBA. However, I want to reference files (images, css etc) in _layouts\me\css etc. each time i try, i get redirected to the login page!

How can i get this to work?

+1  A: 

Turns out it was pretty easy. Went into IIS, click on security, and add a rule to allow anonymous users.

Donaldinio
A: 

you can also make it with visual studio. open website.

fiuman007