ERROR when creating User on an ASP.NET MVC2 Project on a server -


I created ASP.NET MVC2 from a remote server with MS template. It works even when I want to register a new user; I received this error message after verifying:

Sorry, there was an error while processing your request.

What should I do?

I suspect that the database location is not writeable, but was asked to make sure That you will need to get an error / exception in some way back to the server.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -