Posted on: 12/7/2013 6:32:24 PM | Views : 557

Hello All,
I am having issues with my Asp.net web web.config 
Background details:
I am wanting to increase my skills and take local apps I have developed and start deploying them out on the web.  So I saw that 1and1.com offers relatively cheap Windows hosting with 4.5 Framework. (https://www.1and1.com/windows-hosting?linkId=hd.subnav.windowshosting)
So I have VS2013 and I used it to create a new ASP.Net Web App project using the Web Form default template.  Without making any modifications I built project and set-up FTP publishing from VS2013 to 1and1. I successfully connected and deployed app, but encountered yellow screen notifying me of 'Runtime Error'.  I added the following line: 
<customErrors mode="Off"/> to the web.config ...

Go to the complete details ...