05-26-2020 07:51 AM
i, I'm trying to implement login form form GMSC2020 standalone.
I've found these two community issues:
So I've modified Web.config file of my standalone GMSC application
<authentication mode="Forms"> <forms loginUrl="~/ScAccount/Index" timeout="2880" /> </authentication>
but where should I create ScAccountController ? Should I create GMSC extension project like this described here? https://community.hexagongeospatial.com/t5/SDK-API/Starting-with-2018-Update-3/ta-p/9
If so, where can I find any sample code how to create such controller and how can I create logon web page(GMSC extension project is Class library project type, not a MVC Application)?
Solved! Go to Solution.
05-31-2020 11:27 PM
Ok, the reason of my problems was that I was using wrong project template. Correct template from standalone application is located here:
https://bitbucket.org/HGDN/hgdn_gmsc/src/master/IntegratedSamples/BuildingPermits/