So i'm trying to take an existing HTML/CSS website and add a contact form right? I figure it would be easy but i'm having a few problems with the web config file. I keep getting a "customer errors" error when I try to view it on my server. I tried adding both code tidbits to my web config file but no luck. Any suggestions of what I can do to get around this and what I can do to avoid this problem in the future?
Well if I take a plain HTML/CSS website and open it w/ visual studio and add my webconfig file it should be fine right? Do I need to do anything special besides the ASP header <%@ Page etcetc.?
Is this for sure a server error or could it be the way im implementing my ASP.NET code? The server is hosted elsewhere and I have to go through them to figure out this problem. If it's on my side (code) then that would be amazing.
Thanks for the help suggestions btw i'll look into it in the meantime.
Basic .NET framework 2.0 is VS2005 ... so if you used VS 2008 or 2010 to develop the (ASPX)page you need to ensure that the project is set to use only .NET 2.0 controls.. (My Project > Compile > Advanced compile options > Target Frame work)...
Also another Quick Question?? Does your page do any Database Query's ???.. If yes.. than that could also be the problem....
Bookmarks