November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Is there a stack trace in the error message? It would perhaps help to see a bit more where the error is encountered.
Source Error:
[No relevant source lines] |
Source File: c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\17559b50\86c8d3b\App_global.asax.cm_keyvx.0.cs Line: 0
Stack Trace:
[IOException: Logon failure: unknown user name or bad password. |
Well, it's apparently one of the VPP:s. Doesn't look like the UI/Util ones because it uses the versioning provider. Were you perhaps running your IIS application pool using a domain user before, but as a local user now?
Yeah, that was my assumption as well.
I dont remember changing the user of the app pool on my previous install, but its running as its default user on the new one. One of the 3 other workstations that are used to work on the site, have changed their app pool user (they recently reinstalled as well), and none of them had this issue after reinstalling.
The intire EPiServer folder on the server, is shared with "full control" to "everybody" in the security settings for the shared folder.
I'm not saying this is not the cause of the issue, I'm just having trouple figuring out where and how it can be this.
Hi.
After reinstaling my developer machine and setting up our development enviroment again, I am getting this error when I try to view a page on the site. (both acutoal pages and the admin/edit interface)
Logon failure: unknown user name or bad password.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.IO.IOException: Logon failure: unknown user name or bad password.
Our setup consists of 4 workstations each with local ISS running the site
The DB and VPP folder are hosted on a internal server in our office, so all 4 workstaions uses the same DB and folder for filemanager etc.
I'm guesing its some kind of permission setup I'm missing somewhere, but cant really figure out where or what. The VPP folder have "full access" to "everybody", so permission "should'nt" be the issues on that one.
Anyone have any ideas on what may be causing this and how to fix it?