Select to view content in your preferred language

Flex Viewer with Linux web server

751
1
Jump to solution
03-20-2014 09:50 AM
MikeFrey
Deactivated User
I am fairly new to creating web services but I created an application using Flex API locally on IIS. Our company's web server host is off site and uses a Linux based server. Will the application built with IIS work on this web server? and will the web adaptor work on the Linux server?
Thanks
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
GISDev1
Deactivated User
I am fairly new to creating web services but I created an application using Flex API locally on IIS. Our company's web server host is off site and uses a Linux based server. Will the application built with IIS work on this web server? and will the web adaptor work on the Linux server?
Thanks

Yes and yes.
Keep in mind that IIS is not case-sensitive and most popular Linux Web Servers are case-sensitive, so be careful on that part. Also, if you happen to be using a Proxy in IIS, that will likely need to be re-done for the Linux Web Server.

View solution in original post

0 Kudos
1 Reply
GISDev1
Deactivated User
I am fairly new to creating web services but I created an application using Flex API locally on IIS. Our company's web server host is off site and uses a Linux based server. Will the application built with IIS work on this web server? and will the web adaptor work on the Linux server?
Thanks

Yes and yes.
Keep in mind that IIS is not case-sensitive and most popular Linux Web Servers are case-sensitive, so be careful on that part. Also, if you happen to be using a Proxy in IIS, that will likely need to be re-done for the Linux Web Server.
0 Kudos