Cannot open database “test” requested by the login. The login failed. Login failed for user ‘xyzASPNET’
I have created a web service which is saving some data into to db. But I am getting this error:
I have created a web service which is saving some data into to db. But I am getting this error:
I’ve read a lot of posts about inserting a DataTable into a SQL table, but is there an easy way to pull a SQL table into a .NET DataTable?
Is there an easy way to populate my C# Object with the JSON object passed via AJAX?
Hi I am exporting database to excel with below method as
I have some concerns using async actions in ASP.NET MVC. When does it improve performance of my apps, and when does it not?
is there a way to get the value of a property of a object based on its name?
Is there a way to tell if an event handler has been added to an object? I’m serializing a list of objects into/out of session state so we can use SQL based session state… When an object in the list has a property changed it needs to be flagged, which the event handler took care of properly before. However now when the objects are deserialized it isn’t getting the event handler.
I have been reading a lot of articles explaining how to set up Entity Framework’s DbContext so that only one is created and used per HTTP web request using various DI frameworks.
I am trying to share sessions between two web applications, both hosted on the same server. One is a .net 2.0 web forms application the other is as .net 3.5 MVC2 application.