Symptoms
On browsing to the login page of Softalk Organizer, the login screen does not look rendered correctly. The login name and password fields are not where they are expected to be and it is not possible to log in.
Cause
This is because ASP.NET has not been correctly registered on the server computer.
Resolution
To resolve this, Locate the .NET Framework folder. This is as follows:
From a command window, change directory to this folder and run the following:
aspnet_regiis.exe -i
then restart IIS by typing iisreset /restart on the Run command line.
Then try reviewing/refreshing the login page. This time it should render correctly.