When using iis express no css applied on a remote pc

后端 未结 3 772
我寻月下人不归
我寻月下人不归 2021-01-03 11:50

I came up with a necessity to work with my asp.net mvc site from a remote pc while developing. So, I configured it to use IIS Express.

At first, a problem raised wit

3条回答
  •  一向
    一向 (楼主)
    2021-01-03 12:29

    try placing a web.config file in you Content folder. and put the following code in it.

    
    
    
        
            
                
            
        
    
    

提交回复
热议问题