1

I created a Web project to ASP.NET MVC Web API and C # in VS2013 Update 4, changed the connection string to SQL Server 2008 R2 and after having created the database with "Asp.Net Identity" added several extra columns the table AspNetUsers.

But I have failed to change the data type of the id field for the table AspNetUsers. By default this is set to String but I would like to change it to an integer. Is anyone experienced this? Regards!

2
  • I believe you can find the anwser here asp.net/identity/overview/extensibility/…
    – tmg
    Commented Jun 16, 2015 at 17:00
  • In this case use MVC with Update 3. I'm using Update 4, I'll use it as a guide and see what I can get.
    – Aldogeno
    Commented Jun 16, 2015 at 17:13

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.