Tagged Questions
9
votes
3answers
5k views
Getting 404.0 error for ASP.NET MVC 3 app on IIS 7.0 / Windows Server 2008
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 ...
6
votes
3answers
518 views
ASP.Net Post timeout
I am stuck with asp.net post issue with last 2 weeks.
Scenario:
My application page has 3 controls. A WYSIWYG editor (Free Textbox), a text box to get name of the article being edited in WYSIWYG ...
5
votes
2answers
123 views
How to detect .NET 4 from ASP.NET?
I have a web server that is run by a third party. I don't have direct access to the server but I can deploy ASP.NET code to it. I want to detect if that server is running ASP.NET 4 / .NET 4 or not. ...
4
votes
2answers
355 views
.Net 4.0 website cannot identify some AppleWebKit based browsers
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 ...
4
votes
1answer
406 views
Will .net 4.0 runtime work with SQL Server 2000?
According to this article, Visual Studio 2010 no longer supports SQL Server 2000. However, it's a bit less clear on whether the runtime (and things like ASP.net 4.0, Linq2SQL and EF) will work with ...
4
votes
1answer
441 views
ASP.NET WebForms vs MVC [after VS2010/.NET 4.0 announcement]
Two of the biggest advantages of MVC over webforms were non-existent viewstate and URL routing. VS2010 and .NET 4.0 incorporates built-in URL routing for Webforms as well as better control for ...
4
votes
3answers
531 views
How to define using statements in web.config?
I'm using MySql in my asp.net project. But I don't want to type every "using MySql.Data.MySqlClient;" statement in every aspx.cs/aspx.vb file. How can I define this lines in web.config file?
I've ...
3
votes
2answers
554 views
Visually Tracking / Monitoring Workflow(WF) 4.0
I am planning to build a custom web application in ASP.NET 4.0 using WF 4.0, the user wants ability to modify workflows himself, for this we will be using a WPF client which the user can use and we ...
3
votes
1answer
569 views
ASP.Net 4.0 - Response required in SiteMap building?
I'm running into an issue upgrading a project to .Net 4.0...and having trouble finding any reason for the issue (or at least, the change causing it). Given the freshness of 4.0, not a lot of blogs ...
2
votes
2answers
57 views
How to use both forms and windows/domain authentication in one ASP.NET site?
Its not an original question. There is already a batch of articles describing this problem and solution for it. They all are dated back to times of .Net Framework 1.1 and IIS 6.0 and are not really ...
2
votes
1answer
118 views
why applicationName is primary key instead of application-Id in asp.net applications table?
I have a question about aspnet_applications table I have created asp.net membership using .net framework 4.0 it created some tables but I don't understand why Microsoft generate aspnet_applications ...
2
votes
3answers
365 views
C# .Net 4.0 Creating a class like ASP.NET MVC 3 ViewBag?
I have a situation where I would like to do something simular to what was done with the ASP.NET MVC 3 ViewBag object where properties are created at runtime? Or is it at compile time?
Anyway I was ...
2
votes
0answers
380 views
Is the PreApplicationStartMethod in ASP.NET 4 a good thing?
Disclaimer:
This is the first time I am asking a question that might be classified as subjective. As English is not my first language, it is hard to phrase this right. So please feel free to edit the ...
2
votes
1answer
442 views
error - “An entry with the same key already exists” appears when upgrading to .net4
I am trying to upgrade to .net4 but one page on my site breaks, giving the error message "an entry with the same key already exists".
I think it might be that there is more than one occurrence of a ...
2
votes
2answers
414 views
ASP.NET handler not running on IIS7
I've wrote a simple handler:
public class ImageHandler : IHttpHandler, IRequiresSessionState
{
public bool IsReusable
{
get { return true; }
}
public void ...
2
votes
2answers
189 views
Is it possible to turn on HTML encoding by default in ASP.NET 4?
In ASP.NET 4, we can use the new <%: ... %> operator to output HTML encoded strings. Is it possible to configure ASP.NET 4 (in web.config) so that the <%= ... %> operator will also HTML ...
2
votes
2answers
619 views
Impersonate a User from Code Behind via Forms Authentication
Is it possible to Impersonate a user when using Forms Authentication?
The thing is that I want an external login for users and an internal site that just uses integrated windows security and the ...
2
votes
1answer
210 views
How to get password html helper to render password on failed validation
I have a form for creating a new account and it has a password field in it. I'm using view models to pass data to the controller action and back to the form view. When the user enters their details ...
2
votes
1answer
1k views
Is it necessary to create ASP.NET 4.0 SQL session state database, distinct from existing ASP.NET 2.0 ASPState DB?
Is the ASP.NET 4.0 SQL session state mechanism backward-compatible with the ASP.NET 2.0 schema for session state, or should/must we create a separate and distinct session state database for our ...
1
vote
5answers
114 views
ASP.NET 4.0 Industry Coding Standards
Is there are any documents / articles on ASP.NET 4.0 Coding standards? It would be of great help to me, to increase the quality in my code and thus adhere to industry standards.
Thanks
1
vote
2answers
100 views
WCF : How to Set MaxReceivedMessageSize Quota
I have a WCF Service. I get the following message when I run the client application
The maximum message size quota for incoming messages (65536) has been
exceeded. To increase the quota, use ...
1
vote
0answers
61 views
Certification in Web Development for .Net framework 4.0 [closed]
I want do Microsoft certification for .Net framework 4.0. I have 2+yrs of exp in C# and Asp.Net.
So to be Microsoft Certified Web Developer .Net framework 4.0, Which exams should I give?
I have ...
1
vote
1answer
141 views
Loading connection strings from class library in web application
I have a fairly straightforward problem that I imagine has a simple solution. However, it's not clear to me. Here's the problem:
I have a web application that references a class library. That ...
1
vote
0answers
127 views
WebSitePanel settings causing crash?
Using Websitepanel ver1.1 on my hosting provider and trying to adjust a website (ASP.NET MVC2) to run under .NET 4 integrated pipeline mode.
Every time i apply this setting i get the following error ...
1
vote
2answers
2k views
.Net 4.0 Framework Causing Issue for aspnet_regiis during installation
We have a ASP.net 2.0 web app with an installer which appears to hit an issue with .Net Framework 4.0. This has occurred on XP and Windows 7. Seems to happen every time.
During the installation, we ...
1
vote
1answer
141 views
for a function in .net 4
I read at Scottgu blog about using OutputCache for a function but this didn't worked for me. How can I use [OutputCache(Duration=60)] for a function and can I add VaryByParam in this statement? Which ...
1
vote
1answer
48 views
Using ASP.Net 4.0 for new Dev projects
I am currently in the early stages of developing a couple web applications, I have not written any code yet as I am still just gathering requirements and scoping things out. I want to target ASP.Net ...
0
votes
1answer
18 views
Why potentially dangerous request error even ValidateRequest = false
Here is my Default.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" ValidateRequest="false" %>
<html>
<head runat="server">
...
0
votes
1answer
56 views
Add div conditionally says The name container does not exist in the current context
I want to add HTML div conditionally in rotator control. I am using the following code but it says "The name container does not exist in the current context" at DataBinder.Eval(Container.DataItem, ...
0
votes
1answer
55 views
problems with asp.net ajax and .net 4 TypeForAjax is undefined
After changing my target framework from 3.5 to 4, I had the symptoms and followed the steps described in http://dotnetspidor.blogspot.com/2011/09/last-time-i-got-following-error-http.html
Now I get ...
0
votes
1answer
83 views
Unable to Connect to the ASP.NET Development Server VS2010
I realise this question has been asked many times before and I've tried pretty much every solution out there but I still keep getting this annoying error.
I've tried killing off the ...
0
votes
1answer
36 views
How do I make assembly redirection work in a .net 4.0 web app
I am working on a web-based application using asp.net 4.0.
I have some dlls I am using in the GAC that have some embedded dependencies on older dlls.
I have Configured the assemblies so that the ...
0
votes
0answers
48 views
asp.net dev machine minimum requirements
I have been asked to find out the minimum requirements to setup a development machine for the asp.net 4.0 application. We have only windows xp (SP3) operating system here. The application should be ...
0
votes
1answer
159 views
Partial/Full Trust mode verification in Asp .Net 4.0
I found the similar question on Msdn's forum but without answer (you can check it here)
.Net 4.0 came with obsolete method
IsUnderHighTrust = SecurityManager.IsGranted(
new ...
0
votes
2answers
204 views
IIS and Server OS requirements for ASP.NET 4
This only references requirements for clients:
http://msdn.microsoft.com/en-us/library/8z6watww%28v=VS.100%29.aspx
I am looking for similar documentation in reference not just for .NET 4, but ASP.NET ...
0
votes
1answer
40 views
Dynamic URL to the link tag
I have coding like this in my asp.net web form application [asp.net 4.0]
<ul data-role="listview" data-theme="g">
<% foreach (var item in CustomerOrderList())
{ %>
...
0
votes
2answers
102 views
How to route any extension with asp.net 4 routing?
I'm trying to handle domain requests like whois.innovacube.com/anydomain.com like whois.domaintools.com/stackoverflow.com
My global.asax file contains code below and it handles requests like /test :
...
0
votes
3answers
307 views
Custom ASPNetMembership FailureInformation always null, OnValidatingPassword issue
As stated here http://msdn.microsoft.com/en-us/library/system.web.security.membershipprovider.onvalidatingpassword.aspx
"When the ValidatingPassword event has completed, the properties of the ...
0
votes
1answer
85 views
How to call server methods from JS in .NET 4.0
I am going to implement some WCF service and call it from JavaScript. Here is explanation, how I am going to do that: http://msdn.microsoft.com/en-us/magazine/cc163499.aspx
Is there anything better ...
0
votes
3answers
774 views
How to disable HTML tag validation on a specific TextBox?
I have a form where one of the fields would allow entry of HTML tags.
<asp:TextBox ID="someID" runat="server" TextMode="MultiLine" />
In this field I have a RequiredFieldValidator validation ...
0
votes
1answer
451 views
Authorization in ASP.NET 4
I have a site which is running in ASP.NET 4.0, on Windows 7 Ultimate.
It is using FormsAuthentication, with a nice little logon page, all of which is fine so far as logging in and authenticating.
...
0
votes
0answers
229 views
.Net 4.0 application running in IIS 7.0 - Hanging under load
My company is running a .NET 4.0 site in IIS 7 on a windows 2008 server machine. Our site hits are steadily increasing and now we're getting issues during peak usage periods. The site will hang for ...
0
votes
0answers
75 views
Default Page for a Site in ASP.NET 4.0 Not IIS
Is a quick question, I've been searching around with no luck, I'm a newbie in ASP.NET webforms. Is there any way to set the default page for a site, meaning, when I Send a Get for ...
0
votes
3answers
660 views
Sharepoint 2007 and ASP.NET 4.0
Is it possible to create ASP.NET 4.0 "_layouts" pages in Sharepoint 2007 (WSS or MOSS)?
0
votes
1answer
552 views
AJAX change in .NET 4: Sys.Services.AuthenticationService
I'm testing my existing apps in VS 2010, and ran into my first break. ASP.NET AJAX authentication support has changed.
...
-1
votes
1answer
211 views
Converting anonymous type to DataTable
What is the fastest way to convert anonymous type to DataTable?
Update:
I want to get and populate DataTable from anonymous type. If reflection is neccesary, how can I to do it using reflection?