|
| HTTP 500 - Internal server error - When an aspx file in a sub folder is accessed. |
 |
Mon, 3 Mar 2008 12:09:50 +0000 |
Hi all,
I am using vs 2005 and c#
I developed a project and it is all working fine on my local computer.
But when I uploaded it to the server on the internet, I get error in the
following way.
I have created a folder called "Alumni" and there is an aspx file
called "Default.aspx" within this folder.
Now the problem is, there is no problem in accessing the aspx files at the
root.
But if I access a file in the folder "Alumni", it reports "HTTP
500 - Internal server error"
The Link is here.
http://www.sghsskattappana.org // It is working fine.
But http://www.sghsskattappana.org/Alumni/Default.aspx // It does not work!
The error page can be accessed by clickin the "Alumni" link on the
home page.
Can anyone tell me the reason for it.
Thanking you in advance
Tomy
|
| Post Reply
|
| Re: HTTP 500 - Internal server error - When an aspx file in a sub folder is accessed. |
 |
Mon, 3 Mar 2008 12:22:23 +0000 |
Turn off friendly errors in your browser so you can see the real message. Check
the event log for help. First guess is you didn't configure the folder as an
application, or don't even have ASP.NET on your host.
Jeff
|
| Post Reply
|
|
|
|
|
|
|
|
|
|