Security
I have downloaded and installed the sitefinity 4.0 trial.
How to organize security on my sitefinity site, by "Forms" authentication?
I need little example.
Thanks.
Hi Hrachya,
The account that runs ASP.NET Worker process (by default it is NETWORK SERVICE) should have read/write rights over App_Data folder only and the web.config.
Regards,
Ivan Dimitrov
the Telerik team
I have created the "TestApp" sitefinity project and use for this project local IIS web server.
I have created two pages - "Home" and "Login" by sitefinity backend.
I have added in web.config this configuration
<authentication mode="Forms">
<forms loginUrl="localhost/.../login" name=".ASPXFORMSAUTH" defaultUrl="http://localhost/TestApp/home" ></forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
and for NETWORK SERVICE all permissions is right.
when I running the project I have got this error page
Hello,
Please check this KB - support.microsoft.com/.../en-us
All the best,
Ivan Dimitrov
the Telerik team
I do not think that it is related to IIS web server, because with ASP.Net Development Server also gives the same error.
Thanks
Hello Hrachya,
Please try using the Sitefinity's configuration Administration/Settings/Advanced >> Security from where you can set forms authentication attributes.
Best wishes,
Ivan Dimitrov
the Telerik team