


I don't believe no one can solve this problem! _html/css_WEB-ITnose
I downloaded the source code of a website online
There is no problem when debugging it locally
But as soon as I publish it
there is a problem
What is the reason
Normal The screen should be
I think there is something that needs to be changed in
web.config when publishing? ? ? ? ?
Reply to discussion (solution)
Front-end html jquery
The back-end is written in c#, compiled into a dll
and referenced in the front-end
Your server does not support C#
The environment is not configured properly and the script is not parsed successfully.
CSS file is not imported, causing problems
CSS file is not imported, causing problems. Wrong.
The environment is not configured properly and the script is not parsed successfully. I think so too, but how should I match it? Unable to parse dll
Even <%@ Page Language="C#" ....
is out, is it still supported? Otherwise, the file suffix is wrong. I can’t believe that I would make such a low-level mistake
Even <%@ Page Language="C#" ....
has come out, do you still say you support it? Otherwise, the file suffix is wrong. I don’t believe that I would make such a low-level mistake
It’s not a question of support, or what does it mean to be called support? The framework is installed, and this machine is the server
I think it is a configuration problem
If the suffix is wrong, doesn’t HTML support page references?
Check out the configuration of IIS
Check out the configuration of IIS
Haha, how to configure it
Quote from 8th Floor’s reply:
Even <%@ Page Language="C#" ....
has come out, are you still saying you support it? Otherwise, the file suffix is wrong. I don’t believe that I would make such a low-level mistake
It’s not a question of support, or what does it mean to be called support? The framework is installed, and this machine is the server
I think it is a configuration problem
If the suffix is wrong, doesn’t HTML support page references? Unfortunately, the
suffix is aspx
html is only interpreted in the browser
Oops! Don't worry if something goes wrong sometimes! Don’t rush to answer other people’s suggestions first! Read the code clearly yourself!
Quoted from the 9th floor’s reply:
Quoted from the 8th floor’s reply:
Even <%@ Page Language="C#" ....
came out Yes, do you still say you support it? Otherwise, the file suffix is wrong. I don’t believe that I would make such a low-level mistake
It’s not a question of support, or what does it mean to be called support? The framework is installed, and this machine is the server
I think it is a configuration problem
If the suffix is wrong, doesn’t HTML support page references?
Unfortunately,
the suffix is aspx
...
His code structure is originally html suffix
Do I have to change all of these to aspx when publishing, or as long as Can you directly parse aspx instead of html through configuration?
If so
What is his purpose for doing this? ? ? ?
I had a similar problem when I first started learning to debug and use other people’s DISCUZ templates. When index.thml was displayed, the template code was also displayed, which explains this paragraph. The code was not parsed successfully. I checked that some parts of my html code and PHP code did not match well. I don’t know if yours has the same problem. Don’t just look at the index file. It’s useless. It’s all background parsing. After the results come out, check the template.
This is web.config
& lt ;section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/> ;
< section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
& LT; Section name =" AuthenticationService "Type =" System.Web.configuration.ScriptingAutHentheServiceSect ION, System.web.exTensions, Version = 3.5.0.0, Culture = Neutral, PublicKeytoken = 31BF3856AD36E35 "RequirePerMission =" false" allowDefinition="MachineToApplication"/>
" "
"
77A5C561934E089" />
buildProviders>
error statusCode="404" redirect="FileNotFound.htm"/>
"asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
ule"/> ;
< assemblyBinding xmlns= "urn:schemas-microsoft-com:asm.v1">
< bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
🎜> & lt;/assemblybinding & gt;
& lt;/runtime & gt;
& lt; local = "rent" & gt;
& lt; system.web & gt;
& lt; a Uthorization & gt;
& lt; Alow users = "?" />
system.web>
看看需要做什么修改
I had a similar problem when I first started learning to debug and use other people’s DISCUZ templates. When index.thml was displayed, the template code was also displayed. This means that this code was not successfully parsed. I checked that it was Some parts of my html code and PHP code don't match well. I don't know if yours has the same problem. Don't just look at the index file. It's useless. They are all the results of background parsing. Check with the template. Bar.
It is indeed used in a nested manner
I checked the references and there is no problem
I have no problem with debugging
But there is a problem as soon as it is released
I think it needs to be modified before publishing. What
I think what should be modified is the content in web.config

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The official account web page update cache, this thing is simple and simple, and it is complicated enough to drink a pot of it. You worked hard to update the official account article, but the user still opened the old version. Who can bear the taste? In this article, let’s take a look at the twists and turns behind this and how to solve this problem gracefully. After reading it, you can easily deal with various caching problems, allowing your users to always experience the freshest content. Let’s talk about the basics first. To put it bluntly, in order to improve access speed, the browser or server stores some static resources (such as pictures, CSS, JS) or page content. Next time you access it, you can directly retrieve it from the cache without having to download it again, and it is naturally fast. But this thing is also a double-edged sword. The new version is online,

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

This article demonstrates efficient PNG border addition to webpages using CSS. It argues that CSS offers superior performance compared to JavaScript or libraries, detailing how to adjust border width, style, and color for subtle or prominent effect

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex
