Home  >  Article  >  Web Front-end  >  I don't believe no one can solve this problem! _html/css_WEB-ITnose

I don't believe no one can solve this problem! _html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:12:17980browse

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"/> ;
                                                                         < ;remove name="ScriptHandlerFactoryAppServices"/>


           




< 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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn