Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: The imported project was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk Pin
User 418025423-Mar-17 11:20
User 418025423-Mar-17 11:20 
GeneralRe: The imported project was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk Pin
indian14323-Mar-17 14:44
indian14323-Mar-17 14:44 
QuestionWEB API - POST handler hangs Pin
Member 1307682222-Mar-17 3:08
Member 1307682222-Mar-17 3:08 
AnswerRe: WEB API - POST handler hangs Pin
Richard Deeming22-Mar-17 4:25
mveRichard Deeming22-Mar-17 4:25 
GeneralRe: WEB API - POST handler hangs Pin
Member 1307682222-Mar-17 5:12
Member 1307682222-Mar-17 5:12 
GeneralRe: WEB API - POST handler hangs Pin
Richard Deeming22-Mar-17 5:29
mveRichard Deeming22-Mar-17 5:29 
GeneralRe: WEB API - POST handler hangs Pin
Member 1307682222-Mar-17 5:36
Member 1307682222-Mar-17 5:36 
GeneralRe: WEB API - POST handler hangs Pin
Richard Deeming22-Mar-17 5:45
mveRichard Deeming22-Mar-17 5:45 
Well, if the URL isn't valid, it's still going to take just as long to time out.

The difference is, you're not blocking a thread from the request queue while you're waiting. Using an async endpoint, you should be able to keep serving other requests without the queue filling up.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: WEB API - POST handler hangs Pin
Member 1307682222-Mar-17 6:12
Member 1307682222-Mar-17 6:12 
GeneralRe: WEB API - POST handler hangs Pin
Richard Deeming22-Mar-17 6:21
mveRichard Deeming22-Mar-17 6:21 
GeneralRe: WEB API - POST handler hangs Pin
Member 1307682222-Mar-17 7:05
Member 1307682222-Mar-17 7:05 
QuestionC#, MVC5 WebGrid export to Excel Pin
Member 1129217222-Mar-17 1:59
Member 1129217222-Mar-17 1:59 
AnswerRe: C#, MVC5 WebGrid export to Excel Pin
Richard Deeming22-Mar-17 2:28
mveRichard Deeming22-Mar-17 2:28 
Questionhow to make dish tv web api in asp.net Pin
Member 1307299120-Mar-17 20:37
Member 1307299120-Mar-17 20:37 
AnswerRe: dish tv recharge web api Pin
Richard MacCutchan20-Mar-17 23:05
mveRichard MacCutchan20-Mar-17 23:05 
QuestionRe: dish tv recharge web api Pin
ZurdoDev22-Mar-17 9:48
professionalZurdoDev22-Mar-17 9:48 
Questionaspx on mobile browsers Pin
Member 1243345618-Mar-17 3:39
Member 1243345618-Mar-17 3:39 
AnswerRe: aspx on mobile browsers Pin
Richard Deeming18-Mar-17 7:05
mveRichard Deeming18-Mar-17 7:05 
QuestionFailed to resolve include text for file:C:\Users\XXXXX\Desktop\Angular2Apps\BSCSecurityAddressBookWeb\BSCSecurityAddressBookWeb\Scripts\Manager.ttinclude Pin
indian14316-Mar-17 13:41
indian14316-Mar-17 13:41 
AnswerRe: Failed to resolve include text for file:C:\Users\XXXXX\Desktop\Angular2Apps\BSCSecurityAddressBookWeb\BSCSecurityAddressBookWeb\Scripts\Manager.ttinclude Pin
ZurdoDev17-Mar-17 2:05
professionalZurdoDev17-Mar-17 2:05 
GeneralRe: Failed to resolve include text for file:C:\Users\XXXXX\Desktop\Angular2Apps\BSCSecurityAddressBookWeb\BSCSecurityAddressBookWeb\Scripts\Manager.ttinclude Pin
indian14320-Mar-17 13:28
indian14320-Mar-17 13:28 
QuestionUsing a MVC attribute to confirm identity, rediect to signin, then to original destination Pin
jkirkerx16-Mar-17 9:31
professionaljkirkerx16-Mar-17 9:31 
AnswerGot this to work, not sure if it's kosher Pin
jkirkerx16-Mar-17 11:11
professionaljkirkerx16-Mar-17 11:11 
QuestionHow to read Excel data and insert into the access database using Microsoft.Office.Inteop.Excel in asp.net using CSharp language Pin
Member 1306265215-Mar-17 22:53
Member 1306265215-Mar-17 22:53 
AnswerRe: How to read Excel data and insert into the access database using Microsoft.Office.Inteop.Excel in asp.net using CSharp language Pin
F-ES Sitecore15-Mar-17 23:16
professionalF-ES Sitecore15-Mar-17 23:16 

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.