Click here to Skip to main content
15,893,337 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web service in asp.net using c# Pin
BobJanova15-Apr-11 2:27
BobJanova15-Apr-11 2:27 
Indeed. Both connection strings are absolute paths to things that are on the local machine, and almost certainly won't be in the same place when hosted. Make sure the connection strings in the uploaded version point to where the database actually is (your host should be able to tell you this).

And indeed, connection strings should be in a configuration file, so your code base can be the same for testing and deployment.
GeneralRe: Web service in asp.net using c# Pin
akosidandan15-Apr-11 17:29
akosidandan15-Apr-11 17:29 
AnswerRe: Web service in asp.net using c# Pin
Dave Kreskowiak15-Apr-11 1:57
mveDave Kreskowiak15-Apr-11 1:57 
GeneralRe: Web service in asp.net using c# Pin
akosidandan15-Apr-11 2:05
akosidandan15-Apr-11 2:05 
GeneralRe: Web service in asp.net using c# Pin
akosidandan15-Apr-11 17:30
akosidandan15-Apr-11 17:30 
AnswerRe: Web service in asp.net using c# Pin
Prasanta_Prince15-Apr-11 8:13
Prasanta_Prince15-Apr-11 8:13 
GeneralRe: Web service in asp.net using c# Pin
akosidandan15-Apr-11 17:27
akosidandan15-Apr-11 17:27 
Questiondatabase path Pin
arkiboys14-Apr-11 7:27
arkiboys14-Apr-11 7:27 
AnswerRe: database path Pin
Not Active14-Apr-11 10:03
mentorNot Active14-Apr-11 10:03 
GeneralRe: database path Pin
arkiboys14-Apr-11 10:50
arkiboys14-Apr-11 10:50 
GeneralRe: database path Pin
Not Active14-Apr-11 11:40
mentorNot Active14-Apr-11 11:40 
GeneralRe: database path Pin
arkiboys14-Apr-11 20:26
arkiboys14-Apr-11 20:26 
GeneralRe: database path Pin
Pravin Patil, Mumbai15-Apr-11 0:45
Pravin Patil, Mumbai15-Apr-11 0:45 
GeneralRe: database path Pin
Dave Kreskowiak15-Apr-11 1:54
mveDave Kreskowiak15-Apr-11 1:54 
AnswerRe: database path Pin
Prasanta_Prince15-Apr-11 8:15
Prasanta_Prince15-Apr-11 8:15 
GeneralRe: database path Pin
arkiboys15-Apr-11 10:21
arkiboys15-Apr-11 10:21 
Questionbeginner question Pin
ace30014-Apr-11 7:16
ace30014-Apr-11 7:16 
AnswerRe: beginner question Pin
gavindon14-Apr-11 9:08
gavindon14-Apr-11 9:08 
AnswerRe: beginner question Pin
BobJanova14-Apr-11 22:53
BobJanova14-Apr-11 22:53 
AnswerRe: beginner question Pin
Prasanta_Prince15-Apr-11 6:30
Prasanta_Prince15-Apr-11 6:30 
Questionvarchar(max) in database - how to put the size in ADO.NET Pin
Member 779716714-Apr-11 5:54
Member 779716714-Apr-11 5:54 
AnswerRe: varchar(max) in database - how to put the size in ADO.NET Pin
Ennis Ray Lynch, Jr.14-Apr-11 7:24
Ennis Ray Lynch, Jr.14-Apr-11 7:24 
GeneralRe: varchar(max) in database - how to put the size in ADO.NET Pin
Member 779716714-Apr-11 8:46
Member 779716714-Apr-11 8:46 
GeneralRe: varchar(max) in database - how to put the size in ADO.NET Pin
jschell14-Apr-11 9:38
jschell14-Apr-11 9:38 
GeneralRe: varchar(max) in database - how to put the size in ADO.NET Pin
Ennis Ray Lynch, Jr.14-Apr-11 9:52
Ennis Ray Lynch, Jr.14-Apr-11 9:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.