Upgrade from Visual Studio 2010 to Visual Studio 2015 - Virtual directory issues -


i using visual studio 2015, update 3 professional edition , upgrading vs 2010 project vs 2015. published project in vs 2015 works fine, issues running locally. when run project locally, get-

   http error 500.19 - internal server error     requested page cannot accessed because related configuration data page invalid.      detailed error information:     module         iis web core     notification       beginrequest     handler    not yet determined     error code     0x80070021     config error       configuration section not allowed set below application     config file    \\?\c:\my directory\web.config      config source:        104:  <system.webserver>       105:      <modules runallmanagedmodulesforallrequests="true"/>       106:     <validation validateintegratedmodeconfiguration="false"/> 

(i dont see in web.config file. not sure coming from) used dev tools in chrome , gave number of 404 errors bunch of js files. seems issue virtual directories. googled, , according solution given: visual studio 2015 - adding virtual directory not possible

i applied 2nd solution modifying applicationhost.config file localhost value specified in project properties under project url:

<bindings>     <binding protocol="http" bindinginformation="*:51005:localhost" /> </bindings> 

now using dev tools, dont see 404 errors js files, rather 1 error:

failed load resource: server responded status of 500 (internal server error) default.aspx 

please guide how resolve it!


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -