andreasberglind
12-24-03, 06:42 PM
I have put all my pages that require login in an "admin" folder in my project. Out side this folder, in the root of the project, I have the default.aspx page, which anyone should be able to reach, and the web.config file.
I have added the code needed to the web.config, and that works fine (Thank you, Shane Bauer...) but it now demands a login for the default.aspx as well.
I have tried adding another web.config inside the admin folder, but that doesn´t seem to work.
What do i need to do to make the root of the project open for anyone, and the contents of the admin folder exclusively for logged in users?
Very thankful for help on this...
and hey, Merry X-mas everyone!
I have added the code needed to the web.config, and that works fine (Thank you, Shane Bauer...) but it now demands a login for the default.aspx as well.
I have tried adding another web.config inside the admin folder, but that doesn´t seem to work.
What do i need to do to make the root of the project open for anyone, and the contents of the admin folder exclusively for logged in users?
Very thankful for help on this...
and hey, Merry X-mas everyone!