.NET Tutorials, Forums, Interview Questions And Answers
Welcome :Guest
 
Sign In
Register
 
Win Surprise Gifts!!!
Congratulations!!!



Home >> Forum >> C# >> Post New QuestionBookmark and Share Subscribe to Forum

Web.Config Error

Posted By :Vikramraj gokhale     Posted Date :07/02/2010    Points :2   Category :C#
I have developed Web Application in c#.Net i have uploded it on the server But when access it gives an error as following

<!-- Web.Config Configuration File -->

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

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Responses
Author: Amit Mehra        Company URL: http://www.dotnetspark.com           
Posted Date: 07/02/2010     Points: 5

Hi,

There might be some different error in the application. To view that you have to set <customErrors mode="Off"/> in your web.config file.

Set <customErrors mode="Off"/> for time being and see the exact error.

Thanks
Amit

Thanks,
Amit
Please "Mark As Answer " if this post help you.
Author: Lalit        Company URL: http://www.dotnetspark.com           
Posted Date: 08/02/2010     Points: 5

try this link

http://www.15seconds.com/issue/030102.htm

Please Check my answer if you help....
Thank You...

Lalit.
Post Reply

You must Sign In To post reply
 

Related Questions Related Questions

Latest Forum Questions From The Same Category

 
Find more Forum Questions on C#, ASP.Net, Vb.Net, SQL Server and more Here
Quick Links For Forum Categories:
ASP.NetWindows Application  .NET Framework  C#  VB.Net  ADO.Net  
Sql Server  SharePoint  OOPs  SilverlightIISJQuery
JavaScript/VBScriptBiztalkWPFPatten/PracticesWCFOthers
www.DotNetSpark.comUnAnsweredAll

Hall of Fame    Twitter   Terms of Service    Privacy Policy    Contact Us    Archives   Tell A Friend