Refers to the version 4.5 of the ASP.NET web application framework introduced with the .NET Framework 4.5
0
votes
1answer
27 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
56 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
72 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
19 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
25 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
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
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 ...
7
votes
1answer
105 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
0answers
16 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 ...
1
vote
1answer
27 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
0answers
28 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 ...
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
64 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 ...
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
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
48 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
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
1answer
15 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
0answers
65 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 ...
1
vote
1answer
35 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 ...
0
votes
2answers
94 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
54 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
85 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 ...
11
votes
6answers
400 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, ...
0
votes
1answer
65 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
74 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 ...
6
votes
0answers
83 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
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
80 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
89 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
0answers
39 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
94 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
82 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" ...
0
votes
2answers
30 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
0answers
127 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, ...
0
votes
2answers
66 views
Trying to print the first 250 characters of a string but getting ArgumentOutOfRangeExecption" error
I am binding a LINQ result to a ListView and trying to print only the first 250 characters from the "Synopsis" column but when I try to use Substring I get the error:
...
1
vote
0answers
42 views
“potentially dangerous request.path” error randomly showing up in my error logs, why?
I am using the ELMAH to get emails when ever my production site gets an error and every few days I get a "System.Web.HttpException: A potentially dangerous Request.Path value was detected from the ...
0
votes
0answers
124 views
AjaxControlToolkit 7.0123 breaks UpdatePanel asynchronous post-back
I have an ASP.NET Web Application built against ASP.NET 4.5 in VS2012. Within the application are a number of forms containing ListView controls which in turn contain UpdatePanel controls so that any ...
2
votes
2answers
176 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 ...
2
votes
1answer
155 views
How to detect IIS Express version?
I have found that our ASP.NET application runs differently on different machines in IIS Express. All have VS 2012, .Net 4.5 and Integrated mode. But some has VS 2012 Update 1, some not.
How do I find ...
0
votes
1answer
45 views
Purpose of ProviderUserName column in DotNetOpenAuth sample
I've started an ASP.NET web site in Visual Studio using a Microsoft pre-defined template. This is to help me learn about OpenID within ASP.NET.
Inside the included SQL database within the sample ...
2
votes
0answers
78 views
What is the best way to create “dynamic objects” in vb.net webforms
I'm not sure i'm asking this question correctly as i'm still kinda new to this...
But what i'm trying to learn how to do (if possible) is to create a serializable class object with user data (name, ...
1
vote
0answers
172 views
How to pass parameter to SelectMethod of gridView in asp .net 4.5
Problem : How to pass parameter to SelectMethod of gridView in asp .net 4.5
Description :
I am using asp .net 4.5 and using (strongly typed model binding) SelectMethod to bind data to gridView.
...
0
votes
0answers
193 views
Visual Studio 2012. Logon failure: unknown user name or bad password
Well this is very strange. I am able to connect to Sql Server 2008 from Management studio, but i am unable to establish connection from Visual Studio 2012 (website project). I always get the error:
A ...
0
votes
1answer
95 views
trying to step though list and assign to hyperlinks but unable to
I am trying to step though the result set from a LINQ query assigning each item to one of 20 hyperlinks.
I have verified the the container is getting filled with the correct information, and I have ...
0
votes
1answer
134 views
Filling datatable with LINQ to Entity results so I can iterate though them
I have been trying to fill up a datatable with the LINQ results so I can iterate though the DT and print out the needed data but no matter how I try it cant convert the anonomus type into a datatable.
...
0
votes
1answer
376 views
Get Web Api consumer IP Address and HostName in ASP.net C#
I have hosted WebApi developed in ASP.net. I want if someone call my API so I can log in database so later on if I want to reject request from particular id using C#.
What is best code to get ...
0
votes
1answer
183 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 ...
1
vote
2answers
210 views
Get users email address using Google OpenID
I am trying to retrieve a user's email address from Google via OpenID using DotNetOpenAuth.
My code so far correctly redirects to Google for the current user, and asks for permission for my ...





