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.
you can find more information on link: http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/dotnet/codefirst/index.html
Comments
Post a Comment