Hi,
Not sure if this is the correct forum for this sort of question, but here goes:
I have a login page that uses the FormsAuthentication logic to secure the website. It is set up to disallow any access when you are not logged in (other than the login page).
That means literally every file is inaccessible, including .css files and images. Those I need on the login page, I have set up as exceptions, using the <location path="css/login.css"> setting in web.config.
Now, apparently the site's Telerik skin is not active either, so I assume I need to set it as an exception as well, but since all of that is stored within the Telerik dll, I don't know how to allow it.
Any ideas?
Kristof
Not sure if this is the correct forum for this sort of question, but here goes:
I have a login page that uses the FormsAuthentication logic to secure the website. It is set up to disallow any access when you are not logged in (other than the login page).
That means literally every file is inaccessible, including .css files and images. Those I need on the login page, I have set up as exceptions, using the <location path="css/login.css"> setting in web.config.
Now, apparently the site's Telerik skin is not active either, so I assume I need to set it as an exception as well, but since all of that is stored within the Telerik dll, I don't know how to allow it.
Any ideas?
Kristof