Startup The Database In Archivelog Mode | |
| SELECT log_mode |
| |
Startup The Database In NoArchivelog Mode | |
| SELECT log_mode |
Source: http://psoug.org/reference/archivelog.html
Blog from a software professional, Passionate to work in latest cutting edge technologies in order to get better results in business.
Startup The Database In Archivelog Mode | |
| SELECT log_mode |
| |
Startup The Database In NoArchivelog Mode | |
| SELECT log_mode |
Source: http://psoug.org/reference/archivelog.html
When am trying to build a web application through visual studio 2010, I was getting the following error message.
· "It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.
This error can be caused by a virtual directory not being configured as an application in IIS. "
The solution is to check whether the is any other sub folder which is having web.config file. After removing it, The build was successful.
Best Regards