R
ruca
Hi,
I have an application that I want to setup for each folder a web.config file
with different authentication, but when I try to do that it gives me an
error saying that maybe that folder is not configured in IIS as virtual
directory.
In the root I don't want to have redirect to login page if i try to access
any file in the root.
If I want to access to any FOLDER present in application root I want to
redirect to the Login page with authentication Forms type.
I already try to put one we.config file in each folder but the error
described above occurs.
I have an application that I want to setup for each folder a web.config file
with different authentication, but when I try to do that it gives me an
error saying that maybe that folder is not configured in IIS as virtual
directory.
In the root I don't want to have redirect to login page if i try to access
any file in the root.
If I want to access to any FOLDER present in application root I want to
redirect to the Login page with authentication Forms type.
I already try to put one we.config file in each folder but the error
described above occurs.