asp.net-4.0 Questions
2
Solved
I'm familiar with the WinDBG paradigm. Been reviewing a lot of dump files using WinDBG x64 version. For the most part dump files were .NET 2.0 applications and psscor2.dll. Current WinDBG version I...
Borg asked 31/8, 2013 at 16:27
3
Solved
Alright, I've been trying to find any information on this for a while. I built a small class to see how hard type-safe-enums are to implement for strings, because I want to use them for database fi...
Boehmite asked 2/4, 2013 at 14:54
4
Solved
What are the limitations of the session variable in developing large web application.
Also what are the best alternatives of the session variables.
Please provide me the alternatives of SESS...
Digitoxin asked 31/7, 2013 at 10:1
1
Solved
I am new to ASP.Net 4.0, and have seen a new feature called Response.RedirectPermanent(). I have checked a few articles, but I'm unable to understand clearly the actual meaning and difference of Re...
Egress asked 14/5, 2013 at 8:3
1
I noticed an odd problem when developing a web site project on localhost using ASP.Net 4.0, IIS 7.0, and IE8. Postbacks do not work after the page has been idle for a few seconds, like 30 seconds o...
Magavern asked 26/9, 2010 at 19:8
6
Solved
We have been having a random issue with our live website. We're not sure what exactly is causing the issue. We tried clearing the temporary files but the issue happened again. We even killed the II...
Felton asked 9/12, 2011 at 15:39
1
Solved
In my aspx pages I often use the following and it works fine:
<%= "{0}, {1}", arg1, arg2 %>
I use ReSharper for code analysis. I just upgraded for v6.1 to 7 and it is giving me the ...
Pincenez asked 11/4, 2013 at 10:47
2
Solved
I have implemented ADFS authentication for an asp.net 4.0 application. I have hosted the application in the production environment with webfarm configuration. The website works well and all the ima...
Seam asked 1/2, 2012 at 22:25
6
Solved
I am attempting to deploy an ASP.NET MVC 3 application to a Windows 2008 x64 server (running IIS 7.0 obviously), and IIS does not want to seem to serve up the content properly. All requests are res...
Bilyeu asked 24/2, 2011 at 22:5
1
Solved
I'm trying to understand the accepted answer for Persisting DataSource in GridView after PostBack as I have a similar problem.
Quote:
I steer clear of putting stuff into the VeiwState or sessio...
Wafd asked 14/3, 2013 at 11:34
1
Solved
Currently we are facing a problem regarding session fixation. We do have one site which is secured i.e. Https and there is no authentication for it. It means it has anonymous access.
So, we are fac...
Fabulous asked 22/2, 2013 at 9:59
8
Solved
I need to design a table with alternating row colors. Below is written code but its not working. May be some syntax issue for MVC. Please suggest.
@for (int i = 1; i <= 10; i++)
{
var rowCol...
Asha asked 21/12, 2011 at 17:0
9
Solved
I am trying to run a crystal report from my web application which was built using ASP.NET 4.0 and Visual Studio 2010. I have installed the following from the SAP site (http://www.businessobjects.co...
Exuberance asked 28/11, 2010 at 0:55
3
Solved
Regardless of whether my machines's root web config (the one in Windows/Microsoft.NET/...) contains system.web/pages/namespaces/add elements, it still is demanded that I include using statements at...
Steakhouse asked 29/3, 2012 at 15:48
4
We are seeing some Safari browsers failing to cross-authenticate our website after we upgrade to .NET 4.0 from .NET 3.5.
After much investigation, it turns out to be a problem with ASP.NET identi...
Fibrinogen asked 29/3, 2011 at 19:58
2
Solved
First post, I'm a complete .Net/C# novice thrown in at the deep end!
I've inherited a C# wed application due to someone leaving at work and me being the only one with bandwidth! But not the .Net,...
Egger asked 24/1, 2013 at 18:1
3
Solved
I want to be able to
Get a list of roles of the current authenticated user.
Filter the data provided to that user based on their role.
I see ways to check if the user is in a particular role, b...
Jacoby asked 20/5, 2011 at 3:29
2
Solved
I need my web service to return JSON...
I have the following code in my .asmx file:
namespace Feed
{
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles....
Chinkapin asked 20/11, 2011 at 21:58
1
Solved
Whats the best way to achieve the above? I do know that it can be achieved at HttpModule level. Is it possible just via web.config(easier and faster to code execute).
Harrietharriett asked 2/11, 2012 at 12:31
1
Solved
I installed Clean Windows Web Server 2008 R2 64-bit with IIS 7.5. I created .NET v4.0 application pool and Web Site in this pool, where I deployed my application with ServiceStack services.
I got t...
Doud asked 23/10, 2012 at 12:28
3
Solved
This question is purely academic, because I'd never dream of doing this in real code.
Using LINQ to SQL, I want to bind an IQueryable<T> to a GridView. I tried doing this with the following ...
Jorry asked 4/3, 2011 at 17:24
2
Solved
For a notification project, would like to push event notifications out. These are things like login, change in profile, etc., and to be displayed to the appropriate client. I would like to discuss ...
Verbatim asked 5/3, 2012 at 16:49
2
Solved
I know that we can <%: %> syntax for html encoding that is introduced in .Net 4. But I was reading new features of Asp.Net 4.5, and I got that we have another type i-e <%#: %> that is u...
Caffrey asked 27/8, 2012 at 14:7
3
Solved
I have an application that I recently upgraded from ASP.NET MVC1 to ASP.NET MVC4 rc1.
It uses the Webforms viewengine.
It has performance issues whenever Url.Action(action,controller) is used.
I...
Push asked 9/8, 2012 at 21:38
3
I've recently begun migrating an ASP.NET project from .NET version 1.1 to 4.0. This system currently runs on customer site and works.
When I migrate the solution via the VS wizard, I don't get any ...
Probationer asked 3/8, 2012 at 9:19
© 2022 - 2024 — McMap. All rights reserved.