Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:741668
More Search Options
RSS Available
Matching Posts
Re: 404 Custom Error Page doesn’t allow Session.SessionID
It's more of just the way it works. IIS is going to detect the 404 before ever calling the ASP.Net processor. When the 404 error is detected it is not going to call the ASP.Net processor - even though you are rewriting the URL to an extension handled by aspnet_isapi.dll. When you use the Redirect method it probably actually issues a 302 response code and sends the browser to your 404.aspx page, thus starting the aspnet processor. This means you may want to include Response.StatusCode=404 in your
Posted to
ASP.NET MVC
(Forum)
by
Matt-dot-net
on 6/17/2009
Re: Display the ouptut in the expected order?
If you follow (or better yet, build and run) my example - you will see it is giving the exact output you have required.
Posted to
Web Forms
(Forum)
by
Matt-dot-net
on 6/17/2009
Re: 404 Custom Error Page doesn’t allow Session.SessionID
Ok... the problem is with your redirectMode of "ResponseRewrite" Use ResponseRedirect to make it work. You will also have access to the session object that way.
Posted to
ASP.NET MVC
(Forum)
by
Matt-dot-net
on 6/10/2009
Re: Display the ouptut in the expected order?
here is an example following what you already have using System; using System.Web; using System.Text; public partial class _Default : System.Web.UI.Page { private DayOfWeek?[] _selections = new DayOfWeek?[3]; protected void Page_Load( object sender, EventArgs e) { } protected void Button1_OnClick( object sender, EventArgs e) { int i = 0; if (!String.IsNullOrEmpty(TextBox1.Text.Trim())) i+=ProcessSelection(TextBox1.Text.Trim(), DayOfWeek.Monday); if (!String.IsNullOrEmpty(TextBox2.Text.Trim())) i
Posted to
Web Forms
(Forum)
by
Matt-dot-net
on 6/10/2009
Re: 404 Custom Error Page doesn’t allow Session.SessionID
Are you sure that ~/404.aspx exists?
Posted to
ASP.NET MVC
(Forum)
by
Matt-dot-net
on 6/10/2009
Re: get xml request using https
On local machine, your personal development web server runs under your credentials. The server uses NETWORK SERVICE or some other AppPool user.
Posted to
Security
(Forum)
by
Matt-dot-net
on 6/5/2009
Re: Putting and Image into the OutputStream
You have to understand how HTTP works to understand your problem. Consider these points. HTTP uses a stateless request/response pair. One response for one request. Each response has a content-type header which tells the client what type of content is in this response Given number 2 you should understand your problem. You are talking about a Response with multiple content types. This is not supported by HTTP. If you are still confused and asking yourself, how do typical web pages have images and text
Posted to
Web Forms
(Forum)
by
Matt-dot-net
on 6/4/2009
Re: 404 Custom Error Page doesn’t allow Session.SessionID
What exception are you seeing?
Posted to
ASP.NET MVC
(Forum)
by
Matt-dot-net
on 6/4/2009
Re: Two problems related to SMTP
[quote user="papabear"] I would suggest you also make sure that your webserver is entered in the MX record for the domain you are sending from and that reverse dns is also setup for it (as the mx record). [/quote] Please ignore the above entirely. In short, please make sure that your mail infrastructure is properly configured by your network administrators.
Posted to
Web Forms
(Forum)
by
Matt-dot-net
on 6/4/2009
Re: Created filenames and extensions
This is a bad idea. You need some authentication. How sensitive are we talking? Do you have time for lawsuits?
Posted to
Security
(Forum)
by
Matt-dot-net
on 6/4/2009
Page 1 of 78 (771 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online