Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/usage_guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,8 @@ The [remote session support](session-state/remote-session.md) exposes an endpoin

**Recommendation**: Ensure the API key used is a strong one and that the connection with the framework app is done over SSL.

## Virtual directories must be identical for framework and core applications

The virtual directory setup is used for route generation, authorization, and other services within the system. At this point, no reliable method has been found to enable different virtual directories due to how ASP.NET Framework works.

**Recomendation**: Ensure your two applications have the same virtual directory