c#
How another pc can access my application using LAN with full functionality
I have developed an Desktop application using C#.Net. Application contains SQL Server Database too. I have setup a two PC network(My system is Server and other will be client). Network is working fine for everything except this issue. issue is when i run my project .sln file, project executes clearly. but when i try enter username and password for further use, database error occurs. On server, project is running correctly. but when i try to run this .sln from client, then this issue occurs. what should i do? Here is the app.config file. <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> </configSections> <connectionStrings> <add name="Encrptopm.Properties.Settings.cryptographyConnectionString" connectionString="Data Source=DESKTOP-7LCFOV9;Initial Catalog=cryptography;Integrated Security=True" providerName="System.Data.SqlClient" /> </connectionStrings> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> </startup> </configuration>
Related Links
Use split to remove parts of a string that are surrounded by curly double quotes
Installing json.net via NU get error 'Newtonsoft.Json' already has a dependency defined for Microsoft C#
Only insert data into a database if it doesn't exist already
Entity Framework not Finding Table
Windows Service Communicate WIth UI
How can I prevent screen recording using C#?
Angular $http.post() to C# Web API Controller
Return parameter in controller instead a View
How can I pause the audio source and animation at the same time in unity 3d
When should I use ServiceFabricIntegrationOptions.UseUniqueServiceUrl
Regex match and replace operators in math operation
ASP.NET login web application on intranet against Active Directory Domain
Why is the hub context connection ID inaccessible at runtime in my VERY simple method?
How to prevent the CSharpCodeProvider to output access modifiers
How can I get the value of a radio button when the page is posted with mvc
Console two line output