I built up a website for my father's business and included a contact page where customers can request service, questions, etc. To build the site, the form, etc I used ASP.NET 3.5 in C# and VB by Imar Spaanjaars and now have switched over to the 4.0 book
for subsequent changes. The page worked and I received e-mails no problem. Right now, using my IIS server I can also send the form but it is incredibly slow.
I built the site in VWD 2010 and have since upgraded to VWD 2013. I also used nuget to install various updates which is where I believe I made a mistake. Somehow my web.config file has been damaged as I have not changed the contact page, the code behind,
or the control since creating it.
Figuring it was an issue with packages I followed a guide to remove ALL packages, and VWD 2013 restores upon running the build. This is where I am now but I'm still having the same problem. I can load up the contact page, fill out t ...
Go to the complete details ...