Tagged Questions
ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
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 ...
6
votes
0answers
153 views
change in config.DataServiceBehavior.MaxProtocolVersion from V3.0 to V2.0 cannot revert
I changed
config.DataServiceBehavior.MaxProtocolVersion = DataServiceProtocolVersion.V3
from V3 to V2 to verify that JSON output is Verbose. However, when I change it back to V3, the output is ...
4
votes
0answers
52 views
Macro condition to hide zone on the basis of document role
I am using a webpart-zone with two web parts in Kentico v7:
Editable text
Repeater
In the repeater I am using relationships to display data according to user's role and permissions assigned to it. ...
4
votes
0answers
88 views
How to Advance filter for category and author in Smartsearch in kentico
I have created basic search and uses the SearchHelper to get smart search results based on the search paramaters.
Now creating the Advance search based on Category , Author etc but did not find the ...
4
votes
0answers
233 views
Unable to use PLAINTEXT signature with a DotNetOpenAuth ServiceProvider
I am building an OAuth 1.0(a) authorization server using DotNetOpenAuth (NuGet package DotNetOpenAuth.OAuth.ServiceProvider, version = 4.1.4.12333). The server is hosted in an ASP.NET application but ...
4
votes
0answers
294 views
Native Assembly Binding fails for ASP.NET solution
NOTE: This main purpose of the question to UNDERSTAND/EXPLAIN the assembly binding behavior of the CLR. The solution should be evident once the reason is pinned down. Please, know that I understand my ...
4
votes
0answers
264 views
Building Razor with MvcBuildViews=true failing
I have a new project built up using MvcContrib and MvcScaffold. Everything works fine with dynamic compilation. When I turn on view compilation in the project file, however, compilation breaks.
The ...
4
votes
0answers
281 views
Setting the base url of an ASP.NET app behind a proxy server
I have the same issue as the poster of this question
Running ASP.NET MVC application behind a proxy with different root relative path
except that I'm running "classic" ASP.NET 4.0 in IIS 7. ...
4
votes
0answers
459 views
Access ViewData dictionary from custom metadata provider
I have a custom metadata provider that inherits from DataAnnotationsModelMetadataProvider. I am wondering how (if possible) I add data to the ViewData dictionary from the custom metadata provider ...
3
votes
0answers
38 views
set jquery ThickBox size to auto
I use JQuery ThickBox 3.1 to show my Iframed Content as popup window .
<a href="popUp.aspx?id=<%#Eval("id")%>&TB_iframe=true&height=600&width=800"
...
3
votes
0answers
39 views
Object of type “X” cannot be converted to object of type “X” (again)
I've seen the dupes of this. None of the answers there are helping me.
The peculiar details of our situation are:
The class that cannot be converted is a result class coming from the WCF service. ...
3
votes
0answers
59 views
Create an ASP.NET Web Application to be an Office 365 task pane AddIn
Even though C# and others are listed as a possible language, all of the samples I have found show how to create a task pane AddIn using HTML5/JavaScript only.
I've already gone through all of these:
...
3
votes
0answers
41 views
Should I never call HostingEnvironment.UnregisterObject?
While trying to implement asyncronous email over smtp in my ASP.Net MVC 3 application I've come around SO SmtpClient.SendAsync blocking my ASP.NET MVC Request thread. There I found the article by Phil ...
3
votes
0answers
225 views
Site.less' is a physical path, but a virtual path was expected
I all I am using DotLess with a LessTransformer.cs I found online, In my MVC 4 project.
using System;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using ...
3
votes
0answers
128 views
How to load a highchart script within a WebPartZone
So I am trying to make a Dashboard-like page. To achieve this I am using the WebParts component.
For example, I am using:
<asp:WebPartZone ID="WebPartZone2" runat="server">
...
3
votes
0answers
248 views
ASP.NET EventValidation fails when .NET 4.5 Framework is installed in only one server behind the load balancer
We have installed .net 4.5 Framework in one of our web servers. Our applications are targeted for .net 4.0 and run off multiple servers behind a load balancer.
After the installation we get the ...
3
votes
0answers
120 views
IIS Express with VS2010 SP1 Constantly Rebuilds Web Site
I'm working with larger solution that has several website projects and recently it was decided to switch from Cassini to IIS Express. There are about 10 or so developers who all share the same ...
3
votes
0answers
34 views
How can I hide an event created with Graph API from timeline
I'm creating many events for a page using the graph api, up to a couple hundred at a time. However, each event creates a post on the timeline which I'd rather not have happen.
Is there a way when ...
3
votes
0answers
242 views
Web.config client cache settings does not apply for rewritten by HttpContext.RewritePath path
We are using system of hidden internal sites. For hiding path we are using HttpContext.RewritePath.
There is also a system for uploading photos that generates new name, and photo has no chance to ...
3
votes
0answers
181 views
Custom render CheckBoxList items to have a class set on the LI
I have a CheckBoxList (framework version 4), with the RepeatLayout set to UnOrderedList. I would like to generate a class on each LI to simplify some client side coding and styling, however, I can't ...
3
votes
0answers
189 views
HTTP POST to Many to Many relation asp.net web api
I am new to ASP.net (and programming in general) and I'm having trouble building a Web API. More specifically I need help in these two areas:
How to configure my "DOCcontroller" to post a new ...
3
votes
0answers
434 views
“object reference not set” displaying in Design view of asp.net default.aspx file in Visual Studio 2010
I found another thread with a similar problem here:
Visual studio 2010: Can't show design view
but in my case I'm not using a custom control.
On a Win7 32 bit machine I am using Visual Studion ...
3
votes
0answers
204 views
Using WebSecurity with NHibernate and Postgresql?
since I want to use Postgresql and NHibernate in my ASP.NET MVC4 project I am wondering if it is possible to use the WebMatrix.WebData.WebSecurity for security and authentication features? NHibernate ...
3
votes
0answers
302 views
Hosting an authentication-free WCF REST service side-by-side with ASP.NET with Forms Authentication
I would like to host a REST-full WCF 4.0 service on an already-created IIS 7.5 website based on ASP.NET v4.0 and secured by forms authentication. So, I tried to configure my WCF stack using mixed mode ...
3
votes
0answers
311 views
Sharepoint 2010 dropdown menu on mobile
I have a hovering dropdown menu in Sharepoint 2010 that works fine with a mouse, but what I'm also trying to achieve is getting the menu to not reload the page on a mobile device (since the user has ...
3
votes
0answers
290 views
mapping constants to resource strings for lists population and lookup
After an extensive search here I still need an expert advice:
Requirements
Requirements are pretty standard: map int consts to strings from resource files so localization will work fine and we can ...
3
votes
0answers
829 views
Handling Error “WebDev.WebServer.Exe has stopped working”
Is there a way to handle the error "WebDev.WebServer.Exe has stopped working" in ASP.NET and keep the page running or even the just the WebServer running? Or is this an impossible task and is ...
3
votes
0answers
165 views
Testing ServiceStack services with custom factory
I have read excellent article here about accessing ASP.NET session from ServiceStack.
It seems to work great, but I don't know how to make a "passing" UT (Nunit) for services which need direct acces ...
3
votes
0answers
2k views
Server cannot set content type after HTTP headers have been sent — tracking this down
One of our users is getting an error in our web application. We couldnt duplicate this problem, and I suspected it was network related. I had the user try the application using their notebook at ...
3
votes
0answers
1k views
Editing PresentationML using openxml
Hello everyone i am working on a project in which i have to export some data into a ppt using openxml on button click.Here is my code for the aspx page:
using System;
using ...
3
votes
0answers
144 views
Nlog database target - to use keepConnection or not?
I'm using NLog in an asp.net 2.0 application; it gets a lot of traffic and logs a lot of data (average about 5000 log records per day), for both error logging and statistical purposes. It uses two ...
3
votes
0answers
211 views
Setting HTTP cache control headers in WCF service
I'm working on an HTTP REST service implemented on WCF. I'd like to set the HTTP cache control headers for my operations appropriately.
I've seen a few examples that involve using the ...
3
votes
0answers
274 views
Debug Request Timed Out (System.Web.HttpException)
According to the MSDN regarding system.web httpRuntime executionTimeout:
This time-out applies only if the debug attribute in the compilation element is
False. Therefore, if the debug attribute is ...
3
votes
0answers
122 views
Provider class in healthMonitoring gets inner exception
We have Health monitoring setup for our applications. We have been facing a strange issue for some time.
When an unhandled exception in thrown in our web applications, it gets captured by the ...
3
votes
0answers
243 views
WS-I Basic Profile 2.0 compliant frameworks
In Wikipedia a number of WS-I Basic Profile (BP) compliant frameworks are listed. However, it is not clear to which version of the BP the framework is compliant to. So my question is as follows:
...
3
votes
0answers
708 views
Why a program starts and exits right away?
This is kind of weird. Sometimes when I start my ASP.NET page in Visual Studio 2010 in debug mode, I can see IE starting, data initializing, controls loading and there is stuff in the output log.
But ...
3
votes
0answers
1k views
ASP.NET MVC 3 RESTful Routing: RouteData must contain an item named Action?
We are using the ASP.NET MVC Futures project (Microsoft.Web.Mvc) to enable an MVC 3 application to use RESTful routes. This application has been working perfectly under MVC 1 and its related ...
3
votes
0answers
358 views
References not deployed when using ResolveReferences and _CopyWebApplication in AfterBuild
The following MSBuild invocation works great when used in an independent MSBuild project, LocalPublish.xml.
<MSBuild
Projects="MyProject.Web.csproj"
Targets="ResolveReferences;_CopyWebApplication"
...
2
votes
0answers
13 views
Is MemoryCache scope session or application wide?
I'm using MemoryCache in ASP.NET and it is working well. I have an object that is cached for an hour to prevent fresh pulls of data from the repository.
I can see the caching working in debug, but ...
2
votes
0answers
30 views
creating language specific error pages in MVC4
hi i have created language specific error pages using HTTP errors in IIS.
But have few issues.
i have set language preference in IE.
<httpErrors defaultResponseMode="File" errorMode="Custom" ...
2
votes
0answers
43 views
A script on this page may be busy, or it may have stopped responding. Asp.net
I have a page which gives me this error in Firefox:
A script on this page may be busy, or it may have stopped responding.
You can stop the script now, or you can continue to see if the script
...
2
votes
0answers
23 views
Error handling during broadcasting message using WebSocketCollection object
I'm currently using .Net 4.5 websocket package to support websocket service on windows 2012 server.
Using WebSocketCollection object I'm succesfully able to broadcast message to all the clients.
...
2
votes
0answers
43 views
Mobile master page mark-up duplicates on link click but only on a desktop browser
[EDIT: these were not made with an asp Mobile.Master template, rather just a normal master with the mobile specific mark-up in Visual Studio 2010]
I have made a mobile version of our website, just a ...
2
votes
0answers
22 views
asp.net Attempting to create publish settings in vs 2012 gives strange error
I recently updated my asp.net 3.5 web project from Visual Studio 2010 to Visual Studio 2012. Every time I try to create publish settings it says the following:
{There are errors in web.config. ...
2
votes
0answers
36 views
ASP.NET sass/scss compilation at run-time and at compile-time?
I am searching for a solution for compiling my .scss files at run-time and at compile-time.
The reason I need both is that our designers work on Macs and prefer the ease of having their .scss files ...
2
votes
0answers
63 views
+50
Get Application Pools from multiple servers IIS7
I am trying to get all application pools running on IIS7 servers. I want to display these in a grid and allow users to start, stop, or recycle them. This works great in IIS6 using DirectoryENtry but ...
2
votes
0answers
22 views
Abort any POST operation in IIS
My site is getting DOS attack with POST VERB, my site is a static site and I am trying to stop any POST action on the home page.
I had the URL Rewrite installed on my server, so I am trying to write ...
2
votes
0answers
46 views
WCF service timing out only when called from an ASP.NET web app
I have a few WPF applications that have WCF services with a single function called UpdateValues. I have about 5 applications working, but for some reason one is not. I tested the app using the WCF ...
2
votes
0answers
42 views
Uploading files greater than 2GB in ASP.NET MVC 3
I am trying to upload video files larger than 2GB on an ASP.NET MVC 3 project however the maximum file upload size for ASP.NET 4.0 seems to be at 2GB. Is there a way to exceed this limitation in ...
2
votes
0answers
29 views
ASP.NET Web API Nested Resource in URL
I am creating my first ASP.NET web API. I am trying to follow the standard REST URLs. My API would return the search result records. My URL should be –
...



