RickStrahl / Westwind.Globalization

Database driven resource localization for .NET applications
544 stars 135 forks source link

MS SQL: Table Localization is created under wrong schema #217

Closed TWeinsberg closed 3 years ago

TWeinsberg commented 3 years ago

MS SQL: Table "Localization" is created under wrong schema="NT AUTHORITY\NETWORK SERVICE" Using Connectionstring from web.config

Windows SERVER2012R2 (6.2 Build 9200) IIS 8.5.9600.16385 SQL Server 11.0.0620

TWeinsberg commented 3 years ago

Security setting of IIS. Create the database table from the web application with "integrated security = true;" only possible to a limited extent. The database table must then be created beforehand or use other security settings.