Can't log into ASP.NET MVC site once on IIS -


i got asp.net mvc application hosted on local windows/iis server. went login page when try log in says,

error: error occurred while processing request

this non-descript...

my gut feeling when did web deploy, didn't deploy localdb(?) users' credentials stored. before try re-deploy entire app, i'd see if can offer guidance. on right track? there other possible causes/solutions should investigate?

i'm using default registration/login system in project start with, , woks fine in vs. did regular web deploy iis server, , site works fine until go log in.

fixed: issue caused (as suspected) inaccessibility of localdb users' credentials stored. vs uses light db instead of making install sql express or alternative (much iis express works better debugging full iis). when push application iis vs, database wasn't connecting. found other question, , top answer fixed issue.

how deploy asp.net mvc 4 application using localdb local iis on windows 7?

this solve issue, there lot of conflict on web whether or not ok use localdb in production, if have lot riding on project might want take @ that. purpose, localdb fine, solved issue. thank responded (admittedly) broad question. i'm sure useful thread others same issue.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -