Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
arichika committed Sep 15, 2015
1 parent ed6c400 commit eb01789
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ const string roleName = "Admin";
- Before you do debugging, you must create the tables in the database.
Please run DDL Script, "OracleIdentity.sql.txt" in the AspNet.Identity.Oracle project.

- If you have an error appears at the start of debugging, please try the following below.
- To start the Visual Studio by "Run as Administrator".
- Debugging on the "Local IIS" not "IIS Express".
- Check build platform Win32 or x64, this project and installed ODP.NET.


Notice
======
Expand Down
16 changes: 10 additions & 6 deletions Src/AspNet.Identity.Oracle/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is an example to implement a OracleDatabase store for ASP.NET Identity 2.0

Steps to run project

This is an example to implement a OracleDatabase store for ASP.NET Identity 2.0
Steps to run project
- Open project in VS with Update 2 or later installed
- Build project to restore packages and build project
- In the solution, add a new one ASP.NET project with MVC and Individual Authentication
Expand Down Expand Up @@ -54,6 +54,10 @@ const string roleName = "Admin";
```
- Before you do debugging, you must create the tables in the database.
Please run DDL Script, "OracleIdentity.sql.txt" in the AspNet.Identity.Oracle project.



- If you have an error appears at the start of debugging, please try the following below.
- To start the Visual Studio by "Run as Administrator".
- Debugging on the "Local IIS" not "IIS Express".
- Check build platform Win32 or x64, this project and installed ODP.NET.

//

0 comments on commit eb01789

Please sign in to comment.