Hello! My hotel client disconnects when its loaded 100%.
Variables are allright, config.php and config.conf are allright and firewall is allowing every port. What is the problem?
10/21/2013 10:21:26 AM: Error: System.NullReferenceException: Object reference not set to an instance of an object...
Well, do you installed PHP 5.xx or something?
If you dont know, look at Web platform installer -> Search at "PHP" and there should be "PHP 5.4.9" install that, if you havent
Delete the htaccess file at wwwroot, and create new txt file and put this in there:
CODE: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1">
<match url="^(|/)$"...