web config file format changed
hi all
i have a problem
my web.config file format has changed due to some mistake
now it contain only the following lines
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
i am so, not able to debug
how can i restore the original format of web config?
can i delete this web config and then add a new one?
please help me
thanks
|