Click here to Skip to main content
15,889,116 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: print 1 to 100 using a php code with the following instructions: Pin
Richard MacCutchan13-Apr-16 20:48
mveRichard MacCutchan13-Apr-16 20:48 
GeneralRe: print 1 to 100 using a php code with the following instructions: Pin
Peter_in_278013-Apr-16 20:56
professionalPeter_in_278013-Apr-16 20:56 
AnswerRe: print 1 to 100 using a php code with the following instructions: Pin
ZurdoDev25-Apr-16 1:42
professionalZurdoDev25-Apr-16 1:42 
QuestionAngularJS and page bookmarking Pin
Member 179509711-Apr-16 23:06
Member 179509711-Apr-16 23:06 
AnswerRe: AngularJS and page bookmarking Pin
Nathan Minier14-Apr-16 3:10
professionalNathan Minier14-Apr-16 3:10 
Questionrun vb.net web app in browser that has enough room Pin
dcof11-Apr-16 17:55
dcof11-Apr-16 17:55 
AnswerRe: run vb.net web app in browser that has enough room Pin
Richard MacCutchan11-Apr-16 21:35
mveRichard MacCutchan11-Apr-16 21:35 
QuestionmaxTimeout setting in Machine.config file Pin
Prasanth P1-Apr-16 15:16
Prasanth P1-Apr-16 15:16 
There are two places in the machine.config file where we can change the transaction time out settings

1. Added the following section in the machine.config

<configuration>
<system.transactions>
<machineSettings maxTimeout=”01:00:00″ />
</system.transactions>
</configuration>

2. modify the System.Transactions section in machine.config

<sectionGroup name="system.transactions" type="System.Transactions.Configuration.TransactionsSectionGroup, System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, Custom=null">
<section name="defaultSettings" type="System.Transactions.Configuration.DefaultSettingsSection, System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, Custom=null" />
<section name="machineSettings" type="System.Transactions.Configuration.MachineSettingsSection, System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, Custom=null" allowDefinition="MachineOnly" allowExeDefinition="MachineOnly"/>
</sectionGroup>


Can anyone help me, what's the difference between these. Which is the best place to set the timeout settings
QuestionPHP - Warning: fopen(): Filename cannot be empty Pin
M Riaz Bashir29-Mar-16 22:15
M Riaz Bashir29-Mar-16 22:15 
AnswerRe: PHP - Warning: fopen(): Filename cannot be empty Pin
Jochen Arndt29-Mar-16 22:38
professionalJochen Arndt29-Mar-16 22:38 
GeneralRe: PHP - Warning: fopen(): Filename cannot be empty Pin
M Riaz Bashir30-Mar-16 0:06
M Riaz Bashir30-Mar-16 0:06 
AnswerRe: PHP - Warning: fopen(): Filename cannot be empty Pin
W Balboos, GHB11-Apr-16 5:30
W Balboos, GHB11-Apr-16 5:30 
QuestionAccess Denied issue for Web service Pin
Prasanth P27-Mar-16 0:07
Prasanth P27-Mar-16 0:07 
AnswerRe: Access Denied issue for Web service Pin
Afzaal Ahmad Zeeshan28-Mar-16 9:48
professionalAfzaal Ahmad Zeeshan28-Mar-16 9:48 
QuestionHow to sync database offline and online application Pin
Arvind Zamakia25-Mar-16 22:17
Arvind Zamakia25-Mar-16 22:17 
AnswerRe: How to sync database offline and online application Pin
ZurdoDev28-Mar-16 8:37
professionalZurdoDev28-Mar-16 8:37 
AnswerRe: How to sync database offline and online application Pin
Afzaal Ahmad Zeeshan28-Mar-16 9:50
professionalAfzaal Ahmad Zeeshan28-Mar-16 9:50 
QuestionUnitOfWork And Repository Patterns Not Needed When Using EF Pin
MadDashCoder24-Mar-16 8:34
MadDashCoder24-Mar-16 8:34 
AnswerRe: UnitOfWork And Repository Patterns Not Needed When Using EF Pin
Richard Deeming24-Mar-16 9:13
mveRichard Deeming24-Mar-16 9:13 
QuestionSOMEONE HELP ME FIX THIS. URGENT! Pin
EdzMedallada21-Mar-16 8:33
EdzMedallada21-Mar-16 8:33 
AnswerRe: SOMEONE HELP ME FIX THIS. URGENT! Pin
Serkan Onat21-Mar-16 11:43
professionalSerkan Onat21-Mar-16 11:43 
QuestionDeselecting An Element When Another Element is Selected Pin
MadDashCoder20-Mar-16 21:19
MadDashCoder20-Mar-16 21:19 
AnswerRe: Deselecting An Element When Another Element is Selected Pin
Richard Deeming21-Mar-16 3:22
mveRichard Deeming21-Mar-16 3:22 
GeneralRe: Deselecting An Element When Another Element is Selected Pin
MadDashCoder21-Mar-16 7:49
MadDashCoder21-Mar-16 7:49 
GeneralRe: Deselecting An Element When Another Element is Selected Pin
Richard Deeming21-Mar-16 9:57
mveRichard Deeming21-Mar-16 9:57 

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.