We are wanting to create a web application that is safe to deploy in the DMZ. The main use will be so that predifined quicklinks will be able to access a set document class. We have done the following to make the web application more secure in the DMZ.
What else can we do to the web application to make it more secure?
I also had the following questions about the quicklink output.
Thanks for your help in advance.
Hi Alex,
Actually there is a possibility to hide the action items that you have marked in red. This can be done by Professional Services.
If this is still an issue please let me know the community name and I’ll create this functionality for you.
Regards,
NT
We have taken several steps and have been able to limit the result of a quick link to the following.
We would like to make one more change. When we use a quick link to a document that doesn't exist we get the following return.
Is it possible to change this message or where the hyperlink returns the user to when they click on it?
Thanks for your help.
Alex Talbott
Hello Alex
You can change text message of this error and title by navigating to C:\inetpub\wwwroot\YourSite\App_GlobalResources and modifying QuickLink.resx file. You need to modify values for properties ‘NotFound’ and for ‘EitherObjectLinkedTobeDelete~’. As in screenshot below, change text which is marked in red boxes.
As for hyperlink, navigate to C:\inetpub\wwwroot\YourSite\Search and in text editor open QuickLink.aspx . Locate line <p><asp:HyperLink runat="server" ID="msg" NavigateUrl="~/" Target="_top" Text="<%$ Resources:QuickLink,ClickThisLinkToReturnToeB %>" /></p> and delete it . In same place add new line: <p><asp:HyperLink id="link1" runat="server" Text="TEST Hyperlink" NavigateUrl="http://www.bentley.com" /></p>
Modify value of Text (TEST Hyperlink) and NavigateUrl (http://www.bentley.com) accordingly to your requirements.
Before making any changes don't forget to create backup.
Cheers
Gintautas
Answer Verified By: Carma De Villiers