Skip to content

Instantly share code, notes, and snippets.

@stenvix
Created February 28, 2017 15:26
Show Gist options
  • Save stenvix/ac6318d3378498f564fb8a9b448eaba6 to your computer and use it in GitHub Desktop.
Save stenvix/ac6318d3378498f564fb8a9b448eaba6 to your computer and use it in GitHub Desktop.

Revisions

  1. stenvix revised this gist Feb 28, 2017. No changes.
  2. stenvix created this gist Feb 28, 2017.
    5 changes: 5 additions & 0 deletions AppPool.sql
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    CREATE LOGIN [IIS APPPOOL\DefaultAppPool] FROM WINDOWS WITH DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english]
    GO

    ALTER SERVER ROLE [dbcreator] ADD MEMBER [IIS APPPOOL\DefaultAppPool]
    GO