C
C#10mo 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
Angius10mo ago
What is the href and where is the css file?
Confusiarch
Confusiarch10mo 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?