Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
GeneralRe: Where can I find the code for my book? Pin
Kenneth Haugland6-Mar-16 7:14
mvaKenneth Haugland6-Mar-16 7:14 
GeneralRe: Where can I find the code for my book? Pin
jschell6-Mar-16 8:11
jschell6-Mar-16 8:11 
GeneralRe: Where can I find the code for my book? Pin
Richard MacCutchan6-Mar-16 5:10
mveRichard MacCutchan6-Mar-16 5:10 
GeneralRe: Where can I find the code for my book? Pin
Luc Pattyn6-Mar-16 10:53
sitebuilderLuc Pattyn6-Mar-16 10:53 
GeneralRe: Where can I find the code for my book? Pin
Dave Kreskowiak6-Mar-16 12:25
mveDave Kreskowiak6-Mar-16 12:25 
GeneralRe: Where can I find the code for my book? Pin
Luc Pattyn6-Mar-16 12:49
sitebuilderLuc Pattyn6-Mar-16 12:49 
GeneralRe: Where can I find the code for my book? Pin
OriginalGriff6-Mar-16 22:51
mveOriginalGriff6-Mar-16 22:51 
Questionhello every one, I am begginer in webservice I have Question for you, my question is how to replace localhost with IP adress Pin
Member 121750935-Mar-16 7:25
Member 121750935-Mar-16 7:25 
XML
<?xml version="1.0"?>
<configuration>

  <appSettings>
    <add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" />
  </appSettings>
  <system.web>
    <compilation debug="true" targetFramework="4.5" />
    <httpRuntime maxRequestLength="2097150"
     useFullyQualifiedRedirectUrl="true"
     executionTimeout="14400" />  
  </system.web>
  
   
  <system.serviceModel>
   <bindings>
      <basicHttpBinding>
        <binding name="BasicHttpBinding_ITransferService" closeTimeout="04:01:00"
         openTimeout="04:01:00" receiveTimeout="04:10:00" sendTimeout="04:01:00"
         allowCookies="false" bypassProxyOnLocal="false"
         hostNameComparisonMode="StrongWildcard"
         maxBufferSize="2147483647" maxBufferPoolSize="2147483647"
         maxReceivedMessageSize="2147483647"
         messageEncoding="Text" textEncoding="utf-8"
         transferMode="Streamed"
         useDefaultWebProxy="true">
          <readerQuotas maxDepth="128"
              maxStringContentLength="2147483647" maxArrayLength="2147483647"
              maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
          <security mode="None">
            <transport clientCredentialType="None"
                    proxyCredentialType="None" realm="" />
            <message clientCredentialType="UserName" algorithmSuite="Default" />
          </security>
        </binding>

      </basicHttpBinding>
    </bindings>
  
    <behaviors>
      <serviceBehaviors>
        <behavior>
          <!-- To avoid disclosing metadata information, set the values below to false before deployment -->
          <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/>
          <!-- To receive exception details in faults for debugging purposes, set the value below to true.  Set to false before deployment to avoid disclosing exception information -->
          <serviceDebug includeExceptionDetailInFaults="false"/>
        </behavior>
      </serviceBehaviors>
    </behaviors>
    
    
    <protocolMapping>
        <add binding="basicHttpsBinding" scheme="https"/>
    
    </protocolMapping>    
    <serviceHostingEnvironment aspNetCompatibilityEnabled="false" multipleSiteBindingsEnabled="true" />
  </system.serviceModel>  
 
  <system.webServer>
    <modules runAllManagedModulesForAllRequests="true"/>
    <!--
        To browse web app root directory during debugging, set the value below to true.
        Set to false before deployment to avoid disclosing web app folder information.
      -->
    <directoryBrowse enabled="true"/>
  </system.webServer>    
</configuration>

QuestionRe: hello every one, I am begginer in webservice I have Question for you, my question is how to replace localhost with IP adress Pin
dan!sh 6-Mar-16 16:32
professional dan!sh 6-Mar-16 16:32 
QuestionClose Reactive extensions buffers Pin
Kenneth Haugland5-Mar-16 0:04
mvaKenneth Haugland5-Mar-16 0:04 
AnswerRe: Close Reactive extensions buffers Pin
Pete O'Hanlon6-Mar-16 20:32
mvePete O'Hanlon6-Mar-16 20:32 
GeneralRe: Close Reactive extensions buffers Pin
Kenneth Haugland6-Mar-16 22:15
mvaKenneth Haugland6-Mar-16 22:15 
QuestionWeak Event seems to fail in test method Pin
Super Lloyd4-Mar-16 17:02
Super Lloyd4-Mar-16 17:02 
AnswerRe: Weak Event seems to fail in test method Pin
Kenneth Haugland4-Mar-16 23:58
mvaKenneth Haugland4-Mar-16 23:58 
GeneralRe: Weak Event seems to fail in test method Pin
Super Lloyd5-Mar-16 15:42
Super Lloyd5-Mar-16 15:42 
GeneralRe: Weak Event seems to fail in test method Pin
Super Lloyd5-Mar-16 15:43
Super Lloyd5-Mar-16 15:43 
GeneralRe: Weak Event seems to fail in test method Pin
Super Lloyd5-Mar-16 15:45
Super Lloyd5-Mar-16 15:45 
GeneralRe: Weak Event seems to fail in test method Pin
Super Lloyd5-Mar-16 17:12
Super Lloyd5-Mar-16 17:12 
GeneralRe: Weak Event seems to fail in test method Pin
Kenneth Haugland5-Mar-16 17:22
mvaKenneth Haugland5-Mar-16 17:22 
GeneralRe: Weak Event seems to fail in test method Pin
Super Lloyd5-Mar-16 17:28
Super Lloyd5-Mar-16 17:28 
GeneralRe: Weak Event seems to fail in test method Pin
Kenneth Haugland5-Mar-16 17:44
mvaKenneth Haugland5-Mar-16 17:44 
GeneralRe: Weak Event seems to fail in test method Pin
Super Lloyd5-Mar-16 18:11
Super Lloyd5-Mar-16 18:11 
QuestionHow to connect MySQL to dataGridView Pin
Member 122785423-Mar-16 19:48
Member 122785423-Mar-16 19:48 
AnswerRe: How to connect MySQL to dataGridView Pin
Mycroft Holmes3-Mar-16 20:34
professionalMycroft Holmes3-Mar-16 20:34 
AnswerRe: How to connect MySQL to dataGridView Pin
V.3-Mar-16 22:53
professionalV.3-Mar-16 22:53 

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.