Click here to Skip to main content
15,890,557 members
Home / Discussions / Web Development
   

Web Development

 
Questionselect an item in gridview Pin
ptvce2-Dec-12 1:50
ptvce2-Dec-12 1:50 
AnswerRe: select an item in gridview Pin
Richard MacCutchan2-Dec-12 3:00
mveRichard MacCutchan2-Dec-12 3:00 
Questioni php question Pin
gamaan1-Dec-12 4:00
gamaan1-Dec-12 4:00 
AnswerRe: i php question Pin
gamaan1-Dec-12 4:03
gamaan1-Dec-12 4:03 
AnswerRe: i php question Pin
Zamshed Farhan12-Jan-13 6:03
Zamshed Farhan12-Jan-13 6:03 
QuestionHTML Pin
DivyamS30-Nov-12 19:35
DivyamS30-Nov-12 19:35 
AnswerRe: HTML Pin
Zamshed Farhan15-Jan-13 4:21
Zamshed Farhan15-Jan-13 4:21 
Questionthe protocol 'net.pipe' is not supported-WCF Pin
mallikharjuna22128-Nov-12 0:50
mallikharjuna22128-Nov-12 0:50 
Hi I am developing a wcf service with netNamedpipesBinding when I run the service (debug->start new instance)I am getting the error as "the protocol 'net.pipe' is not supported"

web.config file as below.

<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior>
<serviceMetadata httpGetEnabled="true"/>
<serviceDebug includeExceptionDetailInFaults="false"/>
</behavior>
<behavior name="ServiceBehaviour"></behavior>
</serviceBehaviors>
</behaviors>
<serviceHostingEnvironment multipleSiteBindingsEnabled="true" />
<bindings>
<netNamedPipeBinding>
<binding name="ServiceBinding">
<security mode="None"></security>
</binding>
</netNamedPipeBinding>
</bindings>
<services>
<service name="WcfNPService.Service1" behaviorConfiguration="ServiceBehaviour">
<endpoint name="NPEndPoint" address="net.pipe://localhost/WcfNPService/Service1.svc"
binding="netNamedPipeBinding"
contract="WcfNPService.IService1" bindingConfiguration="ServiceBinding"></endpoint>
</service>
</services>
</system.serviceModel>

</configuration>
AnswerRe: the protocol 'net.pipe' is not supported-WCF Pin
User 171649228-Nov-12 1:38
professionalUser 171649228-Nov-12 1:38 
GeneralRe: the protocol 'net.pipe' is not supported-WCF Pin
mallikharjuna22128-Nov-12 2:34
mallikharjuna22128-Nov-12 2:34 
GeneralRe: the protocol 'net.pipe' is not supported-WCF Pin
User 171649228-Nov-12 3:11
professionalUser 171649228-Nov-12 3:11 
Questionhow to get data when using header('location:'.$url) ??? Pin
aa_zz26-Nov-12 4:27
aa_zz26-Nov-12 4:27 
AnswerRe: how to get data when using header('location:'.$url) ??? Pin
Zamshed Farhan15-Jan-13 4:24
Zamshed Farhan15-Jan-13 4:24 
QuestionWeb technologies Pin
Junoli25-Nov-12 11:28
Junoli25-Nov-12 11:28 
SuggestionRe: Web technologies Pin
Jon Larborn29-Nov-12 10:21
Jon Larborn29-Nov-12 10:21 
Questionbreak-word CSS Pin
Jon Larborn23-Nov-12 7:15
Jon Larborn23-Nov-12 7:15 
AnswerRe: break-word CSS Pin
vbmike24-Nov-12 4:08
vbmike24-Nov-12 4:08 
GeneralRe: break-word CSS Pin
Jon Larborn24-Nov-12 13:13
Jon Larborn24-Nov-12 13:13 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 9:58
vbmike29-Nov-12 9:58 
GeneralRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:04
Jon Larborn29-Nov-12 10:04 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 10:10
vbmike29-Nov-12 10:10 
AnswerRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:14
Jon Larborn29-Nov-12 10:14 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 11:06
vbmike29-Nov-12 11:06 
GeneralRe: break-word CSS Pin
User 171649229-Nov-12 12:00
professionalUser 171649229-Nov-12 12:00 
AnswerRe: break-word CSS Pin
Jon Larborn29-Nov-12 19:33
Jon Larborn29-Nov-12 19:33 

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.