Click here to Skip to main content
15,902,445 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCreateObject Not Working in VBScript Pin
VikashGohil23-Sep-09 22:31
VikashGohil23-Sep-09 22:31 
QuestionTry catch javascript error in whole web application Pin
kKamel23-Sep-09 20:18
kKamel23-Sep-09 20:18 
AnswerRe: Try catch javascript error in whole web application Pin
Marc Firth23-Sep-09 22:43
Marc Firth23-Sep-09 22:43 
GeneralRe: Try catch javascript error in whole web application Pin
kKamel23-Sep-09 23:42
kKamel23-Sep-09 23:42 
GeneralRe: Try catch javascript error in whole web application Pin
Marc Firth24-Sep-09 0:04
Marc Firth24-Sep-09 0:04 
Question[Solved]Unable to access web application on intranet [modified] Pin
nagendrathecoder23-Sep-09 0:40
nagendrathecoder23-Sep-09 0:40 
AnswerRe: Unable to access web application on intranet Pin
mrcooll23-Sep-09 1:01
mrcooll23-Sep-09 1:01 
GeneralRe: Unable to access web application on intranet Pin
nagendrathecoder23-Sep-09 1:16
nagendrathecoder23-Sep-09 1:16 
GeneralRe: Unable to access web application on intranet Pin
mrcooll23-Sep-09 1:25
mrcooll23-Sep-09 1:25 
AnswerRe: Unable to access web application on intranet Pin
nagendrathecoder23-Sep-09 1:26
nagendrathecoder23-Sep-09 1:26 
GeneralRe: Unable to access web application on intranet Pin
nagendrathecoder23-Sep-09 1:57
nagendrathecoder23-Sep-09 1:57 
QuestionMicrosoft.SQLServer.ManagedDTS on 64 bit OS Pin
RichardGrimmer22-Sep-09 22:03
RichardGrimmer22-Sep-09 22:03 
QuestionHow to get the currently focused control Pin
meghamaharshi22-Sep-09 20:57
meghamaharshi22-Sep-09 20:57 
AnswerRe: How to get the currently focused control Pin
Abhishek Sur22-Sep-09 22:17
professionalAbhishek Sur22-Sep-09 22:17 
QuestionSMTP Server Pin
sangeeta200922-Sep-09 5:51
sangeeta200922-Sep-09 5:51 
AnswerRe: SMTP Server Pin
egenis22-Sep-09 19:30
egenis22-Sep-09 19:30 
QuestionWeb Service as Proxy Pin
Leo Smith22-Sep-09 5:15
Leo Smith22-Sep-09 5:15 
AnswerRe: Web Service as Proxy Pin
Abhishek Sur22-Sep-09 12:25
professionalAbhishek Sur22-Sep-09 12:25 
yes .. Why not. Just you need to take reference to the web services you want to proxy from the master web service and call it.

But always to remind you, calling web service from one service or web site will put an extra load to the web server. Means each web request spawns a new thread to the Web server. Thus for every web request, if the request itself invokes another web request, 2 threads will be created instead of 1 for every request.

Other than that, its cool and easy to use.

cheers. Wink | ;)

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: Web Service as Proxy Pin
Leo Smith22-Sep-09 13:09
Leo Smith22-Sep-09 13:09 
GeneralRe: Web Service as Proxy Pin
Abhishek Sur22-Sep-09 13:16
professionalAbhishek Sur22-Sep-09 13:16 
GeneralProblems with Sites Pin
itsravie22-Sep-09 2:23
itsravie22-Sep-09 2:23 
GeneralRe: Problems with Sites Pin
Christian Graus23-Sep-09 18:24
protectorChristian Graus23-Sep-09 18:24 
QuestionHow to implement live video on Web site Pin
asprajesh21-Sep-09 23:58
asprajesh21-Sep-09 23:58 
AnswerRe: How to implement live video on Web site Pin
Aman Bhullar22-Sep-09 3:17
Aman Bhullar22-Sep-09 3:17 
QuestionProblem inserting external CSS using JS in IE8 Pin
Sharadb.adobe21-Sep-09 19:42
Sharadb.adobe21-Sep-09 19:42 

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.