First off i'll advise i'm not familiar with implementing url re writing on any level.
That said I do know there are 2 types or rewrites setup for this site.
One I can locate and is solely responsible for top level rewrites (turning .com to .co.uk)
There is another rewriter implemented somehow somewhere, very early on in a pages lifecy...
Just reading about this ASP.NET security vurnerability.
Just wondering if this could be used to attack a WCF service hosted under IIS to get to its web.config or if its a pure ASP.NET vurnerability
...
I have a textbox in a form which needs to accept input with HTML tags.
Submitting input with HTML tags in makes the app throw a HttpRequestValidationException, unless we use HttpUtility.HtmlEncode. Easy so far.
However, the input may also contain symbols, such as the 'degrees' symbol (°). When these are also HTML encoded, they become n...
I want to know what is difference between Panel control in asp.net and div with runat="server"? Since both render in div.And i want to know which one is best (conditions)?
...
Hello,
I get the above error when trying to run my .net app as it attempts to connect to a SQL database on another server.
The SQL connection string is using a trusted connection.
IIS has anonymous access switched off, and integrated windows authentication switched on.
The user the error relates to is "DOMAINNAME\IISSERVERNAME$"
Do I...
Hi.
In my web application, one of my web pages contains an update panel in which I have a text box, a file upload control and a button. When the user selects a file using the file upload control and then clicks the button I am not getting any file from the file upload control. When I place a break point, the file upload control's showin...
When you publish a .Net application - what's the easiest way to put something up for users that says 'this application is currently being upgraded, please try later'
...
We are sending free newsletters to all users who have registered for this service. Since these newsletters are sent free of cost we expect at least 5000 subscribers within a month. I am worried whether bulk mailing using SMTP server concept will cause some issue. First we thought of developing a windows service which would automatically ...
I'm trying to create (with your help) a list of open-source asp.net projects that are worth looking at, for reasons like a nice project design, nice solutions for common problems et cetera. The main effort of this list should be, that you feel that you have learned something from viewing a project's source code.
If you do post a project...
hi,
i want to know where user controls should be used and where custom control should be.in what ways they can be best used.
...
In Asp.net,
I need coding for following Action Or Anybody help me What i am do?
When i run the program,
I have Three record in data Gridview, When i click that second record, The information of the second record display in appropriate textbox.
how?
...
The order in which properties of some server control are databound depends on the order in which attributes with databind-expressions are written in the markup. I don't want to depend on this random factor.
Example:
<my:listcontrol runat="server" datasource=<%# src %> selectedvalues=<%# selected %> />
<my:listcontrol runat="server" se...
In my application, I have a panel where I am displaying no of new comment are posted
(admin window) . But I want a popup message box whenever new comment is posted like "New Comment has been posted" with refreshing the page...How can I implement this?
...
Hi,
In my asp.net website; i have REPEATER control having child control checklistbox , dynamically generates in code behind.
I would like to know how can i write javascript function where i have to check at least one checkbox should be checked.
Ho can i acheive? Please Help?
...
I have an updatepanel. Inside that i have some controls for selecting search criteria. For search button onclientclick iam calling javascript functon for validation and in onclick iam calling the mathod to populate the gridview. On clicking search first time it is not loading the grid and clicking the second time it populates.
...
Hello guys, just need tips on how to make forms where request are submitted via AJAX with a loading progress image. I am using update panels with AJAX framework. I would like to know about the recommended approach. Through JQuery or AJAX toolkit ?
Please advice, examples would be an added bonus for me.
...
I understand delegates encapsulate method calls. However I'm having a hard time understanding their need. Why use delegates at all, what situations are they designed for?
...
Like a lot of people I've gone with ASP.Net Forms authentication because it's already written and writing our own security code we're told is generally a bad idea.
With the current problems with ASP.Net I'm thinking it might be a good time to look at alternatives.
Important: ASP.NET Security Vulnerability - ScottGu
Video demonstrating...
Hi,
Lets assume that I have my own business layer containing my business objects and my business services. And I have decided to create a "SilverLight Business Application" (with SL v 4.0) and I want to use my already used Business Layer from the SL application I plan to develop.
I know that I cannot include a project which is not a SL...
Hi,
we are running a complex 64-bit ASP.NET 2.0 application on W2008 R2 Standard and stress tests done with VS2008 Team System have indicated that integrated pipeline mode is 30% slower than classic mode.
We have compared the application traces extensively and it appears that integrated mode is uniformly slower than classic. That is, t...