Posts by Sydinho Franco • 103 points
6 posts
-
3
votes1
answer1897
viewsQ: Return JSON with ASP.NET/C#
I have the following codes Default.aspx <script type="text/javascript"> /* Relógio */ function startTime() { $.ajax({ type: 'POST', url: 'Default.aspx/GetNetworkTime', data: "{}", contentType:…
-
1
votes2
answers7643
viewsQ: Application Security Change for Medium Trust
I recently uploaded a system I created in Asp.Net using MVC and Entity to the Kinghost web server. On localhost and on my own server it works normally. When trying to access the application on the…
-
1
votes1
answer1316
viewsA: Use Database table instead of table created when using Individual Identity Authentication
I did the migration (as shown here) from the database automatically created by Identity to control system user authentication for my SQL Server BD server and now I am using both databases for the…
-
1
votes1
answer1161
viewsA: Permission to create a database denied by the master database
I was able to create. The error was in my Connection string, in the Secutity User parameter. I changed it this way and it worked: <add name="DefaultConnection" connectionString="Data…
-
3
votes1
answer1161
viewsQ: Permission to create a database denied by the master database
I am trying to migrate the database created automatically by Identity to control user authentication and this error appears: CREATE DATABASE permission denied in database 'master'. My string…
-
1
votes1
answer1316
viewsQ: Use Database table instead of table created when using Individual Identity Authentication
I created an Asp.net MVC application using Identity and left checked the option for Visual Studio to create individual user authentication for me. Turns out I just found out that it creates a . mdf…