A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Hi @Ga chống thấm LoveMama.vn,
You need to edit the Web.config file, change debug="true" to debug="false".
<system.web>
<authentication mode="None"/>
<compilation debug="false" targetFramework="4.8"/>
<httpRuntime targetFramework="4.8"/>
</system.web>
Then use "View Page Source" to view.
- Right-click on the web page and choose View Page Source.
- Shortcut: Press Ctrl+U (Windows PC) or Command+Option+U (Mac).
Here is my test:
Before:
After:
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.