Click here to Skip to main content
15,889,795 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Web API: What is refresh token Pin
jkirkerx23-May-18 13:22
professionaljkirkerx23-May-18 13:22 
GeneralRe: Web API: What is refresh token Pin
Mou_kol24-May-18 12:48
Mou_kol24-May-18 12:48 
GeneralRe: Web API: What is refresh token Pin
Mycroft Holmes24-May-18 13:01
professionalMycroft Holmes24-May-18 13:01 
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 
The exception message is quite clear. It is not related to permissions but there was a SQL query that contains potential dangerous (HTML) content.

Unfortunately only a portion of the query string is included with the message:
"...ema 'dbo'.<br />The EXECUTE pe..."
But that does not look like a SQL query (besides a query contains such text which seems to be rather unlikely).

I suggest to debug your code to find out which code portion generates the query containing the above string and check that. For me it looks like the wrong string is passed as query (e.g. wrong variable name used or re-using a variable but forgetting to assign the new value).

A hint might be that the string portion seems to be part of an error message like "The EXECUTE permission was denied on the object ..." which is passed as SQL query. If so, fix the code that is using an error message as SQL query string first (e.g. by reporting the error instead) and then try to solve the permission error.
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 
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 

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.