i do not know what was there before. i have no official backup. none of the web.config files i found work. do you know what should be in this file?
please restore the web.config file(s) you previously had on your server
this is web.config on my laptop under app's development folder site/ucstest
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<location path="index.htm">
<system.webServer>
<httpRedirect enabled="true" destination="/ucsTest/login.ucs" httpResponseStatus="Permanent" />
</system.webServer>
</location>
</configuration>
you should restore a backup - you may have several in your site's directory
where can i get a good one? what should be in this file? where did it get created originally? garth
you probably have copied 'web.config'
this file should not be replaced by your dev version as it contains server-specific information
after uploading new files to inetpub/wwwroot, access to the FiC app on my server has stopped working (error 404). the server ip address is not changed. how do i go about restoring access?
garth groft