Click here to Skip to main content
16,020,633 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
after I finished the design of m website, I published it on the somee.com
but I see error massage
please see the link below
http://med-easy22.somee.com/[^]

how can I solve this problem
best regards
somur
Posted
Comments
Dholakiya Ankit 19-Jul-13 4:24am    
first do <customerrors mode="Off"> and then see where you stuck

Add This code to your web.config

XML
<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Since when you do not add this tag, IIS hides the errors from users that are not locally on the webserver.
After you do that reopen the website, the error should appear clearly. if you still want help. paste the error it causes so We can help.

best Regards,
Ibrahim Karakira
 
Share this answer
 
Comments
somur-ruteeb 19-Jul-13 4:02am    
pthank ibrahim
I don't know where I should past this code
when I tried to past it. the solution can't building successfully
please can you tell me where can I put your code
best regards
When you have an error, copy and paste the error message - not a link to it. That makes it easier for us to see it and help you.

The error message is very explicit: it even tells you exactly what you have to do to see what the actual problem is.

Read the error page, and follow it's instructions. We can't be any more explicit than the error message itself is!

When you have done that, run it again, and you will see a different error, with page and line references, which will help you to locate the problem.
 
Share this answer
 
Comments
somur-ruteeb 19-Jul-13 4:06am    
the error appears from the server side , in my computer it is work, but when I publish it I see like you see in http://med-easy22.somee.com/
OriginalGriff 19-Jul-13 4:17am    
Yes - so you need to follow the instructions in the message to find out what the difference in environments is doing to your site.
somur-ruteeb 19-Jul-13 4:19am    
I don't know how to appear the massage
OriginalGriff 19-Jul-13 4:33am    
Look at the link you posted!
It tells you exactly what you have to do...edit your web.config file in the root of your production web site, and do exactly it says.
somur-ruteeb 19-Jul-13 4:58am    
I followed the passage but still the same

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900