IdentityServer3.Samples
IdentityServer3.Samples copied to clipboard
CutsomViewService sample not working on IIS
Hi,
I was able to run this sample as it is and works fine with IISExpress. Even my custom html/css works fine but as soon as I switch the projects to run on IIS the following two things happen:
- The styling is completely lost
- {{model.loginUrl}} syntax is apparently not recognised and hence all statements containing this syntax appear to be treated as a string
This happens even when I run the sample project as it is without any of my customisation. All projects are properly configured to run under https with a valid SSL certificate.
Any ideas how I can get this sample to work properly on IIS??
Thanks