Hi there
Very nice tutorial, congrats. (youtube.com/watch?v=pQicy_ggtEU)
Would someone enlighten me why my MVC calendar project is saving the appointments into the .mdf file when running from Visual Studio but is not saving the appointments when running from IIS server.
There is no errors except do not saving the data after refreshing page.
thx
Hi,
an IIS application user may not have rights for attaching database file to MSSQL server. The simplest way to resolve the issue is to manually attach the database to the server and modify a connection string (so app will connect to an existing database)
Many thanks for your reply Aliaksandr, I’ll give it a try.
However is there any way to point IIS Application to use MVC DB?
Thanks