Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

"Page not found" error message when you click "View Request" in a Release Management for Visual Studio 2013 approval notification


View products that this article applies to.

Symptoms

When users click View Request in a Microsoft Release Management for Visual Studio 2013 approval notification, they receive the following error:
Page not found

↑ Back to the top


Cause

This problem occurs because the "View Request" link is configured to use the "localhost" setting instead of the Release Management server name.

↑ Back to the top


Resolution

To resolve this problem, use one of the following methods:
  • Download and install Visual Studio 2013 Update 1 .
  • Modify the Web.config file. To do this, locate the following code in the Web.config file.

    Note The Web.config file is located in the <Release_Management_server>/services\ folder.
    <setting name="ApprovalRequestEmailLanding" serializeAs="String">
    <value>http://localhost:port/ReleaseManagement/></value>
    </setting>
    Replace that code with the following:

    <setting name="ApprovalRequestEmailLanding" serializeAs="String">
    <value>http://Release_Management_server_name:port/ReleaseManagement/</value>
    </setting>
    Note Make sure that you include the slash mark (/) at the end of the value when you modify the Web.config file.

↑ Back to the top


Workaround

To work around this issue, approvers can view the request at the following server-specific website:
http://<Release_Management_server_url:port>/releasemanagement/

↑ Back to the top


Keywords: kbprb, kbtshoot, kbentirenet, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2905741
Revision : 1
Created on : 1/7/2017
Published on : 1/20/2014
Exists online : False
Views : 232