שאלה למבינים בקוד פתוח אתרים ב NET...
אני בניתי אתר בASP.NET, MVC (בויזואל סטודיו )
עכשיו אני צריכה להעלאות את האתר לרשת אמרו לי להגדיר קובץ web.config ולשים שם default document את עמוד הבית שלי ..
הגדרתי כך בתוך העמוד :
<system.webServer>
<defaultDocument enabled="true">
<files>
<add value="~/Home/Index" />
</files>
</defaultDocument>
</system.webServer>
וזה רושם לי את השגיאה הבאה :
An exception of type 'System.Net.Mail.SmtpException' occurred in System.dll but was not handled in user code
Additional information: שרת SMTP מחייב חיבור מאובטח, או שהלקוח לא אומת. תגובת השרת היתה: 5.5.1 Authentication Required. Learn more at
מה הפתרון לבעיה ??
אני בניתי אתר בASP.NET, MVC (בויזואל סטודיו )
עכשיו אני צריכה להעלאות את האתר לרשת אמרו לי להגדיר קובץ web.config ולשים שם default document את עמוד הבית שלי ..
הגדרתי כך בתוך העמוד :
<system.webServer>
<defaultDocument enabled="true">
<files>
<add value="~/Home/Index" />
</files>
</defaultDocument>
</system.webServer>
וזה רושם לי את השגיאה הבאה :
An exception of type 'System.Net.Mail.SmtpException' occurred in System.dll but was not handled in user code
Additional information: שרת SMTP מחייב חיבור מאובטח, או שהלקוח לא אומת. תגובת השרת היתה: 5.5.1 Authentication Required. Learn more at
מה הפתרון לבעיה ??