Refers to the version 4.5 of the ASP.NET web application framework introduced with the .NET Framework 4.5
4
votes
1answer
68 views
Error while running via virtual directory using Office Interop
I have used Office Inter op library for converting office docs to PDF. I am getting the PDF well if i run through Visual Studio, but i am getting the following error while running via virtual ...
3
votes
1answer
272 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 ...
2
votes
1answer
127 views
HttpContext.Current.User is null after installing .NET Framework 4.5
I was using .NET 4.0 VS10. I had working WCF services that were using forms authentication.
I upgraded to VS11, .NET 4.5.
Now my HttpContext.Current.User is null, in a wcf request.
I injected a ...
2
votes
1answer
156 views
Response.Flush With Ajax is not working?
I am following the following sample to create a very simple Comet in ASP.NET 4.5. What is the best way of showing progress on an Ajax call?
I have also downloaded the sample from ...
2
votes
1answer
173 views
Validation errors in asp.net 4.5
I have googled this extensively and couldn't find an answer, so I am posting this here hoping for help.
We have an asp.net 4.5 project with validation specified in the database objects classes. For ...
2
votes
1answer
392 views
.NET 4.5 and WCF Request Compression
We have a web application hosted on a third party hosting environment. The server application exposes some WCF RESTFUL services to our iPad applicaitons.
The WCF services are .svc-less and are ...
2
votes
1answer
586 views
Using the new Model Binding in asp.net 4.5 to format date fields
In the olden days before asp.net 4.5 we could easily bind a date to a Gridview, Formview or other databound control and make it look presentable with a simple format string.
...
1
vote
1answer
33 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 ...
1
vote
1answer
51 views
Is it possible to make aspnet ModelBinding work in .Net Framework 4.0 Web Forms?
We have a couple of relatively large Web Forms web application projects, but we are limited on using the .net 4.0 because some of our clients are still using Windows Server 2003, and the .net4.5 is ...
1
vote
1answer
43 views
Troubles binding when using non sequential indices and having multiple custom type parameters in method
Say I am posting back this form:
<form action="/Admin/SaveTestChanges" method="post">
<input name="index" type="hidden" value="S1"/>
<input name="[S1].SID" ...
1
vote
1answer
398 views
How to convert an MVC4 application using “InProc” sessionState to Azure
I have an application in MVC4 using that was hosted on a single server until now. The session was handled like this :
<sessionState mode="InProc" customProvider="DefaultSessionProvider">
...
1
vote
1answer
1k views
WebSockets - ASP.NET 4.5 IIS 8 Final Release
All the blogs online have been in reference to the beta with the old namespaces and use nuget packages. Im trying to get a simple low level websockets example going based on whats in the wild now and ...
6
votes
0answers
57 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 ...
6
votes
0answers
79 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 ...
2
votes
0answers
70 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
25 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
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 ...
1
vote
0answers
163 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.
...
1
vote
0answers
446 views
httpCompression override in web.config ASP.NET IIS7.5
I have this code in my web.config for an ASP.NET 4.5 website running in IIS 7.5
<system.webServer>
<urlCompression doStaticCompression="true" doDynamicCompression="true"
...
0
votes
0answers
14 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
0answers
15 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
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 ...
0
votes
0answers
50 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
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
0answers
60 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 ...
0
votes
0answers
35 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
85 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
0answers
116 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
0answers
118 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 ...
0
votes
0answers
184 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
0answers
439 views
ASP.NET & BootMetro: RadioButton, RadioButtonList, CheckBox and CheckBoxList
I am using bootmetro which is based upon the twitter bootstrap.
Within bootmetro.css, there is a comment...
/* NOTE: Originally the following rules used the adjacent
sibling selector '+ ...
0
votes
0answers
188 views
EditIemTemplate in GridView that is contained in a ListView shows only after Edit is clicked twice
I'm using EntityFramework to show a list of students (Referral), each student can have one or more siblings (Sibling is a Navigation Property of Referral). In order to display the sibings for the user ...
0
votes
0answers
164 views
XmlAttributeOverrides - How to use correctly?
I have a base type that is serializable within which is an array of Things. I want to accept any type of Thing when the XML is deserialized. So I was trying to override the XML attributes at run time, ...
0
votes
0answers
185 views
Handling strongly-typed session objects in ASP.NET 4.5/MVC4
ASP.NET 4.5 provides updates for interacting with the HTTPSession object. Would these updates change how the linked question would be handled? Better way of doing strongly-typed ASP.NET MVC sessions.
0
votes
0answers
67 views
Azure CDN Scripts are loaded twice
I've been searching for answers to this question for days on MSDN Forums but haven't found yet so I tought I would maybe find some more help here.
Here's my issue: ...
0
votes
0answers
104 views
Trouble with some asp.net controls not showing in the browser
I have a simple asp.net website but for some pages, the asp.net controls like the login control, dataGridView and hyperlinks are not shown in the browser when the pages are displayed.
All those ...
0
votes
0answers
90 views
Dropdownlist to Insert Child Records
I am trying to insert child records into a junction table using ASP.NET 4.5 web application. Ideally, I want the user to be able to select the records to insert from a dropdownlist. For example, if ...
0
votes
0answers
246 views
(window.opener.location.href) throws unhandled exception
I have a popup window in my web application. When the user clicks the Login button, I want to close the popup window and have the Login.aspx page open in the parent window. I have found this ...
0
votes
0answers
107 views
Format of the initialization string does not conform to specification starting at index 0
In trying to integrate OAuth for Facebook in my web application, I receive the above error after the user signs in to Facebook. I am using the SqlMembershipProvider and the SqlRoleProvider.
...
0
votes
0answers
175 views
Azure application thread sync error resulting in a 503 unavailable
This is the event viewer log entries
This works fine in the emulator for days on end and on the web role it throws errors till it finally goes to a Service Unavailable and i have to restart the ...
0
votes
0answers
124 views
Problems whit upload <maxLenght> asp.net 4.5
I am searching for whole the internet and I cant find one way working about the requirements.
Controller
[HttpPost]
[AcceptVerbs(HttpVerbs.Post)]
public ActionResult Create(Albums albums)
...
0
votes
0answers
39 views
modify the asp.net membership to support open id
I am currently setting up my mvc 4 web application with the out of the box membership functionality included in .net.
I would like to expand this functionality to support open id providers such as ...
0
votes
0answers
83 views
DynamicControl: render as a DropDownList?
I have this DynamicControl specified within the EditTemplate of my FormView:
<asp:DynamicControl runat="server" ID="Sequence" DataField="DisplaySequence"
Mode="Edit" />
How do I make it ...
0
votes
0answers
20 views
ProfileValueProvider vs UserProfileValueProvider
What's the difference between these two and when should I use one or the other??:
The MSDN sais:
ProfileValueProvider
Represents a value provider for profile values.
public sealed class ...
0
votes
0answers
260 views
ASP.NET Web Api - Unified JSON Api
I'm Writing an Api using the new ASP.Net 4.5 Web Api.
My Api responses are very similar to fourSquare's Api Response Messages.
My api should always response with messages like this one:
{
Meta:
...
0
votes
0answers
230 views
Persists a Facebook login using OAuthWebSecurity
I'm trying to the following using the OAuth support in ASP.NET 4.5
Only use Facebook login, no local data at all
Check if a request has a valid Facebook authentication (previously
logged in).
If ...
0
votes
0answers
87 views
How to create the charts in ASP.NET 4.0 using database
I want to create the charts in asp.net 4.0 using the database tables. i am using the charts control in that is present in visual studio 2010 but the output is not coming on the browser.
0
votes
0answers
235 views
Dynamic Data Filter: Foreign key doent map to ForeignKey template
i have a 2 sqltable EmpInf with EmpId, EmpName, Salary and Foreign key DeptNumber and a 2nd table Dept with primary key DeptNo and DeptName
i have a Dynamic Data Control : Data Manager, Linqtosql and ...
0
votes
0answers
338 views
Using T4MVC with .NET 4.5 in Visual Studio 2012 RC
Does anyone know if this is possible? I can get it to work OK if I build for 4.0 compatibility but when I use 4.5 all my tests fail with the familiar;
System.Security.VerificationException: Method
...
0
votes
0answers
202 views
Cannot get net 4.5rc to work
I have installed .net 4.5rc from http://msdn.microsoft.com/en-us/netframework/hh854779.aspx because I would like to use the new spatial features when developing with visual visual web developer 2010 ...



