We have one server running IIS with our intranet site on it. I just finished a redesign and rollout of the intranet. I am trying to get a simple suggestion form to email the form text to an email address. Our smtp server is a different server on...
We have one server running IIS with our intranet site on it. I just finished a redesign and rollout of the intranet. I am trying to get a simple suggestion form to email the form text to an email address. Our smtp server is a different server on the network. I found a decent asp email form on the web and got it to work on my laptop using localhost and setting the name of the form file to default.asp.
When I uploaded it to the folder under wwwroot on our intranet server, it won't work. Just get an error "The website cannot display the page. The website is under maintenance or The website has a programming error." The rest of my site is purely html and css. I have a link on the index.html page which I'd like for users to click on and open the form page. Click submit and it's sent to a specified email address. Does the entire site have to be asp in order for this to work? What am I missing? Argghhh I feel like I'm so close!