I must be missing some step in the process here.... When I create a web site using VS08webdev, then use the build tool, then would like to copy the site over to my web server directory that IIS 7.0 is serving out to the rest of the world. When I try I get an error code...like
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
I've made sure that IIS_IUSRS has read access to web.config and applicationhost.config. The IIS server puts up a simple html page no problem, but when I copy the website from web dev (and with it the web.config file it builds), it causes the error. Any suggestions? Does the lack of a publish feature in VS Web Dev Express make it impossible to create a website for IIS? Any help would be appreciated.
Answers
Saturday, August 23, 2008 1:07 AMJohn SaundersMVP, Moderator
This forum is for the ASMX Web Services technology. You should post your question at http://forums.asp.net. John Saunders | Use File->New Project to create Web Service Projects
Marked As Answer bySpillicusSaturday, August 23, 2008 1:56 AM
This forum is for the ASMX Web Services technology. You should post your question at http://forums.asp.net. John Saunders | Use File->New Project to create Web Service Projects
Marked As Answer bySpillicusSaturday, August 23, 2008 1:56 AM
If you are working with a page, then you are using ASP.NET. See the announcement at the top of the forum to learn where to post ASP.NET questions.John Saunders
WCF is Web Services. They are not two separate things.
Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
Use File->New Project to create Web Service Projects