Posts tagged iis

تگها:
iis3
iis express2
asp.net webforms1
.net core1
asp.net core1
mohsen8 ماه قبل
ارسال شده در mohsen

رفع مشکل نمایش ندادن تصاویر webp در IIS خطای HTTP Error 404.3

برای رفع مشکل خطای زیر باید MIME type تصاویر webp را به Web.config اضافه کنیم. HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be ...
رای
0
mohsen10 ماه قبل
ارسال شده در mohsen

مشکل برگرداندن اطلاعات به صورت html به جای json در فایل ashx پروژه وب فرم

context.Response.ContentType = "application/json"; context.Response.StatusCode = 400; context.Response.Write(errorString); در صورتی که errorString خالی باشد خروجی به جای json تبدیل به صفحه خطای Bad Request پیش فرض IIS می شود.
رای
0
mohsen12 ماه قبل
ارسال شده در mohsen

رفع خطای HTTP Error 500.19 - Internal Server Error در زمان استقرار سایت .Net Core روی IIS

راه حل خطای HTTP Error 500.19 در IIS هنگام استقرار (deploy) کدهای Asp.net core، دانلود و نصب Hosting Bundle مربوط به نسخه مورد نظر روی سرور است. از طریق لینک زیر می توانید Hosting Bundle را روی سرور دانلود کرده و نصب کنید: NET Downloads (Linux, macOS, and ...
رای
0