C
C#13mo ago
Rhaenyra

Css doesn't show up on .asp website

Hi, using <link rel="stylesheet" type="text/css" href="..."> tag doesn't work on .net website How do I fix it?
2 Replies
Angius
Angius13mo ago
What is the href and where is the css file?
Confusiarch
Confusiarch13mo ago
do you have the static content middleware set up? if your using razor pages or something then you may not be outputting the static files

Did you find this page helpful?