Click here to Skip to main content
16,004,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHttp session issue Pin
George_George30-Dec-08 2:32
George_George30-Dec-08 2:32 
AnswerRe: Http session issue Pin
Abhijit Jana30-Dec-08 4:06
professionalAbhijit Jana30-Dec-08 4:06 
GeneralRe: Http session issue Pin
George_George30-Dec-08 15:34
George_George30-Dec-08 15:34 
GeneralRe: Http session issue Pin
Abhijit Jana30-Dec-08 17:55
professionalAbhijit Jana30-Dec-08 17:55 
GeneralRe: Http session issue Pin
George_George3-Jan-09 21:50
George_George3-Jan-09 21:50 
QuestionASP Net Application on IIS 7 and Windows Server 2008 does not run Pin
obarahmeh30-Dec-08 2:24
obarahmeh30-Dec-08 2:24 
AnswerRe: ASP Net Application on IIS 7 and Windows Server 2008 does not run Pin
Abhijit Jana30-Dec-08 2:44
professionalAbhijit Jana30-Dec-08 2:44 
GeneralRe: ASP Net Application on IIS 7 and Windows Server 2008 does not run Pin
obarahmeh30-Dec-08 3:26
obarahmeh30-Dec-08 3:26 
I've created my own Application pool and assigned it to my application, but the problem still appear:

HTTP Error 500.22 - Internal Server Error
Things you can try: As the error message says:

1: Migrate the configuration to the system.webServer/modules section. You can do so manually or by using AppCmd from the command line - for example, %SystemRoot%\system32\inetsrv\appcmd migrate config "Default Web Site/". Using AppCmd to migrate your application will enable it to work in Integrated mode, and continue to work in Classic mode and on previous versions of IIS.

2: If you are certain that it is OK to ignore this error, it can be disabled by setting system.webServer/validation@validateIntegratedModeConfiguration to false.

3: Alternatively, switch the application to a Classic mode application pool - for example, %SystemRoot%\system32\inetsrv\appcmd set app "Default Web Site/" /applicationPool:"Classic .NET AppPool". Only do this if you are unable to migrate your application.

(Set "Default Web Site" and "Classic .NET AppPool" to your application path and application pool name)

Kind Regards
OBarahmeh

GeneralRe: ASP Net Application on IIS 7 and Windows Server 2008 does not run Pin
Abhijit Jana30-Dec-08 4:08
professionalAbhijit Jana30-Dec-08 4:08 
GeneralRe: ASP Net Application on IIS 7 and Windows Server 2008 does not run Pin
obarahmeh30-Dec-08 4:17
obarahmeh30-Dec-08 4:17 
GeneralRe: ASP Net Application on IIS 7 and Windows Server 2008 does not run Pin
Abhijit Jana30-Dec-08 4:40
professionalAbhijit Jana30-Dec-08 4:40 
GeneralRe: ASP Net Application on IIS 7 and Windows Server 2008 does not run Pin
obarahmeh30-Dec-08 4:54
obarahmeh30-Dec-08 4:54 
Questionalert message Pin
ratnakar_ravi30-Dec-08 1:12
ratnakar_ravi30-Dec-08 1:12 
AnswerRe: alert message Pin
Brij30-Dec-08 1:33
mentorBrij30-Dec-08 1:33 
GeneralRe: alert message Pin
ratnakar_ravi30-Dec-08 1:59
ratnakar_ravi30-Dec-08 1:59 
GeneralRe: alert message Pin
Abhijit Jana30-Dec-08 2:07
professionalAbhijit Jana30-Dec-08 2:07 
GeneralRe: alert message Pin
Brij30-Dec-08 2:10
mentorBrij30-Dec-08 2:10 
GeneralRe: alert message Pin
Christian Graus30-Dec-08 4:22
protectorChristian Graus30-Dec-08 4:22 
Questionhow to handle server error Pin
sugunavathysubramanian30-Dec-08 1:02
sugunavathysubramanian30-Dec-08 1:02 
AnswerRe: how to handle server error Pin
Brij30-Dec-08 1:22
mentorBrij30-Dec-08 1:22 
GeneralRe: how to handle server error Pin
sugunavathysubramanian30-Dec-08 1:38
sugunavathysubramanian30-Dec-08 1:38 
GeneralRe: how to handle server error Pin
Brij30-Dec-08 1:45
mentorBrij30-Dec-08 1:45 
QuestionHow i use radioButtonList Pin
gautamamit830-Dec-08 0:59
gautamamit830-Dec-08 0:59 
AnswerRe: How i use radioButtonList Pin
Christian Graus30-Dec-08 4:24
protectorChristian Graus30-Dec-08 4:24 
QuestionRequired field validator is not firing when i use it for custom date picker control. Pin
Member 392066730-Dec-08 0:36
Member 392066730-Dec-08 0:36 

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.