Click here to Skip to main content
15,917,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem in Connecting to Sqlserver 2000 Pin
en.Mahdi5-Sep-09 19:52
en.Mahdi5-Sep-09 19:52 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
Abhijit Jana5-Sep-09 21:37
professionalAbhijit Jana5-Sep-09 21:37 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
en.Mahdi6-Sep-09 0:10
en.Mahdi6-Sep-09 0:10 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
Abhishek Sur5-Sep-09 23:55
professionalAbhishek Sur5-Sep-09 23:55 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
en.Mahdi6-Sep-09 0:13
en.Mahdi6-Sep-09 0:13 
GeneralRe: Problem in Connecting to Sqlserver 2000 Pin
Abhishek Sur6-Sep-09 1:13
professionalAbhishek Sur6-Sep-09 1:13 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
Vimalsoft(Pty) Ltd5-Sep-09 23:58
professionalVimalsoft(Pty) Ltd5-Sep-09 23:58 
AnswerRe: Problem in Connecting to Sqlserver 2000 Pin
en.Mahdi6-Sep-09 0:17
en.Mahdi6-Sep-09 0:17 
GeneralRe: Problem in Connecting to Sqlserver 2000 Pin
Vimalsoft(Pty) Ltd6-Sep-09 20:02
professionalVimalsoft(Pty) Ltd6-Sep-09 20:02 
Questionwebservice Pin
farokhian5-Sep-09 10:21
farokhian5-Sep-09 10:21 
AnswerRe: webservice Pin
Christian Graus5-Sep-09 10:41
protectorChristian Graus5-Sep-09 10:41 
GeneralRe: webservice Pin
Abhishek Sur5-Sep-09 10:50
professionalAbhishek Sur5-Sep-09 10:50 
GeneralRe: webservice Pin
farokhian5-Sep-09 10:51
farokhian5-Sep-09 10:51 
GeneralRe: webservice Pin
Christian Graus5-Sep-09 10:52
protectorChristian Graus5-Sep-09 10:52 
GeneralRe: webservice Pin
farokhian5-Sep-09 11:25
farokhian5-Sep-09 11:25 
GeneralRe: webservice Pin
Abhishek Sur5-Sep-09 11:02
professionalAbhishek Sur5-Sep-09 11:02 
Is your webservice is hosted in another server than your website??? Confused | :confused:

If not then I think it is always better to do the task directly. Web Servers spawns a new thread to every Request made. Thus, if you are calling a web service to get Response, your Web Server will create a new thread and make a request, means an added load to the server to the request.
This way you are actually using Two threads when this could be done in a single one. Laugh | :laugh:

Hope you understand our concern.

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: webservice Pin
farokhian5-Sep-09 11:22
farokhian5-Sep-09 11:22 
GeneralRe: webservice Pin
Christian Graus5-Sep-09 11:25
protectorChristian Graus5-Sep-09 11:25 
GeneralRe: webservice Pin
farokhian5-Sep-09 11:35
farokhian5-Sep-09 11:35 
GeneralRe: webservice Pin
Christian Graus5-Sep-09 12:06
protectorChristian Graus5-Sep-09 12:06 
GeneralRe: webservice Pin
Abhijit Jana5-Sep-09 11:33
professionalAbhijit Jana5-Sep-09 11:33 
GeneralRe: webservice Pin
Abhishek Sur5-Sep-09 12:03
professionalAbhishek Sur5-Sep-09 12:03 
AnswerRe: webservice Pin
Abhishek Sur5-Sep-09 10:46
professionalAbhishek Sur5-Sep-09 10:46 
Questionhow to select first several datarow from a dataset, and how to create a dataset from datarow? Pin
Seraph_summer5-Sep-09 9:35
Seraph_summer5-Sep-09 9:35 
AnswerRe: how to select first several datarow from a dataset, and how to create a dataset from datarow? Pin
Abhishek Sur5-Sep-09 10:16
professionalAbhishek Sur5-Sep-09 10:16 

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.