0

I have a C# web application which works fine when I use it in debug mode or run it inside of Visual Studio. If I map a domain to it via IIS I get the following error (translated from German):

provider: SQL Network Interfaces, error: 50 - Error in the local database Runtime. It's not possible to automatically create an instance.

I already gave my AppPool permission do access the App_Data folder (and Root).

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
B5-NDDT
  • 177
  • 2
  • 14
  • 1
    Maybe have a look at this previous post and answer, it suggest changing the connection string because of changes in LocalDB: http://stackoverflow.com/questions/26248293/sql-network-interfaces-error-50-local-database-runtime-error-occurred-canno – Patric Jan 27 '16 at 16:51
  • but he has the problem while debugging. Which works fine for me. In fact the Programm runs perfectly till I add a Domain. – B5-NDDT Jan 27 '16 at 18:46

0 Answers0