Produced by Araxis Merge on 11/9/2017 10:44:47 AM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | REFDOC-v2.1.0.zip\NVCC\NVCC.WebUI | Web.config.production | Thu Oct 19 17:37:22 2017 UTC |
| 2 | REFDOC-v2.1.0.zip\NVCC\NVCC.WebUI | Web.config.production | Wed Nov 8 19:19:11 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 336 |
| Changed | 4 | 10 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <?xml vers ion="1.0" encoding=" utf-8"?> | |
| 2 | <!-- | |
| 3 | Fo r more inf ormation o n how to c onfigure y our ASP.NE T applicat ion, pleas e visit | |
| 4 | ht tp://go.mi crosoft.co m/fwlink/? LinkId=301 879 | |
| 5 | -- > | |
| 6 | <configura tion> | |
| 7 | <configS ections> | |
| 8 | <!-- F or more in formation on Entity Framework configurat ion, visit http://go .microsoft .com/fwlin k/?LinkID= 237468 --> | |
| 9 | <secti on name="e ntityFrame work" type ="System.D ata.Entity .Internal. ConfigFile .EntityFra meworkSect ion, Entit yFramework , Version= 6.0.0.0, C ulture=neu tral, Publ icKeyToken =b77a5c561 934e089" r equirePerm ission="fa lse" /> | |
| 10 | <secti onGroup na me="elmah" > | |
| 11 | <sec tion name= "security" requirePe rmission=" false" typ e="Elmah.S ecuritySec tionHandle r, Elmah" /> | |
| 12 | <sec tion name= "errorLog" requirePe rmission=" false" typ e="Elmah.E rrorLogSec tionHandle r, Elmah" /> | |
| 13 | <sec tion name= "errorMail " requireP ermission= "false" ty pe="Elmah. ErrorMailS ectionHand ler, Elmah " /> | |
| 14 | <sec tion name= "errorFilt er" requir ePermissio n="false" type="Elma h.ErrorFil terSection Handler, E lmah" /> | |
| 15 | </sect ionGroup> | |
| 16 | <secti on name="g limpse" ty pe="Glimps e.Core.Con figuration .Section, Glimpse.Co re" /> | |
| 17 | </config Sections> | |
| 18 | <connect ionStrings > | |
| 19 | <add name= "NwicPanel MgmtModel" connectio nString="d ata source =
|
|
| 20 | <add name= "elmah-sql server" co nnectionSt ring="Data Source= DNS DN S
|
|
| 21 | <add n ame="VIAto ken" conne ctionStrin g="CITCom_ ID711" /> | |
| 22 | <add n ame="VIApa ssword" co nnectionSt ring="D!6e Y4qY7uK2" /> | |
| 23 | </connec tionString s> | |
| 24 | <appSett ings> | |
| 25 | <add k ey="webpag es:Version " value="3 .0.0.0" /> | |
| 26 | <add k ey="webpag es:Enabled " value="f alse" /> | |
| 27 | <add k ey="Client Validation Enabled" v alue="true " /> | |
| 28 | <add k ey="Unobtr usiveJavaS criptEnabl ed" value= "true" /> | |
| 29 | <add k ey="elmah. mvc.disabl eHandler" value="fal se" /> | |
| 30 | <add k ey="elmah. mvc.disabl eHandleErr orFilter" value="fal se" /> | |
| 31 | <add k ey="elmah. mvc.requir esAuthenti cation" va lue="false " /> | |
| 32 | <add k ey="elmah. mvc.Ignore DefaultRou te" value= "false" /> | |
| 33 | <add k ey="elmah. mvc.allowe dRoles" va lue="*" /> | |
| 34 | <add k ey="elmah. mvc.allowe dUsers" va lue="*" /> | |
| 35 | <add k ey="elmah. mvc.route" value="el mah" /> | |
| 36 | <add k ey="elmah. mvc.UserAu thCaseSens itive" val ue="true" /> | |
| 37 | </appSet tings> | |
| 38 | <system. web> | |
| 39 | <httpC ookies htt pOnlyCooki es="true" /> | |
| 40 | <sessi onState ti meout="720 " /> | |
| 41 | <compi lation tar getFramewo rk="4.5.2" /> | |
| 42 | <httpR untime tar getFramewo rk="4.5.2" /> | |
| 43 | <authe ntication mode="Wind ows" /> | |
| 44 | <autho rization> | |
| 45 | <den y users="? " /> | |
| 46 | <den y users="* " verbs="O PTIONS, PR OPFIND, HE AD" /> | |
| 47 | </auth orization> | |
| 48 | <custo mErrors mo de="On" de faultRedir ect="~/Hom e/Error"/> | |
| 49 | <identity impersonat e="true" u serName=" DN S \CC_REFDOC _App" pass word="5Ge! Bj*8f$7N3" /> | |
| 50 | <!-- G limpse: Th is can be commented in to add additional data to t he Trace t ab when us ing WebFor ms | |
| 51 | <trace w riteToDiag nosticsTra ce="true" enabled="t rue" pageO utput="fal se"/> --> | |
| 52 | <httpM odules> | |
| 53 | <add name="Err orLog" typ e="Elmah.E rrorLogMod ule, Elmah " /> | |
| 54 | <add name="Err orMail" ty pe="Elmah. ErrorMailM odule, Elm ah" /> | |
| 55 | <add name="Err orFilter" type="Elma h.ErrorFil terModule, Elmah" /> | |
| 56 | <add name="Gli mpse" type ="Glimpse. AspNet.Htt pModule, G limpse.Asp Net" /> | |
| 57 | </http Modules> | |
| 58 | <httpH andlers> | |
| 59 | <add path="gli mpse.axd" verb="GET" type="Gli mpse.AspNe t.HttpHand ler, Glimp se.AspNet" /> | |
| 60 | </http Handlers> | |
| 61 | <machi neKey vali dationKey= "B016B6A59 CC64AEBDC2 CFB0EED937 0C70EEDE16 C2CB223172 A028F8EBD2 4F5E769DE0 396BA6C546 2C10CA4048 C4ADF75725 5551D8144C A50BDA2B93 EFF33C1F5" decryptio nKey="7076 2803CA43A8 165571202E 6374A2685C 08DA9D66DC 026C" vali dation="SH A1" /> | |
| 62 | </system .web> | |
| 63 | <runtime > | |
| 64 | <assem blyBinding xmlns="ur n:schemas- microsoft- com:asm.v1 "> | |
| 65 | <dep endentAsse mbly> | |
| 66 | <a ssemblyIde ntity name ="System.N et.Http.Fo rmatting" publicKeyT oken="31BF 3856AD364E 35" cultur e="neutral " /> | |
| 67 | <b indingRedi rect oldVe rsion="0.0 .0.0-5.2.3 .0" newVer sion="4.0. 0.0" /> | |
| 68 | </de pendentAss embly> | |
| 69 | <dep endentAsse mbly> | |
| 70 | <a ssemblyIde ntity name ="Microsof t.Owin" pu blicKeyTok en="31bf38 56ad364e35 " /> | |
| 71 | <b indingRedi rect oldVe rsion="1.0 .0.0-3.0.0 .0" newVer sion="3.0. 0.0" /> | |
| 72 | </de pendentAss embly> | |
| 73 | <dep endentAsse mbly> | |
| 74 | <a ssemblyIde ntity name ="Microsof t.Owin.Sec urity.OAut h" publicK eyToken="3 1bf3856ad3 64e35" /> | |
| 75 | <b indingRedi rect oldVe rsion="1.0 .0.0-3.0.0 .0" newVer sion="3.0. 0.0" /> | |
| 76 | </de pendentAss embly> | |
| 77 | <dep endentAsse mbly> | |
| 78 | <a ssemblyIde ntity name ="Microsof t.Owin.Sec urity.Cook ies" publi cKeyToken= "31bf3856a d364e35" / > | |
| 79 | <b indingRedi rect oldVe rsion="1.0 .0.0-3.0.0 .0" newVer sion="3.0. 0.0" /> | |
| 80 | </de pendentAss embly> | |
| 81 | <dep endentAsse mbly> | |
| 82 | <a ssemblyIde ntity name ="Microsof t.Owin.Sec urity" pub licKeyToke n="31bf385 6ad364e35" /> | |
| 83 | <b indingRedi rect oldVe rsion="1.0 .0.0-3.0.0 .0" newVer sion="3.0. 0.0" /> | |
| 84 | </de pendentAss embly> | |
| 85 | <dep endentAsse mbly> | |
| 86 | <a ssemblyIde ntity name ="Newtonso ft.Json" c ulture="ne utral" pub licKeyToke n="30ad4fe 6b2a6aeed" /> | |
| 87 | <b indingRedi rect oldVe rsion="0.0 .0.0-6.0.0 .0" newVer sion="6.0. 0.0" /> | |
| 88 | </de pendentAss embly> | |
| 89 | <dep endentAsse mbly> | |
| 90 | <a ssemblyIde ntity name ="System.W eb.Helpers " publicKe yToken="31 bf3856ad36 4e35" /> | |
| 91 | <b indingRedi rect oldVe rsion="1.0 .0.0-3.0.0 .0" newVer sion="3.0. 0.0" /> | |
| 92 | </de pendentAss embly> | |
| 93 | <dep endentAsse mbly> | |
| 94 | <a ssemblyIde ntity name ="System.W eb.Mvc" pu blicKeyTok en="31bf38 56ad364e35 " /> | |
| 95 | <b indingRedi rect oldVe rsion="0.0 .0.0-5.2.2 .0" newVer sion="5.2. 2.0" /> | |
| 96 | </de pendentAss embly> | |
| 97 | <dep endentAsse mbly> | |
| 98 | <a ssemblyIde ntity name ="System.W eb.Optimiz ation" pub licKeyToke n="31bf385 6ad364e35" /> | |
| 99 | <b indingRedi rect oldVe rsion="1.0 .0.0-1.1.0 .0" newVer sion="1.1. 0.0" /> | |
| 100 | </de pendentAss embly> | |
| 101 | <dep endentAsse mbly> | |
| 102 | <a ssemblyIde ntity name ="System.W eb.WebPage s" publicK eyToken="3 1bf3856ad3 64e35" /> | |
| 103 | <b indingRedi rect oldVe rsion="1.0 .0.0-3.0.0 .0" newVer sion="3.0. 0.0" /> | |
| 104 | </de pendentAss embly> | |
| 105 | <dep endentAsse mbly> | |
| 106 | <a ssemblyIde ntity name ="WebGreas e" publicK eyToken="3 1bf3856ad3 64e35" /> | |
| 107 | <b indingRedi rect oldVe rsion="0.0 .0.0-1.5.2 .14234" ne wVersion=" 1.5.2.1423 4" /> | |
| 108 | </de pendentAss embly> | |
| 109 | </asse mblyBindin g> | |
| 110 | </runtim e> | |
| 111 | <entityF ramework> | |
| 112 | <defau ltConnecti onFactory type="Syst em.Data.En tity.Infra structure. LocalDbCon nectionFac tory, Enti tyFramewor k"> | |
| 113 | <par ameters> | |
| 114 | <p arameter v alue="mssq llocaldb" /> | |
| 115 | </pa rameters> | |
| 116 | </defa ultConnect ionFactory > | |
| 117 | <provi ders> | |
| 118 | <pro vider inva riantName= "System.Da ta.SqlClie nt" type=" System.Dat a.Entity.S qlServer.S qlProvider Services, EntityFram ework.SqlS erver" /> | |
| 119 | </prov iders> | |
| 120 | </entity Framework> | |
| 121 | <system. webServer> | |
| 122 | <valid ation vali dateIntegr atedModeCo nfiguratio n="false" /> | |
| 123 | <modul es> | |
| 124 | <add name="Err orLog" typ e="Elmah.E rrorLogMod ule, Elmah " preCondi tion="mana gedHandler " /> | |
| 125 | <add name="Err orMail" ty pe="Elmah. ErrorMailM odule, Elm ah" preCon dition="ma nagedHandl er" /> | |
| 126 | <add name="Err orFilter" type="Elma h.ErrorFil terModule, Elmah" pr eCondition ="managedH andler" /> | |
| 127 | <add name="Gli mpse" type ="Glimpse. AspNet.Htt pModule, G limpse.Asp Net" preCo ndition="i ntegratedM ode" /> | |
| 128 | </modu les> | |
| 129 | <handl ers> | |
| 130 | <add name="Gli mpse" path ="glimpse. axd" verb= "GET" type ="Glimpse. AspNet.Htt pHandler, Glimpse.As pNet" preC ondition=" integrated Mode" /> | |
| 131 | </hand lers> | |
| 132 | <httpP rotocol> | |
| 133 | <cus tomHeaders > | |
| 134 | </cu stomHeader s> | |
| 135 | </http Protocol> | |
| 136 | </system .webServer > | |
| 137 | <elmah> | |
| 138 | <errorMail from=" PII " to=" PII " subject= "REFDOC Er ror - ELMA H Report" priority=" High" asyn c="true" s mtpPort="2 5" smtpSer ver=" DNS " /> | |
| 139 | <secur ity allowR emoteAcces s="true" / > | |
| 140 | <error Log type=" Elmah.SqlE rrorLog, E lmah" conn ectionStri ngName="el mah-sqlser ver" /> | |
| 141 | </elmah> | |
| 142 | <locatio n path="el mah.axd" i nheritInCh ildApplica tions="fal se"> | |
| 143 | <syste m.web> | |
| 144 | <htt pHandlers> | |
| 145 | <a dd verb="P OST,GET,HE AD" path=" elmah.axd" type="Elm ah.ErrorLo gPageFacto ry, Elmah" /> | |
| 146 | </ht tpHandlers > | |
| 147 | </syst em.web> | |
| 148 | <syste m.webServe r> | |
| 149 | <han dlers> | |
| 150 | <a dd name="E LMAH" verb ="POST,GET ,HEAD" pat h="elmah.a xd" type=" Elmah.Erro rLogPageFa ctory, Elm ah" preCon dition="in tegratedMo de" /> | |
| 151 | </ha ndlers> | |
| 152 | </syst em.webServ er> | |
| 153 | </locati on> | |
| 154 | <glimpse defaultRu ntimePolic y="On" end pointBaseU ri="~/Glim pse.axd"> | |
| 155 | <!-- | |
| 156 | For more i nformation on how to configure Glimpse, please vis it http:// getglimpse .com/Help/ Configurat ion | |
| 157 | or access {your site }/Glimpse. axd for ev en more de tails and a Configur ation Tool to suppor t you. | |
| 158 | --> | |
| 159 | </glimps e> | |
| 160 | <system. serviceMod el> | |
| 161 | <bindi ngs> | |
| 162 | <bas icHttpBind ing> | |
| 163 | <b inding nam e="EmrServ iceImplSer viceSoapBi nding" max ReceivedMe ssageSize= "16777216" > | |
| 164 | <readerQuo tas maxDep th="64" ma xArrayLeng th="1024" /> | |
| 165 | <security mode="Tran sport" /> | |
| 166 | </ binding> | |
| 167 | </ba sicHttpBin ding> | |
| 168 | </bind ings> | |
| 169 | <clien t> | |
| 170 | <endpoint address="h ttps:// URL . DNS /via-webse rvices/ser vices/EmrS ervice" bi nding="bas icHttpBind ing" bindi ngConfigur ation="Emr ServiceImp lServiceSo apBinding" contract= "EmrServic e.EmrSvcIn terface" n ame="EmrSe rviceImplP ort" /> | |
| 171 | </clie nt> | |
| 172 | </system .serviceMo del> | |
| 173 | </configur ation> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.