Recently I've started working on a project which will require a website written in C# (.aspx) and will also use the free and awesome QGIS-web-client. Because of this I've decided to use windows server 2012(64-bit) and all its stuffs. So firstly I installed QGIS-server using their installer I downloaded and installed the required applications. By default QGIS-server runs with Apache, but because I will also be running a .aspx website I decided to use only 1 webserver (IIS) instead of 2 (Apache and IIS)(for security reasons). After struggling with permissions and all other wizardry in IIS I've finally managed to get a correct GetCapabilities response.
After that I had to clone the client to the directory of my choosing. Then I added the client's index.html as a new site in IIS, all I had left to do is fix the line in GlobalOptions.js file (var serverAndCGI = "/QGISomething/something/qgis_mapserv.fcgi" and some paths in index.html.
After that was set I open up the browser and open a test project I use and all I get are pink tiles over my background raster of the world. Ofcourse this stackexchange helped me: (partly solved) Only pink tiles using Qgis Server, but after changing all the permissions the result stays the same. Now I am stuck. The browser console has no errors and all requests are correct.
Any suggestions are welcome!
أكثر...
After that I had to clone the client to the directory of my choosing. Then I added the client's index.html as a new site in IIS, all I had left to do is fix the line in GlobalOptions.js file (var serverAndCGI = "/QGISomething/something/qgis_mapserv.fcgi" and some paths in index.html.
After that was set I open up the browser and open a test project I use and all I get are pink tiles over my background raster of the world. Ofcourse this stackexchange helped me: (partly solved) Only pink tiles using Qgis Server, but after changing all the permissions the result stays the same. Now I am stuck. The browser console has no errors and all requests are correct.
Any suggestions are welcome!
أكثر...