Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 24, 2013 11:53 PM by oned_gk
Member
120 Points
246 Posts
Jan 24, 2013 02:22 PM|LINK
Hi guys,
I have encountered a problem when i tried to run few of my applications in server.
I have add application in IIS7.5 and this first application is working properly when i click 'BROWSE'
But the second and third application I have added are showing HTTP Error 500.19 - Internal Server Error Meanwhile, the second and third application can be browse if i removed their web.config.
How can i keep that web.config and make that two application working?
543 Points
113 Posts
Jan 24, 2013 02:38 PM|LINK
I hope ScriptHanlderFactory is part of your machine.config,
You should remove it from your web.config and try.
it should work.
All-Star
31814 Points
6507 Posts
Jan 24, 2013 11:53 PM|LINK
Try add this line
<remove name="ScriptHandlerFactory" />
kengkit
Member
120 Points
246 Posts
My web application can only 'run' if i removed the web.config
Jan 24, 2013 02:22 PM|LINK
Hi guys,
I have encountered a problem when i tried to run few of my applications in server.
I have add application in IIS7.5 and this first application is working properly when i click 'BROWSE'
But the second and third application I have added are showing HTTP Error 500.19 - Internal Server Error
Meanwhile, the second and third application can be browse if i removed their web.config.
How can i keep that web.config and make that two application working?
kiruba.sanka...
Member
543 Points
113 Posts
Re: My web application can only 'run' if i removed the web.config
Jan 24, 2013 02:38 PM|LINK
I hope ScriptHanlderFactory is part of your machine.config,
You should remove it from your web.config and try.
it should work.
-Good Luck
Kiruba.
oned_gk
All-Star
31814 Points
6507 Posts
Re: My web application can only 'run' if i removed the web.config
Jan 24, 2013 11:53 PM|LINK
Try add this line