i get this error after i uploaded the files of my asp.net project to the web,
the thing is, i did what it wrote to set <customErrors mode="Off"/>
but i dont understand what the hell does he want from me,
im using the 2.0 framework.. dont know what more info i need to give, any one know the reason for that? my internet server suppose to have that framwork installed and ready to use, but i feel my side is missing something really basic, please help!
good day and thanks! ,Elad.
Server Error in '/' Application.
Runtime Error
Description:
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local
server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors>
tag should then have its "mode" attribute set to "Off".
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
Basically what it is saying is there is a flaw in your code somewhere. However, for security purposes, it will not tell you what is wrong. If you want it to tell you the real exception, follow the instructions in the message. Open the web.config file of your
application and set CustomErrors to Off and Debugging to true.
the problem isnt on my computer, the site im building work perfectly on my computer, the problem is when i upload it to the server, on my host.. so u say it could be a problem there and not with my configuration?.. is that an option? cause really , i have
no clue what can go wrong with that
well thanks for u 2 for try to help, i keep on searching.
Yes there is a problem with your website on the remote host. Although what we have been trying to do is change the configuration to tell you exactly why it isn't working.
well, i did as you suggested, and well it still give me the same problem, so i just contect the person from the hosting and ask him to put more thoughts in telling me to "Look for a diffrent answer"
thank u guys, i will post if i have a better answer, so for now we seek there.
I also have this problem. I contacted my hosting company and they recommended me to turn customErrors mode off. But the same problem still exist. Support at my hosting company said they don't know what to do. Is that means i should switch host?
EladItz
Member
11 Points
10 Posts
i have this error
Dec 23, 2006 09:02 PM|LINK
i get this error after i uploaded the files of my asp.net project to the web,
the thing is, i did what it wrote to set <customErrors mode="Off"/>
but i dont understand what the hell does he want from me,
im using the 2.0 framework.. dont know what more info i need to give, any one know the reason for that? my internet server suppose to have that framwork installed and ready to use, but i feel my side is missing something really basic, please help! good day and thanks! ,Elad.
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
Runtime Error
vcsjones
All-Star
34842 Points
4424 Posts
Moderator
MVP
Re: i have this error
Dec 23, 2006 09:31 PM|LINK
EladItz
Member
11 Points
10 Posts
Re: i have this error
Dec 24, 2006 09:56 AM|LINK
well, thats the thing, i tried
but still it doesnt tell me what the error, is it possible the error caused by my hosting server? and not by my bad programing? :)
vcsjones
All-Star
34842 Points
4424 Posts
Moderator
MVP
Re: i have this error
Dec 24, 2006 03:47 PM|LINK
Make sure you also have the debugging attribute set to true.
It is possible, but very unlikely, that your hosting company has disabled it.prajapatiami...
Member
548 Points
395 Posts
Re: i have this error
Dec 25, 2006 12:59 PM|LINK
Check u r Framework version!may be your iis not configured properly
Amitsp(MCTS,MCP)
sqlreporting.blogspot.com
EladItz
Member
11 Points
10 Posts
Re: i have this error
Dec 25, 2006 07:55 PM|LINK
the problem isnt on my computer, the site im building work perfectly on my computer, the problem is when i upload it to the server, on my host.. so u say it could be a problem there and not with my configuration?.. is that an option? cause really , i have no clue what can go wrong with that
well thanks for u 2 for try to help, i keep on searching.
vcsjones
All-Star
34842 Points
4424 Posts
Moderator
MVP
Re: i have this error
Dec 25, 2006 08:28 PM|LINK
EladItz
Member
11 Points
10 Posts
Re: i have this error
Dec 25, 2006 09:03 PM|LINK
well, i did as you suggested, and well it still give me the same problem, so i just contect the person from the hosting and ask him to put more thoughts in telling me to "Look for a diffrent answer"
thank u guys, i will post if i have a better answer, so for now we seek there.
dtran2006
Member
4 Points
2 Posts
Re: i have this error
Dec 26, 2006 04:11 PM|LINK
Hi,
I also have this problem. I contacted my hosting company and they recommended me to turn customErrors mode off. But the same problem still exist. Support at my hosting company said they don't know what to do. Is that means i should switch host?
vcsjones
All-Star
34842 Points
4424 Posts
Moderator
MVP
Re: i have this error
Dec 26, 2006 04:15 PM|LINK