Click here to Skip to main content
15,884,537 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Web API: What is refresh token Pin
jkirkerx24-May-18 13:59
professionaljkirkerx24-May-18 13:59 
AnswerRe: Web API: What is refresh token Pin
Vincent Maverick Durano24-May-18 20:02
professionalVincent Maverick Durano24-May-18 20:02 
QuestionI am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
indian14321-May-18 6:59
indian14321-May-18 6:59 
AnswerRe: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
Richard MacCutchan21-May-18 7:04
mveRichard MacCutchan21-May-18 7:04 
AnswerRe: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
Jochen Arndt21-May-18 23:29
professionalJochen Arndt21-May-18 23:29 
SuggestionRe: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
Richard Deeming22-May-18 2:22
mveRichard Deeming22-May-18 2:22 
GeneralRe: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
Jochen Arndt22-May-18 2:59
professionalJochen Arndt22-May-18 2:59 
AnswerRe: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
jkirkerx23-May-18 13:38
professionaljkirkerx23-May-18 13:38 
I've seen that before in the past.
Trying to remember what it was.
But based your stack trace, HTML was detected here
System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +9721353

I think it's your HTML or web form with a simple typo in it
like a select element option on the form

Coincidence perhaps, but not database related, in front of the database
I forgot to mention that you may have some bad data in your database that looks like HTML

A potentially dangerous Request.Form value was detected… | MikeSchinkel.com
If it ain't broke don't fix it


modified 24-May-18 15:52pm.

AnswerAnswer: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
indian14329-May-18 9:18
indian14329-May-18 9:18 
QuestionAttribute routing on index Pin
jkirkerx17-May-18 11:26
professionaljkirkerx17-May-18 11:26 
AnswerRe: Attribute routing on index Pin
Vincent Maverick Durano21-May-18 14:17
professionalVincent Maverick Durano21-May-18 14:17 
GeneralRe: Attribute routing on index Pin
jkirkerx22-May-18 13:29
professionaljkirkerx22-May-18 13:29 
QuestionSecuring my WebApi with OAuth2 Pin
Kraftw3rk16-May-18 22:51
Kraftw3rk16-May-18 22:51 
AnswerRe: Securing my WebApi with OAuth2 Pin
Richard MacCutchan16-May-18 23:35
mveRichard MacCutchan16-May-18 23:35 
AnswerRe: Securing my WebApi with OAuth2 Pin
Vincent Maverick Durano21-May-18 14:21
professionalVincent Maverick Durano21-May-18 14:21 
QuestionASP.Net MVC output caching at client side Pin
Mou_kol16-May-18 4:16
Mou_kol16-May-18 4:16 
AnswerRe: ASP.Net MVC output caching at client side Pin
Richard MacCutchan16-May-18 4:58
mveRichard MacCutchan16-May-18 4:58 
AnswerRe: ASP.Net MVC output caching at client side Pin
Vincent Maverick Durano21-May-18 21:09
professionalVincent Maverick Durano21-May-18 21:09 
QuestionAsp.net Pin
Member 1363315416-May-18 0:20
Member 1363315416-May-18 0:20 
AnswerRe: Asp.net Pin
David Mujica16-May-18 3:59
David Mujica16-May-18 3:59 
GeneralRe: Asp.net Pin
Member 1363315416-May-18 18:59
Member 1363315416-May-18 18:59 
GeneralRe: Asp.net Pin
Richard Deeming17-May-18 2:25
mveRichard Deeming17-May-18 2:25 
AnswerRe: Asp.net Pin
Vincent Maverick Durano21-May-18 14:04
professionalVincent Maverick Durano21-May-18 14:04 
QuestionASP.Net MVC What is Donut Caching Pin
Mou_kol14-May-18 22:21
Mou_kol14-May-18 22:21 
AnswerRe: ASP.Net MVC What is Donut Caching Pin
Richard MacCutchan14-May-18 22:54
mveRichard MacCutchan14-May-18 22:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.