Posts tagged iis express

تگها:
iis express3
iis2
asp.net webforms1
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
mohsen10 ماه قبل
ارسال شده در mohsen

دسترسی به IIS Express برای Web Application از آی پی ای به غیر از localhost

برای دسترسی به IIS Express از آی پی ای غیر از لوکال هاست اول باید فایل applicationhost.config را پیدا کرد. برای ویژوال استودیو 2022 وقتی web application را اجرا می کنیم، آیکون IIS Express کنار ساعت ظاهر می شود با راست کلیک روی آن گزینه Show all ...
رای
0