Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing MSDN links with docs relative #7819

Merged
merged 5 commits into from
Oct 3, 2018

Conversation

nemrism
Copy link
Contributor

@nemrism nemrism commented Sep 21, 2018

Contributes to #2037

Copy link
Contributor

@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @nemrism, for continuing to submit PRs that replace MSDN links with links to docs.microsoft.com. I've left a couple of comments and suggestions.

@@ -18,5 +18,5 @@ For most .NET Framework applications, you locate assemblies that make up an appl
## See Also
[How the Runtime Locates Assemblies](../../../docs/framework/deployment/how-the-runtime-locates-assemblies.md)
[Configuring Apps](../../../docs/framework/configure-apps/index.md)
[Advanced COM Interoperability](https://msdn.microsoft.com/library/3ada36e5-2390-4d70-b490-6ad8de92f2fb)
[Advanced COM Interoperability](../../../docs/framework/interop/index.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title should be changed to "Interoperating with unmanaged code"

@@ -8,7 +8,7 @@ ms.assetid: 34a8688a-a32c-40d3-94be-c8e610c6a4e8
# How to: Configure Client Application Services
This topic describes how to use the Visual Studio **Project Designer** to enable and configure client application services. You can use client application services to validate users and retrieve user roles and settings from an existing [!INCLUDE[ajax_current_short](../../../includes/ajax-current-short-md.md)] application service. After configuration, you can access the enabled services in your application code as described in [Client Application Services Overview](../../../docs/framework/common-client-technologies/client-application-services-overview.md). For more information about the [!INCLUDE[ajax_current_short](../../../includes/ajax-current-short-md.md)] application services, see [ASP.NET Application Services Overview](https://msdn.microsoft.com/library/1162e529-0d70-44b2-b3ab-83e60c695013).

You can enable and configure client application services on the **Services** page of the **Project Designer**. The **Services** page updates values in your project's App.config file. To access the **Project Designer**, use the **Properties** command on the **Project** menu. For more information about the **Services** page, see [Services Page, Project Designer](https://msdn.microsoft.com/library/bb398109).
You can enable and configure client application services on the **Services** page of the **Project Designer**. The **Services** page updates values in your project's App.config file. To access the **Project Designer**, use the **Properties** command on the **Project** menu. For more information about the **Services** page, see [Services Page, Project Designer](/visualstudio/ide/reference/signing-page-project-designer).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signing-page --> services-page

@@ -137,7 +137,7 @@ This topic describes how to use the Visual Studio **Project Designer** to enable
## See Also
[Client Application Services](../../../docs/framework/common-client-technologies/client-application-services.md)
[Client Application Services Overview](../../../docs/framework/common-client-technologies/client-application-services-overview.md)
[Services Page, Project Designer](https://msdn.microsoft.com/library/bb398109)
[Services Page, Project Designer](/visualstudio/ide/reference/signing-page-project-designer)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signing --> services

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should check if I made the same mistake when replacing links pointing to the "Signing Page, Project Designer"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't spot others, but I'll let you double check @rpetrusha

@rpetrusha
Copy link
Contributor

Thanks, @nemrism, for making the additional changes. I apologize that it's taken me so long to get back to your PR. In any case, I'll merge now, and your changes should be live on docs.microsoft.com in the next day or two.

@rpetrusha rpetrusha merged commit 1e026dc into dotnet:master Oct 3, 2018
@nemrism nemrism deleted the msdn-links-1 branch October 4, 2018 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants