MOSS 2007 "File Not Found" error - Ryan Rupert |
Wednesday, February 07, 2007 12:03 PM
|
we have the same problem, do you have the fix |
 |
Did you use the ASP.NET "Edit Configuration" tool in inetmgr? - giri.tharmanantha |
Friday, February 09, 2007 7:23 AM
|
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 |
Saturday, February 10, 2007 10:05 AM
|
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">. |
 |