angularjs - Thinktecture IdentityServer V3 - Data is not binding and resources are not loading -
i've created web api i'd secured thinktecture's identityserver v3. imported package nuget, , able hit token endpoints create token. however, noticed bootstrap css not load on is's main page:
this how appears i.imgur.com/dftmq7c.png vs https:/demo.getidentityserver.com
it didn't bother me until started using views (and not endpoints) pages print variable names , function incorrectly resources not loading properly. like so. of course, can not log in since redirects me literal "loginurl" page. i've tried reverting previous version 1.2.1, still have same issue. alternatively, i've looked @ samples , don't have same issue @ all, i'm wondering if there's config in api project may causing this.
has encountered problem or know of potential fix?
be sure read through documentation thoroughly, guys. lesson learned. needed add rammfar web.config "otherwise of embedded assets not loaded correctly iis"
<system.webserver> <modules runallmanagedmodulesforallrequests="true" /> </system.webserver>
Comments
Post a Comment