Base solution for your next web application

Activities of "maxmjbn"

Thank you for the links to the documentation.

Your suggestion seems to make sense and this is what I'll do. :D

Thank you for the reply!

May I also suggest longer session timeout. It seems to me like I alway do have to login each time I want to do something.

A session should last, at least, 24 hours. Why not a week of inactivity before you kill the session? It's not my bank account! :-)

Answer

I did a search and replace for:

/Mpa/

To:

/NewFolder/

Then, I did a search and replace for:

Mpa/

To:

NewFolder/

Then, I changed in the Web project "Controllers/ApplicationController.cs" the redirect area to "NewFolder".

You should also consider doing a search and replace for your namespaces:

.Areas.Mpa.

To:

.Areas.NewFolder.

Finally, I did a search to validate that I did not miss anything. All good!

Showing 1 to 3 of 3 entries