Tag: asp.net

48 votes
8 answers
2.5K views
Styles.Render in MVC4

In a .NET MVC4 project how does @Styles.Render works? I mean, in @Styles.Render("~/Content/css") which file i

avatar
Lynette
0 1 0 9
asked 07 September, 2021
55 votes
10 answers
1.7K views
Which version of MVC am I using?

I can't find it for some reason, feeling a little dumb. How do I know? I'm using .net 4 with VS2010.

avatar
Bryan
0 1 0 9
asked 07 September, 2021
58 votes
10 answers
3K views
ASP.NET Identity - HttpContext has no extension method for GetOwinContext

I have downloaded, and successfully ran the ASP.NET Identity sample from here: https://github.com/rustd/Aspnet

avatar
Corey
0 1 0 9
asked 07 September, 2021
60 votes
5 answers
555 views
Why is JsonRequestBehavior needed?

Why is Json Request Behavior needed? If I want to restrict the HttpGet requests to my action I can decorate t

avatar
Sena
0 1 0 9
asked 07 September, 2021
61 votes
19 answers
942 views
How can I properly handle 404 in ASP.NET MVC?

I am using RC2 Using URL Routing: routes.MapRoute( "Error", "{*url}", new { controller = "Err

avatar
Dorian
0 1 0 9
asked 07 September, 2021
52 votes
7 answers
882 views
Writing/outputting HTML strings unescaped

I've got safe/sanitized HTML saved in a DB table. How can I have this HTML content written out in a Razo

avatar
Luis
0 1 0 9
asked 07 September, 2021
53 votes
12 answers
2.4K views
Using Razor within JavaScript

Is it possible or is there a workaround to use Razor syntax within JavaScript that is in a view (cshtml)? I a

avatar
Don
0 1 0 9
asked 07 September, 2021
60 votes
15 answers
3.1K views
What is ViewModel in MVC?

I am new to ASP.NET MVC. I have a problem with understanding the purpose of a ViewModel. What is a ViewModel

avatar
Xavier
0 1 0 9
asked 07 September, 2021
54 votes
19 answers
2K views
Can an ASP.NET MVC controller return an Image?

Can I create a Controller that simply returns an image asset? I would like to route this logic through a cont

avatar
Basil
0 1 0 9
asked 07 September, 2021
61 votes
18 answers
2.8K views
How to get all Errors from ASP.Net MVC modelState?

I want to get all the error messages out of the modelState without knowing the key values. Looping through to

avatar
Dusty
0 1 0 9
asked 07 September, 2021
52 votes
15 answers
2.1K views
How to render an ASP.NET MVC view as a string?

I want to output two different views (one as a string that will be sent as an email), and the other the page d

avatar
Keith
0 1 0 9
asked 07 September, 2021
63 votes
4 answers
2.9K views
What is the difference between 'classic' and 'integrated' pipeline mode in IIS7?

I was deploying an ASP.NET MVC application last night, and found out that it is less work to deploy with IIS7

avatar
Trudy
0 1 0 9
asked 07 September, 2021
59 votes
30 answers
2.3K views
ReSharper "Cannot resolve symbol" even when project builds

My Tools: Visual Studio 2012 Ultimate + Update 1 ReSharper v7.1.25.234 My Solution Build Status: Build Succ

avatar
User demo
0 1 0 9
asked 07 September, 2021
52 votes
30 answers
2.1K views
JQuery - $ is not defined

I have a simple jquery click event <script type="text/javascript"> $(function() { $('#p

avatar
Deedee
0 1 0 9
asked 07 September, 2021
68 votes
30 answers
1.5K views
Visual Studio debugging/loading very slow

I'm at wit's end. Visual Studio is typically painfully slow to debug or just plain load ("start with

avatar
Eddie
0 1 0 9
asked 07 September, 2021
59 votes
19 answers
488 views
How to fix: Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list

I am configuring an MVC 3 project to work on a local install of IIS and came across the following 500 error:

avatar
Lashawna
0 1 0 9
asked 07 September, 2021
54 votes
8 answers
2K views
Compile Views in ASP.NET MVC

I want an msbuild task to compile the views so I can see if there are compile time errors at well... compile t

avatar
Patsy
0 1 0 9
asked 07 September, 2021
60 votes
8 answers
1.4K views
How to get ELMAH to work with ASP.NET MVC [HandleError] attribute?

I am trying to use ELMAH to log errors in my ASP.NET MVC application, however when I use the [HandleError] att

avatar
Chaya
0 1 0 9
asked 07 September, 2021
53 votes
14 answers
2.5K views
Passing data to a bootstrap modal

I've got a couple of hyperlinks that each have an ID attached. When I click on this link, I want to open

avatar
Shantay
0 1 0 9
asked 07 September, 2021
62 votes
15 answers
549 views
RedirectToAction with parameter

I have an action I call from an anchor thusly, Site/Controller/Action/ID where ID is an int. Later on I need

avatar
Xavier
0 1 0 9
asked 07 September, 2021