Problem:
I have installed the OnTime 2007 web client and now I get a HTTP 403 and or 404 errors.
Resolution:
First thing to check is that the ASP.Net Tab lists .net framework 2.0 in IIS, and that the documents tab contains the Default.aspx page.
Secondly;
If you run the following commands from DOS it should reset all of the ASP.net items to its proper setting and eliminate most errors. Sometimes from installing applications or making other changes ASP.net even though it’s installed and appears to be registered OK isn’t quite right.
Using the Command line client, CD to the following directory and execute the aspnet_regiis commands below.
c:\windows\microsoft.net\framework\v2.0.50727
aspnet_regiis -i
aspnet_regiis -c
iisreset
After running these three commands from the above directory if you try getting back in to your website and it should be fine.
Dragan Marceta
www.Axosoft.com