Mobile app version of vmapp.org
Login or Join
Barnes591

: How to deploy ASP.Net MVC 5 to IIS 8 running Windows Server 2012 and SQL Server 2012 I developed an application in ASP.Net MVC 5 with database SQL Server 2012 now I want to deploy it in

@Barnes591

Posted in: #AspNet #AspNetMvc #Iis8

I developed an application in ASP.Net MVC 5 with database SQL Server 2012 now I want to deploy it in Windows Server 2012 with IIS 8

I followed this link: www.asp.net/mvc/overview/deployment/visual-studio-web-deployment/deploying-to-iis

but when I run my application in browser it gives error:

HTTP Error 500.19 - Internal Server Error The requested page can not be access because the related configuration data for the page is invalid.

I am new in this area please if you could explain in details.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Barnes591

1 Comments

Sorted by latest first Latest Oldest Best

 

@Hamm4606531

That error usually contains more details about what about the configuration is wrong. Are you attempting to load the we site from the server machine? (By default error message details are blocked except on the local machine). Every time I've seen this error, it's been an xml formatting issue, an invalid element issue (unregistered custom config stuff) or a section locking issue. Please get the details from the local machine. If the solution isn't obvious after getting that information, update your question with that information.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme