What happens in BeginProcessRequest()?
We are using NewRelic to provide server-side application traces.
We are using NewRelic to provide server-side application traces.
I have a solution with some projects. There are several break-points in different projects. I want to trace the first thread hit one of these break-points and continue tracing that single thread despite of other threads entering the same code-blocks.
How can I change the project port number in Visual Studio 2013 ?
I’m using ASP.Net and I need to change the port number while debugging in Visual Studio 2013.
I am working with c# MVC 2 and ASP.NET. One of my forms includes a file input field which allows a use to select any file type which will then be converted into a blob and saved into the database. My problem is that whenever a user selects a file that exceeds a certain amoutn of Mb (about 8) I get a page error that says the following:
Can I increase the timeout by modifying the connection string in the web.config?
I have a string and I want to know if it has unicode characters inside or not.
(if its fully contains ASCII or not)
In my ASP.NET MVC app, I have most controllers decorated with
I got an error using ASP.NET Identity in my app.
I am debugging codeplex simple project. I am using
My Razor views in VS2015 RC are not showing the proper coloring for C# code. My project was working fine in VS2013, but it isn’t in 2015, and it’s not giving me any Intellisense on the C# code. The solution builds and the site runs fine.