'/' Uygulamasında Sunucu Hatası.

İstemcide (pro_NAME="TAI &#39Flight Test Team..."), zararlı olabilecek bir değer Request.QueryString algılandı.

Açıklama: ASP.NET istekte HTML biçimlendirmesi veya komut dosyası içeriyor olabileceğinden tehlikeli olabilecek veri algıladı. Veriler uygulamanızın güvenliğini aşmaya yönelik siteler arası komut dosyası saldırısı gibi bir girişimi temsil ediyor olabilir. Bu tür girişler uygulamanız için uygunsa, web sayfasına buna açıkça izin verecek kod ekleyebilirsiniz. Daha fazla bilgi için, bkz. http://go.microsoft.com/fwlink/?LinkID=212874.

Özel Durum Ayrıntıları: System.Web.HttpRequestValidationException: İstemcide (pro_NAME="TAI &#39Flight Test Team..."), zararlı olabilecek bir değer Request.QueryString algılandı.

Kaynak Hatası:

Bu işlenmemiş özel durumu üreten kaynak kod yalnızca hata ayıklama modunda derlendiğinde gösterilebilir. Bunu etkinleştirmek için lütfen aşağıdaki adımlardan birini izleyin, ardından URL'yi isteyin:

1. Hatayı üreten dosyanın en üstüne "Debug=true" yönergesini ekleyin. Örnek:

     <%@ Page Language="C#" Debug="true" %>

veya:

2) Uygulamanızın yapılandırma dosyasına aşağıdaki bölümü ekleyin:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Bu ikinci yöntemin ilgili uygulamadaki tüm dosyaların hata ayıklama modunda derlenmesine neden olacağını unutmayın. İlk yöntem de yalnızca ilgili dosya hata ayıklama modunda derlenir.

Önemli: Uygulamaları hata ayıklama modunda çalıştırmak, bellek/performans yükü getirir. Uygulamayı üretim senaryosuna dağıtmadan önce hata ayıklamanın devre dışı bırakılmış olduğundan emin olun.

Yığın İzleme:


[HttpRequestValidationException (0x80004005): İstemcide (pro_NAME="TAI &#39Flight Test Team..."), zararlı olabilecek bir değer Request.QueryString algılandı.]
   System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +11779464
   System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection) +204
   System.Web.HttpRequest.get_QueryString() +71
   System.Web.UI.Page.DeterminePostBackMode() +87
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +9318
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +355
   System.Web.UI.Page.ProcessRequest() +79
   System.Web.UI.Page.ProcessRequest(HttpContext context) +74
   ASP.kmdefault_aspx.ProcessRequest(HttpContext context) +46
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +542
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +93


Sürüm Bilgisi: Microsoft .NET Framework Sürümü:4.0.30319; ASP.NET Sürümü:4.8.4682.0