therealsowho
therealsowho

Reputation: 139

404 error while importing stylesheet into ASP.net

I am trying to import my css file:

enter image description here

and I am ending up with:

enter image description here

I dont know what is the problem with css not importing?

Upvotes: 0

Views: 841

Answers (1)

Vishal Pawar
Vishal Pawar

Reputation: 376

Use

@Styles.Render("~/styles/myStylesheet.css")

Upvotes: 1

Related Questions