c# - Building an MVC web application using the Database First approach with an Oracle DB -


mapping membership provider tables in dev newly created oracle tables.

i building internet application in mvc using database first approach (ado.net) oracle db. utilizing mvc 4/internet application template visual studio builds context class membership provider services.. once register account in app, visual studios creates database membership tables on local.. question is, if create tables in oracle db on server, how map application use oracle tables. appears mapping happens in webmatrix.webdata.websecurity class... if going @ wrong, please provide me best approach..

thanks in advance...

you need map on app.config. see host on data source, define path oracle server.

enter image description here

you can find more information on link: http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/dotnet/codefirst/index.html


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -