Wow Slider in Microsoft Visual Studio 2013 MVC 5

477 Views Asked by At

I'd like to use the Wow Slider in Microsoft Visual Studio 2013, MVC 5. Because, the Views folder in MVC 5 supports the .cshtml format, I tried the insert into html option but it didn't work. I also tried unsuccessfully to copy the "data1" and "image1" folder into Visual Studio.

Can anybody please help me address the issue?

1

There are 1 best solutions below

0
On

I just needed to add some codes in _layout.cshtml file of shared folder.

Here are these

@Scripts.Render("~/engine1/wowslider")
@Scripts.Render("~/engine1/jquery")
@Scripts.Render("~/engine1/script")

And this works for me.