Skip to content

Add recommended virtual directory setup to docs #175

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

Merged
merged 2 commits into from
Aug 30, 2022
Merged
Changes from all commits
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**: If you are using virtual directories, ensure your two applications are on different sites with the same application/virtual directory layout.