Skip to content

Commit

Permalink
Add FAQ style details regarding IIS. (#1606)
Browse files Browse the repository at this point in the history
* Add FAQ style details regarding IIS. Fixes #1113

* Add displayName for search
  • Loading branch information
IEvangelist authored Sep 11, 2024
1 parent d288a96 commit d5d95b6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/reference/aspire-faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
title: Frequently asked questions about .NET Aspire
description: Answers to some of the most common questions and scenarios for .NET Aspire.
ms.topic: faq
ms.date: 08/13/2024
ms.date: 09/06/2024
title: Frequently asked questions about .NET Aspire
summary: |
This article lists frequently asked questions about .NET Aspire. For a more comprehensive overview, see [.NET Aspire overview](../get-started/aspire-overview.md).
Expand Down Expand Up @@ -100,6 +100,21 @@ sections:
We have no specific support for Azure Functions thus far in .NET Aspire, however it's a target
execution environment for deployment that we are planning to support in future.
- question: |
I want to run my web apps locally on IIS or IIS Express, does .NET Aspire support this?
answer: |
No. .NET Aspire doesn't support running web apps on IIS or IIS Express.
- question: |
I want to deploy my apps to IIS, does .NET Aspire support this?
answer: |
No. .NET Aspire doesn't support deploying apps to IIS. However, it doesn't prevent you from deploying your apps to IIS in the same way that you always have.
- question: |
When deploying my existing apps, that are now referenced within a .NET Aspire solution, to IIS some integrations and Service Discovery isn't working as expected. What can I do?
answer: |
.NET Aspire integrations require specific configuration that must be provided manually. The same is true for [Service Discovery](../service-discovery/overview.md), ideally, you should deploy to something other than IIS.
additionalContent: |
## Next steps
Expand Down
1 change: 1 addition & 0 deletions docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ items:
- name: .NET Aspire API reference
href: /dotnet/api?view=dotnet-aspire-8.0&preserve-view=true
- name: .NET Aspire FAQ
displayName: iis,functions,deploy,azure,kubernetes
href: reference/aspire-faq.yml

- name: Training
Expand Down

0 comments on commit d5d95b6

Please sign in to comment.