cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying UI5 application in IIS server.

Former Member
0 Kudos

Hi Everyone,

I am using OPENUI5 to build a web page and i deployed it in IIS server(.NET platform).

The thing is it is throwing the below errors after deployed in server,

this errors are not occurring when iam running the web page through the Visual Studio or Xamarin.

And it is effecting the default text like tooltips, table sort text etc

can any one help to solve this issue.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi shashank,

I also faced same issue with IIS server by adding the mime type for properties file as text/plain  i resolved this issue.

Once check the mime type for properties file is existed or not on server.

Former Member
0 Kudos

Thank you Ashok,

It is working.

Answers (2)

Answers (2)

Qualiture
Active Contributor
0 Kudos

Apparently your application cannot find the OpenUI5 libs on your IIS server. Have you put them in a resolvable './resources' folder?

Former Member
0 Kudos

By going through the code i come to know that the message bundles are not loading. Now any one can say how load the SAP defined bundles.