This step is optional.
The UNSAFE application allows to skip to login form for special purposes.
To create UNSAFE application
1.Create the Web application with the name Unsafe.
2.Create a dedicated application pool and dedicated user for it.
3.Import the user in GN4 using the same name and granting it the appropriate permissions.
4.Enable Anonymous Authentication with user that is also in database.
5.Enable ASP .NET impersonation with the same user as in step 3.
6.In Appsettings add to the Web.RootsToAppendToAppName the application “/Unsafe;”
7.It is recommended to create a dedicated site with the Unsafe application and duplicated WEB/GNPORTAL folder in the way that web.config is not shared between Unsafe and standard application.
Note
Courtesy of Danilo Desole, GMDE Italy.