Click here to Skip to main content
15,906,558 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO19-Sep-13 5:04
professionalDRAYKKO19-Sep-13 5:04 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
Richard Deeming19-Sep-13 6:38
mveRichard Deeming19-Sep-13 6:38 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO77719-Sep-13 11:38
DRAYKKO77719-Sep-13 11:38 
AnswerRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
mastanp22-Sep-13 6:24
mastanp22-Sep-13 6:24 
GeneralRe: VS2010 WSAT Error - Unable to connect to SQL Server database Pin
DRAYKKO77722-Sep-13 9:34
DRAYKKO77722-Sep-13 9:34 
QuestionCRYSTAL REPORT Pin
ashokm0118-Sep-13 4:22
ashokm0118-Sep-13 4:22 
QuestionHow to Click Button set loading image Pin
Member 1022227818-Sep-13 0:30
Member 1022227818-Sep-13 0:30 
QuestionAdd a httpHandlers to a configuaration Pin
Lutosław17-Sep-13 1:11
Lutosław17-Sep-13 1:11 
Hello again. For last three hours I try to create a "httpHandler". IIS 7.5, .NET 2.0, Integrated mode.
My web.config:
XML
<configuration>
  <system.web>

    <httpHandlers>
      <add  verb="*" path="version" type="Handler"/>
    </httpHandlers>

    <compilation debug="true"/>
    <httpRuntime/>
  </system.web>
</configuration

I get an error 500:23 "The application defines configuration in system.web.httpHandlers, migrate it to system.webServer.
Of course I tried it but with no luck (configuration is invelid). Tried also moving entire config to system.webServer.
What have I been missing?
Greetings - Jacek


modified 17-Sep-13 9:37am.

Questionhow to manually populate model from mvc action method (ASP.Net MVC) Pin
Tridip Bhattacharjee17-Sep-13 0:50
professionalTridip Bhattacharjee17-Sep-13 0:50 
AnswerRe: how to manually populate model from mvc action method (ASP.Net MVC) Pin
Govindaraj Rangaraj30-Sep-13 23:37
Govindaraj Rangaraj30-Sep-13 23:37 
QuestionCreate w Web Service and add it to a running ASP server. Pin
Lutosław16-Sep-13 22:56
Lutosław16-Sep-13 22:56 
QuestionWeb Service Design to be inter operable with other platforms [Solved] Pin
Ghost Leader16-Sep-13 20:58
Ghost Leader16-Sep-13 20:58 
AnswerRe: Web Service Design to be inter operable with other platforms Pin
Blikkies16-Sep-13 22:27
professionalBlikkies16-Sep-13 22:27 
GeneralRe: Web Service Design to be inter operable with other platforms Pin
Ghost Leader16-Sep-13 22:45
Ghost Leader16-Sep-13 22:45 
GeneralRe: Web Service Design to be inter operable with other platforms Pin
Blikkies16-Sep-13 22:56
professionalBlikkies16-Sep-13 22:56 
GeneralRe: Web Service Design to be inter operable with other platforms Pin
Ghost Leader16-Sep-13 23:12
Ghost Leader16-Sep-13 23:12 
QuestionNeed help with Asp.net Pin
Otekpo Emmanuel16-Sep-13 14:14
Otekpo Emmanuel16-Sep-13 14:14 
AnswerRe: Need help with Asp.net Pin
Blikkies16-Sep-13 22:09
professionalBlikkies16-Sep-13 22:09 
GeneralRe: Need help with Asp.net Pin
Otekpo Emmanuel17-Sep-13 0:20
Otekpo Emmanuel17-Sep-13 0:20 
GeneralRe: Need help with Asp.net Pin
Blikkies17-Sep-13 0:25
professionalBlikkies17-Sep-13 0:25 
QuestionGetCallbackEventReference - invalid postback or callback error from dynamic populated dropdownlist Pin
jkirkerx16-Sep-13 7:05
professionaljkirkerx16-Sep-13 7:05 
Questioncode for gmail and hotmail credentials in c# for asp.net webpage. Pin
Member 1004394815-Sep-13 22:55
Member 1004394815-Sep-13 22:55 
AnswerRe: code for gmail and hotmail credentials in c# for asp.net webpage. Pin
AmitGajjar16-Sep-13 20:50
professionalAmitGajjar16-Sep-13 20:50 
Questionasp.net razor application start on iis of windows server 2008 Pin
ice_ok15-Sep-13 21:35
ice_ok15-Sep-13 21:35 
AnswerRe: asp.net razor application start on iis of windows server 2008 Pin
AmitGajjar16-Sep-13 20:42
professionalAmitGajjar16-Sep-13 20:42 

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.