Can someone tell me if it works <location path=when we install <authentication mode= "None" />?
<location path=
<authentication mode= "None" />
This is true.
Mark this message: Authentification-None for one folder (page) when the project is in the FormsAuthenifications section , which contains an example.
<location path="Recovery"> //Path of the folder or form You want to allow <system.web> <authorization> <allow users="*" /> </authorization> </system.web> </location>
If you do not want to allow the unauthorized user type "?"
Source: https://habr.com/ru/post/1795942/More articles:converting a vb.net code snippet to C # - c #Search all sd card for specific file - javaHow to get an updated TableModel sort table? - javaC # Split () in ListBox - splitIPad View Does Not Rotate - c #C # Call override method in superclass - c #Can I speed up callbacks from C ++ Dll to C #? - c ++how to kill ajax requests - ajaxPassing an Object to an Unallocated Pointer - pointersFilter the data loaded by the MySQL LOAD DATA command - filterAll Articles