Tagged Questions
40
votes
4answers
13k views
ValidateRequest=“false” doesn't work in Asp.Net 4
Hi
I have a form at which I use ckeditor. This form worked fine but now doesn't work in Asp.Net 4. Any suggestions? I have ValidateRequest="false" directive.
23
votes
7answers
32k views
Can I develop for .NET Framework 4 in Visual Studio 2008?
My ASP.NET application runs in IIS on my web server and uses Microsoft .NET Framework 4 Beta 2. (Its Application Pool is set to .NET Framework version .NET Framework v4.0.21006.)
It gives this new ...
12
votes
3answers
668 views
Thoughts on running Windows Service type apps on ASP .NET 4 with StartMode=“AlwaysRunning”
Usually I would look at writing a Windows Service to manage tasks that aren't suited to being hosted in a web application. These types of tasks are usually long running processes or scheduled tasks. ...
7
votes
2answers
159 views
ASP.Net cannot create/shadow copy in PRODUCTION
We've recently updated a fairly large ASP.NET website (~1500th alexa traffic ranking) to use VS2010 and .NET 4.0 running on Windows Server 2008 R2
Since then, when we deploy new versions of the site ...
7
votes
1answer
4k views
What is the correct usage of “runAllManagedModulesForAllRequests” in ASP.NET MVC2/3?
I've read various posts and questions about the use of runAllManagedModulesForAllRequests in the modules section of <system.WebServer> and I'm concerned that I'm using this setting incorrectly.
...
6
votes
3answers
601 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 ...
6
votes
6answers
389 views
How to use a .NET 4.0 web application within a .NET 3.5 web application?
My company has a website built in ASP.NET and targets .NET 3.5. It is too mangled and massive to be converted to .NET 4 in a timely manner. I am tasked with building a ticketing system. I want this ...
6
votes
3answers
2k views
Why is using a URL containing a colon considered as a “potentially dangerous request”?
Someone (probably a bot) sent a request with the following URL to my ASP.NET 4.0 web forms application (running on IIS 7.0):
http://ipaddress-of-my-applications-domain/bla1.bla2.bla3.bla4.bla5:)
...
6
votes
1answer
3k views
ASP.NET 4.0 Rendering problems with the menu control after removing of controlRenderingCompatibilityVersion=“3.5”
I am actually migrating websites to ASP.NET 4.0, having problems with the new rendering of menu controls. My websites make heavy use of nested menus. Hover effects are used and the layout is defined ...
6
votes
2answers
2k views
How to add users in IIS Manager for an ASP.NET 4.0 application?
I have installed an ASP.NET 4.0 Web forms application in IIS 7.5. If I set the application pool to DefaultAppPool (.NET Framework 2.0) I get the icons for Providers, .NET-Roles and .NET-Users ...
5
votes
5answers
84 views
Duplicate type error?
We have been having a random issue with our live website. We're not sure what exactly is causing the issue. We tried clearing the temporary files but the issue happened again. We even killed the IIS ...
5
votes
3answers
87 views
Multiple subscribers to single ASP.NET UserControl event?
I am puzzling over an event plumbing problem on my page. I have a single ASP.NET UserControl that monitors some browser-side events and raises them as UpdatePanel async-post-backs to the server. Let's ...
5
votes
2answers
129 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. ...
5
votes
6answers
1k views
Upgrade to ASP.NET 4 framework
Now that Visual Studio 2010 RC is released I was wondering if anyone knows what pros/cons there are to upgrading my existing ASP.NET applications to target the .NET 4 framework? (Apart from waiting ...
4
votes
7answers
145 views
alternating row color MVC
I need to design a table with alternating row colors. Below is written code but its not working. May be some syntax issue for MVC. Please suggest.
@for (int i = 1; i <= 10; i++)
{
var ...
4
votes
1answer
201 views
Convert implicitly typed object to querystring
In ASP.NET MVC3, some function, like HtmlHelper.ActionLink, can take in an implicitly typed object and convert it into an querystring
@Html.ActionLink("Link", "Action", new { id = 1, params="asd"})
...
4
votes
5answers
1k views
The best browser detection solution in ASP.NET 4.0
I googled this topic and I came across with three different ways to configure browser capabilities: browscap.ini, browserCaps element in web.config and .browser files in App_Browsers. I thought ...
4
votes
1answer
540 views
ASP.NET 2.0 and 4.0 seem to treat the root url differently in Forms Authentication
If have the following web.config:
<configuration>
<system.web>
<authentication mode="Forms">
<forms name="MembershipCookie"
loginUrl="Login.aspx"
...
4
votes
2answers
114 views
Good resources to dive deep on ASP.NET security
I have never done any serious ASP.NET development (ie standard WebForms). However I now find myself implementing Silverlight/RIA Services and ASP.NET MVC apps, which reuse a lot of standard ASP.NET, ...
4
votes
3answers
238 views
Implementing DotNetOpenid in my asp.net website
I am trying to implement DotNetOpenid in my asp.net website. However, the more I try to read up on DotNetOpenid, the more confused I get. My initial goal is to allow user login process (similar to ...
4
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 ...
4
votes
1answer
167 views
Visual Studio's Format Document – How to Write it in C#
I'm having a go at writing some C# code which overrides the Render method of the System.Web.UI.Page and then reformats the HTML before presenting it to the browser. This is purely experimental so ...
4
votes
4answers
19k views
Default.aspx with IIS 6.0 and .Net 4?
We have deployed a .net 4 asp.net site on IIS 6.0.
Default.aspx is configured as one of the default document.
When we access the site using the following url
http://testsite
We expect it to ...
4
votes
2answers
2k views
asp.net 4.0 web forms routing - default/wildcard route
I there a simple way when using ASP.NET 4.0 routing with Web Forms to produce a route that will act as some kind of wildcard?
It seems to me that within WebForms, you have to specify a route for ...
4
votes
3answers
559 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
1answer
67 views
Are trust levels in ASP.NET 4.0 obsolete?
Microsoft introduced a new security model on .NET 4.0 and above which is a replacement for code access security. Since trust levels are code access security, is this approach obsolete?
If above ...
3
votes
2answers
315 views
How to data bind Entity Framework objects to a FormView
I am data binding to many FormView controls using EF entity instances, but I have to resort to this ridiculous kludge in order to achieve what I want without using EntityDataSource controls:
...
3
votes
3answers
55 views
Can I programmatically handle cached pages in webforms
For example, my home page shows a few of the newest products. I would like to set this page to be cached indefinitely, and then when I create a new product I could delete the cached page in my code, ...
3
votes
3answers
323 views
How should I perform a long-running task in ASP.NET 4?
I am building a website using .NET 4. There are lots of MSDN articles dating from 2003, about using Thread objects and 2007, using Asynchronous Pages in .NET 2, but that is all pretty stale. I know ...
3
votes
2answers
619 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
2answers
173 views
Is there No Way to Detect Routed URL in ASP.NET?
Is there no way to detect if the current request is being mapped via ASP.NET 4.0 URL routing?
I have an HTTP module that handles the application's BeginRequest event. I have found that this handler ...
3
votes
2answers
816 views
HTTP Compression with ASP.NET 4.0 and IIS7
I've been trying to implement HTTP compression on a few of my sites for some time now.
I've tried implementing HTTP compression using variations on the following two techniques:
From ...
3
votes
4answers
619 views
ASP.NET 4 Routing hide id parameter
I am learning .net and building a site that uses url routing.
I have it working although when attempting to get data from a database i am having to pass a ID parameter such as:
...
3
votes
2answers
341 views
Is ASP.NET with .NET 4 faster
I'm looking to upgrade my ASP.NET web app to the .NET 4 framework. Would I see performance improvements right away?
3
votes
3answers
674 views
ASP .Net: Authorization issue
I am having some trouble when I use ASP .Net 4's URL Routing feature while Authorization rules configured.
Global.asax
void Application_Start(object sender, EventArgs e) {
...
3
votes
3answers
226 views
Get description for HTTP status code
In ASP.NET you can set the Response.StatusCode to for example 404. Should the status line / description always be set? (to in this case "404 Page Not Found")
How do you get the description if you ...
3
votes
1answer
589 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 ...
3
votes
1answer
405 views
Error in ASP.NET MVC 2 View after Upgrading from ASP.NET 4.0 RC to RTM
In my View, I am trying to loop through a list in a LINQ object that as part of my View Model. This worked fine earlier today with the VS2010 RC and the .NET 4.0 RC.
<% if ...
3
votes
2answers
46 views
Html Encoded Code Expressions
In ASP.NET 4.0
should I use new syntax <%: expression %> or 2.0 <%= HttpUtility.HtmlEncode(expression) %>
2
votes
1answer
37 views
Clarification on using Task Parallel Library with ASP.NET 4.0
I have a webform where I am using TPL to send email in the background since our SMTP server is slow and many users end up hammering away on the submit button out of frustration. In the past I had used ...
2
votes
3answers
69 views
Sanitize Foreign Characters / Accents From URL
I need to write a server side function to sanitize URL encoded strings.
Example querystring:
FirstName=John&LastName=B%F3th&Address=San+Endre+%FAt+12%2F14
When I pass that through ...
2
votes
1answer
78 views
Binding GridView after removing column
I am removing column from my GridView at one postback and binding it on second postback.
After binding when page gets rendered it does not displays my GridView.
The same code segment was working when ...
2
votes
1answer
252 views
ASP.Net C# Routing; HttpHandler; and HttpModule not working
I am having quite a few problems with custom extensions and intercepting existing handlers.
What am I trying to do
Based upon persisted options, I would like all 'virtual' extensions to be handled ...
2
votes
1answer
132 views
How do I set Filestream from an fileupload control?
This is my code and I can't seem to get the file I have in my FileUploadCotrol into the FILESTREAM.
// The buffer size is set to 2kb
int buffLength = 2048;
byte[] buff = new byte[buffLength];
int ...
2
votes
2answers
133 views
How to dispose thread in c#
I have used threading in my web application which I have mentioned below:
var t1 = new Thread(F1);
t1.IsBackground = true;
t1.Start();
var t2 = new Thread(F2);
...
2
votes
1answer
90 views
~ Paths resolved differently after upgrading to ASP.NET 4
We're upgrading a large system to ASP.NET 4, and we've discovered a strange issue with the way paths starting with ~ are resolved for some of our Ajax requests. Our Ajax requests use Server.Execute, ...
2
votes
2answers
234 views
Linq self-join query
I need some help with Linq self-join.
I have the following classs:
public class Owner
{
public string OwnerId {get;set;}
public string Name {get;set;}
public string Area {get;set;}
public string ...
2
votes
2answers
80 views
asp.net MVC routing problem
I had made a website bulkpedia.com
In this i had use ASP.NET Routing mechanism in the way
{type}/{query}
whenever there is a query that contains a period, it shows me a 404 error
e.g. ...
2
votes
2answers
61 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
2answers
216 views
special character in url routing in asp.net 4.0 web form?
How to handle special character in url while using url routing in asp.net 4.0?
special character like ( & , .)
It shows error as bad request or dangerous character in url.
How to handle?
...