Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: error 404

$
0
0
Re: error 404
FoxInCloud
Re: error 404
Dec. 5, 2012
07:11 pm
3NS155DUIShow this entire thread in new window
Gratar Image based on email address
From:Tuvia Vinitsky
To:Garth Groft
You do not need to reinstall the web server, but you will need to recreate or edit that particular website in the IIS control panel. web.config comes from IIS , and IIS reads it for that site, which is why it is often manually edited as text rather then going thry the entire IIS control panel process. HOwever a messed up web.config means that IIS is reading wrong settings about your site.


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








Viewing all articles
Browse latest Browse all 10393

Trending Articles