Coder Social home page Coder Social logo

Comments (3)

rroman81 avatar rroman81 commented on July 29, 2024

I know this is dated, but could you explain the errors you are getting?

from webgoat.net.

tcsecchen avatar tcsecchen commented on July 29, 2024

i have a try and i can run application through IIS directly
First, publish the application to your folder (use visual stdio to publish)
then add it to iis

the project use .net3.5 default, i use .net4.8 have some errors and i resolved

  1. duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
    图片

you have two solutions
a.change your apppool .net version to 2.0

图片

b. delete the section from web.config
图片

if you choose solution B(use .net4.0 or later), maybe have another error
图片

then, modify web.config and add
<system.web>
...
< siteMap >
< providers >
< remove name="MySqlSiteMapProvider" />


</ system.web>
图片

the default.aspx will be ok
图片

then if have this error, change the apppool authority
图片
图片

click rebuild database
then everything will be ok
图片

from webgoat.net.

Pen-Ace avatar Pen-Ace commented on July 29, 2024

@tcsecchen
I'm stuck on the last bit as I don't know where that is located in the visual studio.
image
Are you able to explain how you got the MYSQL section working?

from webgoat.net.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.