by Dan Matthews
6. June 2007 10:46
...and straight off I have something to share with you :)
If you're installing using EPiServer manager and using SQL Server 2005 Express, you need to be aware of the following, otherwise you get all sorts of 'SQL Server unavailable' and user authentication errors:
1) Make sure you NAME THE INSTANCE in the install, otherwise it will install on your default instance (which in my case, stupidly, was an MSDE instance!)
2) Make sure you have both Shared Memory and TCP/IP turned on in your SQL2005 Configuration. The installation uses Shared Memory, but the site itself uses TCP/IP.
3) Make sure mixed-mode authentication is turned on for your SQL Express instance
4) Make sure that your website is running as ASP.NET1.1 during the install (do the .NET2 templates and stuff afterwards)
182ab3bc-5bb7-4219-86a2-f8f3007e7ddb|0|.0
Tags:
EPiServer