Skip to content

Enhance setup page documentation to clarify database startup wait behavior#368

Merged
ismcagdas merged 1 commit into
devfrom
docs/database-startup-wait
Jul 14, 2026
Merged

Enhance setup page documentation to clarify database startup wait behavior#368
ismcagdas merged 1 commit into
devfrom
docs/database-startup-wait

Conversation

@oguzhanagir

Copy link
Copy Markdown
Contributor

Related Issue

Documents the new startup behavior added for applications whose database server is not yet available when they start (a common case with SQL Server, whose service often runs as Automatic (Delayed Start)). Adds a "Waiting for the Database on Startup" section to the configuration guide describing the new App:Database:StartupWait setting for both Web.Mvc and Web.Host, including its options, the fact that the application only waits when the database server is unreachable (a missing database goes straight to the setup page with no delay), and a note to keep the timeout below the IIS startupTimeLimit. Also clarifies in the MVC, Angular and React setup page docs that the setup page is only for applications without a database, if the database exists but the server was simply slow to start, no reinstall is needed, since the application stops redirecting to the setup page as soon as the database becomes available. Finally, notes in the rate limiting docs that a temporarily unreachable database now skips rate limiting for that request and logs a warning instead of failing it.

@oguzhanagir oguzhanagir requested a review from ismcagdas July 14, 2026 08:34
@ismcagdas ismcagdas merged commit 06bf38f into dev Jul 14, 2026
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