Remove HTML extension with web config permanently

前端 未结 3 980
北海茫月
北海茫月 2020-12-13 22:19

I am trying to remove html extension from pages using web.config. Below is the code i am using in web.config file


  
    

        
3条回答
  •  萌比男神i
    2020-12-13 22:42

    I know this is almost a year latter but I'll try. I'm not sure I understand your problem correctly but if I do I just use

        
         
          
           
           
           
           
                 
                 
                 
                 
    

    Then the rest of the closing statements that you are using.

提交回复
热议问题