Click here to Skip to main content
15,890,186 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: web api - basic authentication (principal error) Pin
Richard Deeming27-Feb-14 4:38
mveRichard Deeming27-Feb-14 4:38 
GeneralRe: web api - basic authentication (principal error) Pin
miss78627-Feb-14 6:31
miss78627-Feb-14 6:31 
QuestionThis Control is invalid -Error Pin
Member 799271612-Feb-14 21:43
Member 799271612-Feb-14 21:43 
AnswerRe: This Control is invalid -Error Pin
Richard Deeming13-Feb-14 0:59
mveRichard Deeming13-Feb-14 0:59 
QuestionPlz help for button data insert in to table... Pin
Patel Vinay V12-Feb-14 16:23
Patel Vinay V12-Feb-14 16:23 
AnswerRe: Plz help for button data insert in to table... Pin
Ahmed Bensaid12-Feb-14 22:31
professionalAhmed Bensaid12-Feb-14 22:31 
AnswerRe: Plz help for button data insert in to table... Pin
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)13-Feb-14 8:07
protectorTadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)13-Feb-14 8:07 
QuestionASPNET AJAX sys.webserver configuration for NET 4+ Pin
Kishore Goduguluri12-Feb-14 4:21
Kishore Goduguluri12-Feb-14 4:21 
I am calling pageMethod in codebehind of aspx page. I get the response for whole page instead of webMethod response. Also, I tried calling the same webMethod using jquery and got the whole page as response.

I am using .NET 4.5.1 and IIS7.5 and I think the issue is realted to in built extensionless URLS in VS2013

i am using the following sys.webserver config
XML
<system.webServer>
       <validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesForAllRequests="true">
     <remove name="ScriptModule" />
     <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
   </modules>
       <handlers>
         <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
         <remove name="OPTIONSVerbHandler" />
         <remove name="TRACEVerbHandler" />
         <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
       </handlers>
     </system.webServer>


can any one send me correct configuration for ASPNET AJAX or Jquery ajax for .NET 4+ and IIS 7+
QuestionTime Table Pin
Prakaz2511-Feb-14 23:37
professionalPrakaz2511-Feb-14 23:37 
AnswerRe: Time Table Pin
Wonderful Coder12-Feb-14 0:11
Wonderful Coder12-Feb-14 0:11 
SuggestionRe: Time Table Pin
Kornfeld Eliyahu Peter12-Feb-14 0:11
professionalKornfeld Eliyahu Peter12-Feb-14 0:11 
Questionweb api c# - error Pin
miss78611-Feb-14 5:56
miss78611-Feb-14 5:56 
AnswerRe: web api c# - error Pin
Kornfeld Eliyahu Peter11-Feb-14 7:01
professionalKornfeld Eliyahu Peter11-Feb-14 7:01 
QuestionRe: web api c# - error PinPopular
Richard MacCutchan11-Feb-14 7:09
mveRichard MacCutchan11-Feb-14 7:09 
Question[CLOSED] Aes Encryption fails Pin
vishalgpt11-Feb-14 4:57
vishalgpt11-Feb-14 4:57 
AnswerRe: Aes Encryption fails Pin
Richard Deeming11-Feb-14 8:27
mveRichard Deeming11-Feb-14 8:27 
GeneralRe: Aes Encryption fails Pin
vishalgpt11-Feb-14 16:21
vishalgpt11-Feb-14 16:21 
GeneralRe: Aes Encryption fails Pin
Richard Deeming12-Feb-14 1:26
mveRichard Deeming12-Feb-14 1:26 
GeneralRe: Aes Encryption fails Pin
vishalgpt24-Feb-14 4:01
vishalgpt24-Feb-14 4:01 
Questionabout source code Pin
punith Kumar Raj10-Feb-14 23:59
punith Kumar Raj10-Feb-14 23:59 
AnswerRe: about source code Pin
Peter Leow11-Feb-14 0:17
professionalPeter Leow11-Feb-14 0:17 
QuestionRe: about source code Pin
punith Kumar Raj14-Feb-14 18:09
punith Kumar Raj14-Feb-14 18:09 
Questionhow to add data in listbox sql server using store procedure Pin
bindash10-Feb-14 21:41
bindash10-Feb-14 21:41 
QuestionRe: how to add data in listbox sql server using store procedure Pin
thatraja10-Feb-14 22:25
professionalthatraja10-Feb-14 22:25 
QuestionHow to call a Phython Script from .Net Pin
Kandepu Rajesh10-Feb-14 21:03
Kandepu Rajesh10-Feb-14 21:03 

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.