G
Guest
I have a secured folder that is has the following webconfig file
.......
<authorization>
<deny users="?" />
<allow roles="Admin" />
<allow roles="User" />
</authorization>
........
Whenever I add a user, I use a script to add a user to "User" role. ie
Roles.AddUserToRole(UserNameTextBox.Text, "User");
I am getting to work on my computer but not on the host. That is, I am now
able to to browse the secured folder on my computer but not on the host. I a,
using the Login Control.
What could be the problem?
.......
<authorization>
<deny users="?" />
<allow roles="Admin" />
<allow roles="User" />
</authorization>
........
Whenever I add a user, I use a script to add a user to "User" role. ie
Roles.AddUserToRole(UserNameTextBox.Text, "User");
I am getting to work on my computer but not on the host. That is, I am now
able to to browse the secured folder on my computer but not on the host. I a,
using the Login Control.
What could be the problem?