Click here to Skip to main content
15,896,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET MVC 5, IIS 10 express 404.17 error Pin
John C Rayan30-Mar-17 21:42
professionalJohn C Rayan30-Mar-17 21:42 
QuestionMVC Telerik control cannot upload image more than 4M Pin
Medo-I24-Mar-17 22:04
Medo-I24-Mar-17 22:04 
AnswerRe: MVC Telerik control cannot upload image more than 4M Pin
ZurdoDev27-Mar-17 1:58
professionalZurdoDev27-Mar-17 1:58 
QuestionThe 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 8:07
indian14323-Mar-17 8:07 
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 
Assuming you're using a relatively recent version of WebAPI, make the handler async and use the HttpClient class[^] instead of HttpWebRequest.

By using async and await, you won't be blocking the request thread waiting for a response from the remote server. It will be free to return to the pool and service more requests.



"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 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 
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 

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.