שאלות ותשובות (FAQ) - למנהלי טכניים של מערכת TopContracts גרסה 15
2. Independent Application-Pool based on Entity Framework 4.5, with recycling setting of 03:00 each night, and Idle time-out of 0.
3. הוסף Mime-Type עם Extension=.msg ו Mime type=application/vsd.ms-outlook
פתרון הבעיה, בהוספת שתי התגיות הבאות לקובץ web.config שתחת תיקיית TopContracts\Report:
תחת <system.web> יש להוסיף:
<httpRuntime maxUrlLength="10999" maxQueryStringLength="2097151" maxAllowedContentLength="2147483648" />
ותחת <system.webServer> יש להוסיף:<security> <requestFiltering> <requestLimits maxUrl="10999" maxQueryString="9999" /> </requestFiltering> </security>
2. בחר Mime-Types
3. הוסף Mime-Type עם Extension=.msg ו Mime type=application/vsd.ms-outlook
                                            <configuration>
                                              <system.web>
                                                 <sessionState timeout="120"></sessionState>
                                              </system.web>
                                            </configuration>
                                            
                                            Right click the application pool, and click "Recycling"
                                            Check "Specific time(s) (uncheck all others), and type 03:00 under it
                                            Then go to "Advanced settings" of the application
                                            In "Process model", type "0" in the "Idle time-our (minutes)" parameter
                                            
הוא מותקן במחיצה הבאה:
C:\Program Files\Assembly Solutions\TopContractsService
2. פתח חלון שאילתא חדש והרץ בו את שתי הפקודות הבאות:
קישור
קישור
לשם כך יש להיכנס ל Developer tools בדפדפן, מתוך אחד הדפים של המערכת (לא חשוב איזה), ולהריץ את הפקודה הבאה מה Console:
