Refers to the version 4.5 of the ASP.NET web application framework introduced with the .NET Framework 4.5

learn more… | top users | synonyms

6
votes
0answers
83 views

Writing to ZipArchive using the HttpContext OutputStream

I've been trying to get the "new" ZipArchive included in .NET 4.5 (System.IO.Compression.ZipArchive) to work in a ASP.NET site. But it seems like it doesn't like writing to the stream of ...
0
votes
1answer
25 views

Restrict multiple edits on any objects, c# 2012

I have many objects like Pg, Layout, SitePart etc., Multiple users can edit these objects and can save them back to Data base. However at a time only one user can save the changes to DB, and let the ...
-1
votes
2answers
50 views

Entity Framework 5, MVC 4, Code First - Persisting a List<string> in a class

My solution should work well with: ASP.NET MVC 4, EF5, Code First, Visual Studio 2012 Express, SQL Server 2012 Express. I need to store many tags with a place object. In another question it was ...
1
vote
2answers
65 views

asp.net MVC 4, tagging places - best practice (eg Pub, Store, Restaurant)

ASP.NET MVC 4 web app, EF 5, SQL Server 2012 Express, Visual Web Developer 2012 Express, Code First I have a places object - I would like to add multiple tags to each place. Is the best approach a ...
0
votes
1answer
30 views

Content in my local resource files seems to be cached

I have a webpage where I uses the App_LocalResources files, where I've translations for 2 languages. This works really well. However, when I open my two pages I get a pretty strange problem. If I ...
0
votes
1answer
18 views

How to use MachineKey.Protect for a cookie?

UPDATE - Thanks to the comment from @SLaks I realized that I was doing things in the wrong order. I am pasting the working solution here for other people having a similar problem. public static ...
0
votes
0answers
24 views

Dependencies not loading or partially loading

I am trying to work with the MS Lync UCMA 4.0 sdk and just switched to using Visual Studio 2012 (becuase .NET 4.5 Framework is required). I can't figure out what is going on here, I've set the Target ...
0
votes
1answer
15 views

requestValidationMode 4.5 vs 2.0

Is there a difference between requestValidationMode="4.5" and requestValidationMode="2.0"? I have a .net 4.5 application, there is a control which I don't want to validate, as users can enter html ...
0
votes
0answers
15 views

virtual directory creation failed on IIS8/Windows 8

Hi I'm new to MSBuild and I'm facing a problem now I built my project using build script and everything running fine except the virtual directory creation. When its calls the virtual directory ...
7
votes
4answers
2k views

Object of type 'System.Int32' cannot be converted to type 'System.Web.Security.Cryptography.Purpose'

I am getting this error now whenever I try to build. I just installed Visual Studio 2012 and .Net 4.5, but this project is still on 2010. Here is the line of code I am having issues with: private ...
1
vote
1answer
23 views

Why WCF service change date value in case different TimeZone on client and server side

I have WCF service, one service method return array of some objects, single object contain some date values, for example {14-05-2013 08:00:00} Kind: Unspecified. I can see in debug mode this value ...
1
vote
1answer
162 views

How to access foreign key description in ASP.Net 4.5 Web Forms model binding

In ASP.Net 4.5 Web Forms, I have a grid which uses the new Model Binding feature, backed from Entity Framework: <asp:GridView runat="server" ID="uxGrid" ItemType="SAData.SelfAssessment" ...
1
vote
0answers
27 views

What is the Windows Server 2012 command line equivalent of `aspnet_regiis -ir`?

As documented in several questions (Alternative for the Registering ASP.NET 4.5 on Windows Server 2012; Server 2012 IIS 8 MVC not working; WCF on IIS8; *.svc handler mapping doesn't work), on ...
2
votes
2answers
162 views

AjaxControlToolkit 7.0123 breaks VS2012 Web Application Project

I have an existing VS2012 web application that has been running fine until I added in the latest AjaxControlToolkit (7.0123). Initially, I found that the installation broke the behaviour of the ...
1
vote
2answers
48 views

Replace custom tags with <a href> tags

In my ASP.NET application I have a plain text field. I want to allow the user to be able to enter URL's in the following format: [url="http://www.google.com"]Google[/url] These would be saved to a ...
0
votes
1answer
6 views

How to change the URL that securitytrimming will redirect the user to?

I have menu items Home, About, and Contact. I only want Home to be accessible by Anon users, and About/Contact to be accessible by authenticated users. This works great using a Sitemap and using ...
0
votes
0answers
59 views

Update Panel not working properly causing full postback

I have moved to visual studio 4.5 and at first my update panels worked just fine but one day they just seemed to stop altogether even if I start a new project. Code Behind: public partial class ...
2
votes
2answers
132 views

The cast to value type 'DateTime' failed because the materialized value is null

My project is the throwing the above error because the Ship Date in my table is null. I am using Code First, and the DateTime field is declared as nullable both in the generic set and the SQL table. ...
0
votes
1answer
24 views

SelectMethod get data from a parent control

I'm using .Net 4.5, model binding and currently have a repeater, which contains another repeater. <asp:Repeater ID="rptADivisions" runat="server" ItemType="abc.Division" ...
0
votes
1answer
15 views

Is there a way to build a lazyload path from one table to another?

I have two class for my EF code first site and I can use lazyloding to go from the class Section_Translation to the class Section (i.e. Section_Translations.Section.XXXX) but I can not go from Section ...
0
votes
0answers
17 views

asp.net 4.5 mixing forms and windows authentication

I'm starting a new ASP.NET 4.5 web forms application and one of the requirements is that there is the user to login with windows authentication if available or login using forms authentication if the ...
0
votes
2answers
46 views

Difference between Page Methods and Web API in asp.net

I am working in an ecommerce website(ASP.NET 4.5,Web Forms).For showing the review of each product i am using Web API to get data from the server. I am making a GET Ajax call here.The same ...
0
votes
1answer
14 views

AjaxControlToolkit 4.5 - Getting the Requires 4.0 Error Message Again

Here we go again. Using the latest April 2013 edition of AjaxControlToolkit 4.5 and I've done all the typical things we've seen over the past 6 months of getting it to work in our 4.5 projects. ...
0
votes
4answers
302 views

DNN website issues

We followed every steps given in installation guide in dot net nuke site for DotNetNuke_Community_07.00.02 .We have database server on virtual machine and we use SQL server authentication.When we ...
11
votes
6answers
399 views

Add color options to System.Drawings.Color

In visual studio, when creating controls in the markup(or in code-behind) you can specify colors in HEX format like this: "#FFFFFF", but you also can select from the list of preset colors like: White, ...
1
vote
2answers
685 views

Can't find the Publish Website Option in Visual Studio 2012 Express Web

I created an Empty Website (not a project) using File > New Website > Aps.net Empty Web Site. Usually when I click on Build, there is an option to "Publish Web Site". However, I don't see it here. All ...
1
vote
1answer
34 views

How do I install the .NET Framework 4.5 reference libraries on Windows Server 2008 R1?

I have an application whose deploy process builds the source code on the server I'm deploying to. My production server is Windows 2k8 (not 2k8 R2). My app is not compiling as the reference ...
11
votes
2answers
3k views

Build ASP.NET 4.5 without Visual Studio on Build Server

Its been a while since I setup a Build Server so maybe I've forgotten something or maybe .NET 4.5 is different from whatever version I did this with last time, but here is my problem. I'm trying to ...
0
votes
0answers
63 views

Error creating the Web Proxy specified in the 'system.net/defaultProxy' configuration section. in asp.net web form using azure

I m developing this project which makes user to store in cloud. But it is showing following error when creating container in cloud. StorageException was unhandled by user code Error creating the Web ...
3
votes
1answer
274 views

.NET 4.5 WebForms: do I (still) really have to specify all 3 templates in a FormView?

Investigating the new strongly-typed, model-binding approach within ASP.NET 4.5 WebForms: In Scott Hanselman's example of WebForms model binding (amongst others) I've seen the use of a FormView that ...
0
votes
2answers
89 views

Unable to connect to SQL Server database

I'm creating a web application in mvc 4.0 and I need to enable Membership and Authorization using Asp.netWeb Site Administration Tool but when I clicks the security tab it gives me an error There ...
0
votes
3answers
53 views

WHERE clause in LINQ statement that pulls specific match or everything if no match found

I am trying to write a LINQ statement that will pull all the items from a table where the column Type matches what the user selects in a dropdown menu but if no matches are found then it returns ALL ...
0
votes
3answers
82 views

Extend Entity Object to include a calculated property

Let's say I have an Entity Object 'Jewels' that has the properties 'Name' and 'Birthdate'. I want to implement a LINQ query that returns an object that has 'Name', 'Birthdate' and 'Birthstone'. So I ...
14
votes
2answers
510 views

Using ASP.NET 4.5 Bundling & a CDN (eg. CloudFront)

ASP.NET 4.5 has a great new bundling feature and appears to have some support for use of CDNs. The example given by Microsoft for use of the bundling feature with a CDN is this public static void ...
6
votes
0answers
82 views

Processing AuthenticationResult's from different providers in the same page

I'm integrating OpenID to my existing application with LiveID and Google providers. On my login page, in addition to the original login fields I have added 'Log in with Google' and 'Log in with ...
0
votes
1answer
61 views

PayPal Integration - what options are recommended

We have an ASP.NET web site containing a product catalogue. We have now been asked to add on shopping cart and payment functionality. However, as this is a trial, it needs to be cost free (as far as ...
0
votes
1answer
69 views

How to get custom data out of generic principal inside an aspx code behind?

I am building an application and integrating it with active directory. So I authenticate my app user to active directory users, after that I store some of user's data like : user group and user ...
10
votes
1answer
487 views

.NET 4.5 MVC RouteCollection.LowercaseUrls breaks when using Area

A new property to RouteCollection was added with .NET Framework 4.5: http://msdn.microsoft.com/en-us/library/system.web.routing.routecollection.lowercaseurls.aspx This works great, until you add an ...
0
votes
1answer
32 views

Repeater markup not databinding in my link

I've tried to find a solution online, but I couldn't find any. However, it's probably easy to find if you know what to search for. Anyway, I have a ASP.NET repeater like this: <asp:Repeater ...
0
votes
3answers
77 views

setting HttpContext.Current.User throws null reference exception

This is a WCF Oneway operation. HttpContext.Current.User is cleared in those operations, that is the reason I added a behavior that saves the User before it is cleared. Later I want to re-set the ...
0
votes
3answers
88 views

Async in 4.5: Cancellation and Timeout

I have a long running process inside a HTTPHandler that I asynchronously perform using Async Await .net 4.5 This works perfectly as expected... How can I add a timeout so that the string 'timeout' ...
0
votes
3answers
3k views

Failed to load viewstate. The control tree into which viewstate is being loaded

I am receiving the following error message after an HTTP POST on an ASP.NET form hosted inside a UserControl: Failed to load viewstate. The control tree into which viewstate is being loaded must ...
5
votes
2answers
2k views

Understanding context in C# 5 async/await

Am I correct that async/await itself has nothing to do with concurrency/parallelism and is nothing more than CPS implementation? And the real threading is performed by SynchronizationContext instance ...
0
votes
0answers
38 views

asp.net routing error page

Does anyone know what the best way would be to deal with error pages using ASP.NET (not MVC) Routing? I have routing set up and working well, however if i visit a page which does not exist i get the ...
0
votes
0answers
92 views

Intermittent error: AcceptChanges cannot continue because the object's key values conflict

Environment: This is a simple utility program with only two tables in EF. One is configuration info that is only read. The other is a log that can be both read and written by this app. There are ...
0
votes
1answer
79 views

Textarea not rendered for DataType.MultilineText

I have an EditItemTemplate within a ASP.NET 4.5 Web Forms FormView. I've set an ItemType on the FormView so I'm using DynamicControls to display and edit fields. <asp:FormView runat="server" ...
7
votes
3answers
9k views

Upgrading to ASP.NET 4.5/MVC 4 forms authentication fails

I've just downoaded a VS 2012 along with ASP.NET 4.5 and MVC 4.0 and was kicking the tires with a sample app and found that the forms authentication that works perfectly with ASP.NET 4.0/MVC 3 no ...
0
votes
2answers
29 views

Windows Identify Foundation: 2 tokens based on different certificates being recognised by R.Ps

For technical reasons we have implemented two different STS websites in our application. These STS issue tokens which are based on different certificates. We have a main application and a subset ...
0
votes
1answer
177 views

ASP.NET 4.5 features don't seem available in VS2012

I'm checking out some of the new features in asp.net 4.5, and they don't seem available in VS 2012. Specifically, I was trying out the strongly typed data controls. VS doesn't resolve "Item" in this ...
0
votes
0answers
123 views

ASP.NET 4.5 Membership and oAuth Tables

Does anyone know how i can get the oAuth part on the ASP.NET membership moved to my MS SQL DB, rather than use localdb which its seems to be doing by default? I have my users all set up in my SQL db, ...

1 2 3 4 5