Install on Windows with IIS

Anyone tried to install cs-cart 2.0 on windows server with IIS? Is it possible? What functionality will be limited or dead?

The purpouse, I got request from bosses to think about moving to a new technologies.

Thanks in advance!

[quote name=‘deMarchi’]Anyone tried to install cs-cart 2.0 on windows server with IIS? Is it possible? What functionality will be limited or dead?

The purpouse, I got request from bosses to think about moving to a new technologies.

Thanks in advance![/QUOTE]



Yes, it is possible - CS-Cart 2.0 works fine on IIS.



The only draw back is that getting SEO to work correctly with ISAPI ReWrite is a little difficult.

thank you for your reply. I fixed this problem, it was from security area.



But I met new problems^

-ajax doesn’t update items in the cart. just if you refresh the page.

-if you turn off ajax then on adding an item to the catt the database show exception on the query with user_id out of range.



and these resolved. thank you (cart-bugs will report to developers)

How should the .htaccess look like with ISAPI ReWrite?

I installed it today. In IE the website looks fine, but in FF it seems the website cannot find any css files and pictures.

Not sure how ISAPI ReWrite works with .htaccess, but we use IIS’s internal URL Rewrite feature and it perfectly works. just import .htaccess. probably it will require minor changes for the final udoptation but should work immediately.



/btw all bugs mentoined earlier here in the thread were fixed/

[quote name=‘deMarchi’]Not sure how ISAPI ReWrite works with .htaccess, but we use IIS’s internal URL Rewrite feature and it perfectly works. just import .htaccess. probably it will require minor changes for the final udoptation but should work immediately.



/btw all bugs mentoined earlier here in the thread were fixed/[/QUOTE]



I am also running CS-Cart on IIS 7 with its built-in URL rewrite 2.0



I have the following code in my web-config file:





























It seems to be working fine. However, I am not sure if I need to put anything else in there. Can you tell me what code you posted in your web.config file?