support Posted October 25, 2013 Share Posted October 25, 2013 After you have installed Passwordstate, it's possible you may get a blank screen when you access the site, or a very generic error about an Internal Server error has occurred. This can sometimes occur when you have installed Internet Information Services (IIS) after you have installed the .NET Framework version 4.5. The Passwordstate installer can also install IIS for you if it isn't already installed. If you get this error, you can try the following to resolve it: Open an Command Prompt as an Administrator Type CD C:\Windows\Microsoft.NET\Framework\v4.0.30319 or C:\Windows\Microsoft.NET\Framework64\v4.0.30319 depending on our operating system version Now type aspnet_regiis -i After ASP.NET has been re-registered, ensure the Passwordstate Application Pool in IIS is set to 'Integrated Managed Pipeline Mode', and then restart IIS (you need to open the Internet Information Services (IIS) Manager tool to do this Now open your browser and point it back to the Passwordstate web site You may need to do this for both the 32bit and 64bit versions on the Framework directories above if you still experience issues. This has help a few customers in the past, and we hope you find this information useful. Regards Click Studios Link to comment Share on other sites More sharing options...
Sarge Posted February 26, 2018 Share Posted February 26, 2018 Thanks guys. This helped me resolve the issue I had setting up a quick demo site for a collegue. Link to comment Share on other sites More sharing options...
support Posted February 26, 2018 Author Share Posted February 26, 2018 It's odd that the order of the installs can break things, but at at least it's a relatively easy fix Link to comment Share on other sites More sharing options...
Bill Silver Posted June 3, 2020 Share Posted June 3, 2020 We were testing the install on a W10 not attached do a domain and found that aspnet_regiis -i does not work. The error that comes back asks you to reinstall ASPNET but this did not help us. Running this in PS helped - dism /online /enable-feature /all /featurename:IIS-ASPNET45 Link to comment Share on other sites More sharing options...
support Posted June 3, 2020 Author Share Posted June 3, 2020 Hi Bill, Can you confirm this is now fixed for you, based on our email discussions last night? Regards Click Studios Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now