Hallo erstmal, habe seit kurzem einen Error 1000 im EventViewer entdeckt (seit CU Sept update), welcher immer zum Absturz eines WebAppPools führt. Habe daher ein Script geschrieben welches den AppPool tgl. automatisch startet um alle Dienste für die MA zu gewährleisten. Da ich jetzt Zeit habe will ich mich dem Problem widmen!! Nachstehend die Details des Errors: Faulting application name: w3wp.exe, version: 8.0.9200.16384, time stamp: 0x50108835 Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code: 0x80131623 Fault offset: 0x000007fa58c25083 Faulting process id: 0x58a Faulting application start time: 0x01d10480b200cffa Faulting application path: c:\windows\system32\inetsrv\w3wp.exe Faulting module path: unknown Report Id: f6704ccd-7073-11e5-948e-00155d020164 Faulting package full name: Faulting package-relative application ID: Meine Frage daher wie ich dieses Problem lösen kann, da ich in den div. Foren nicht wirklich etwas passendes gefunden habe, da der "Faulting Module Name "nichts aussagt! Danke Preslinde PS: Habe diesen Post dazu gefunden. Nur ob dieser wirklich mit dem Fehler zusammenhängt?
I finally solved the problem by doing my own research and setting the security correctly for NETWORK SERVICE on both the main application database as well as the ASPNETDB database. I needed to make this user db_owner as well as db_datareader and db_datawriter. In the past, I had only needed db_owner, so I'm not sure why this didn't work.