I'm new to web applications. I want to deploy my web applications on IIS. However, I am getting the following error:
HTTP error 500.22 - Internal server error A asp.net setting has been detected which does not apply in integrated managed pipeline mode. Detailed error notification module Configuration ValidationModule Notification handler Static file Error code 0x80070032 Requested url http: // localhost: 80 / physical path C: \ user \ Taiseer \ Desktop \ UBC course (word 2) \ software engineering \ project -Doloto \ wwwroot logon The method has not yet been determined by the logon user is not defined yet any suggestions will be helpful Do you please have any link or link to me Drb tell where the process went tell-step by step.
Thank you.
To use the integrated mode in IIS, system.web \ httpHandlers And move the system.web \ httpModules section to system.webServer and change them in "Operators" and "Modules" respectively, this should take you closer to a valid integrated mode configuration for IIS.
Comments
Post a Comment