Advertisement
gyrospring

✒ 0001.0011 VS2019 VB MVC5 Razor web.config

Apr 29th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Follow the instructions. This is what it should look something like.
  2.  
  3. system.web and system.webserver are in the same location: configuration
  4.  
  5. <system.web>
  6. <httpRuntime requestPathInvalidCharacters="" />
  7. </system.web>
  8.  
  9. <system.webServer>
  10. <modules runAllManagedModulesForAllRequests="true" />
  11. </system.webServer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement