Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.65 KB

advanced-security-settings-dialog-box.md

File metadata and controls

36 lines (26 loc) · 1.65 KB
title description ms.date ms.subservice ms.topic f1_keywords helpviewer_keywords author ms.author manager monikerRange
Advanced Security Settings Dialog Box
Advanced Security Settings dialog box allows you to specify security settings related to debugging in zone.
06/27/2018
deployment
reference
vs.err.debug_in_zone_no_hostproc
Advanced Security Settings dialog box
Mikejo5000
mikejo
mijacobs
vs-2019

Advanced Security Settings dialog box

This dialog box allows you to specify security settings related to debugging in zone.

Advanced Security Settings dialog box in Visual Studio

To access this dialog box, select a project node in Solution Explorer, and then, on the Project menu, click Properties. When the Project Designer appears, click the Security tab. On the Security page, select Enable ClickOnce Security Settings, click This is a partial trust application, and then click Advanced.

UIElement list

Grant the application access to its site of origin

If you select this check box, the application can access the website or server share on which it is published. By default, this option is selected.

Debug this application as if it were downloaded from the following URL

If you have to allow the application to access the website or server share corresponding to the Installation URL you specified on the Publish page, enter that URL here. This option is available only when Grant the application access to its site of origin is selected.

See also