403.14 Error Beta version

Hi i downloaded the latest version of Litium Accelerator. Opened it, created a new database and so on.
When i were about to start the project I received a 403.14 page… I went to /Litium, and installed an B2C accelerator, but the error still remains. I have tried to restart the iis and removed all the files in the bin folder and obj folder, but no success. Is there a magical solution to solve this error?
Litium version: 7 Beta

1 Like

if you installed .net 4.7.2 as part of the install i would test to a restart of th computer also.

I already had .net 4.7.2 installed before this installation. I did a restart of the computer but still the same error…

When setting up your accelerator make sure to check the domain name that is installed on the iis.

2 Likes

yes that is probably a good idea to look at.

the developer instructions suggest using yourdomain.localtest.me and in previous version of litium that would redirect you to the default website in litium if no site in the solution used that domain. in litium 7 it looks like you get 403 if the domain doesnt match any litium website domain.

1 Like

Domain name need to match the domain name that is connected to the channel. You can connect multiple domain names to one channel if that is needed.

So if you run the site in Visual Studio (IIS Express) you should use the localhost as the domain name. I know that it was an issue that prohibit connecting to the public site if using a port number other than the 80 or 443 (http/https) and IIS Express only was working on non-standard ports. In this case it is best to setup the installation in the IIS instead (not IIS Express).

1 Like