You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
ahsonbukhari
changed the title
{{model.loginUrl}} syntax not working on IIS
CutsomViewService sample not working on IIS
Aug 17, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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
The text was updated successfully, but these errors were encountered: