MOSS 2007 "File Not Found" error - Ryan Rupert |
07-Feb-07 12:03:45
|
we have the same problem, do you have the fix |
 |
| |
MOSS 2007 "File Not Found" error - giri.tharmanantha |
09-Feb-07 07:23:08
|
Did you use the ASP.NET "Edit Configuration" tool in inetmgr? I did
and got this same problem. I think it is trashing the web.config,
because when I copy a "clean" web.config from another site (inetpub\wss
\someothersite) then it works again
hth |
 |
| |
MOSS 2007 "File Not Found" error - chris |
10-Feb-07 10:05:13
|
It seems that when you modify the web.config with the IIS tool, it
adds an attribute (xmlns) to the <configuration> tag like so:
v2.0">. |
 |
| |