DotNet Enterprise Deployment Instructions
IIS6 install instructions
IIS7 install instructions
Workarounds or potential issues for DotNet
The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.
Make sure you have Asp.Net 3.5 sp1 installed then run
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
This will register asp.net to server
404 file not found.
Make sure you have Asp.Net 3.5 sp1 installed then open a command prompt and run:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Also make sure you have completed item 3 here
IIS 6: Make sure ASP.NET v2.0.50727 is allowed in IIS Web Service Extensions

No authority could be contacted for authentication.
Remove server from domain and then re-add server to domain
Oracle Specific Issues
ORA-02289: sequence does not exist
You need to run OracleCreateTables.sql found in documentation folder. This will need to be run by the oracle user that will be accessing the database
The provider is not compatible with the version of Oracle client
Do a search for the below files and place them in the "{website install location}/bin" folder

- oci.dll
- Oracle.DataAccess.dll
- oraociicus11.dll
- OraOps11w.dll
- orannzsbb11.dll
- oraocci11.dll
- ociw32.dll
ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
- Goto NETWORK\ADMIN folder in oracle install (C:\app\<username>\product\11.2.0\dbhome_1\NETWORK\ADMIN
- Open tnsnames.ora
- Find the definition for your database. It begins on a line with "MYDATABASENAME = "
- Use the SERVICE_NAME property as your database name in your RealityCharting configuration (SERVICE_NAME = mydatabasename.localhost)

