Don’t panic in case of data tilt, teach you to easily obtain the slope of table tilt>>>
The debugging interface is as follows:
Solution 1: right click to set the start page
Impact documents:
Solution 2: add default page configuration in web.config
<system.webServer>
<defaultDocument>
<files>
<add value="WebForm1.aspx" />
</files>
</defaultDocument>
</system.webServer>
If there is no default page, you can set the permission to open the directory
<system.webServer>
<directoryBrowse enabled="true" />
</system.webServer>
Of course, you can set the above configuration at the same time:
<system.webServer>
<defaultDocument>
<files>
<add value="WebForm1.aspx" />
</files>
</defaultDocument>
<directoryBrowse enabled="false" />
</system.webServer>
Similar Posts:
- Mysql Incorrect string value: ‘\xF0\xA3\x8E\xB4’ for column ‘msg’ at row 1
- Springboot startup error: could not resolve placeholder
- Webpack ERROR in Path must be a string. Received undefined
- SET SQL_MODE=”NO_AUTO_VALUE_ON_ZERO”
- Failed to read auto-increment value from storage
- Jenkins auto deploy web project daily use error 1
- Mysql Auto Downtime ERROR: InnoDB: Cannot allocate memory for the buffer pool [Solved]
- git commit–fatal: unable to auto-detect email address
- [Solved] ORA-12012: error on auto execute of job “SYS”.”ORA$AT_OS_OPT_SY_363″
- Jenkins SVN auto release scripts always prompt for solutions that need to store passwords