Sign in
|
Help
Paulo Morgado
.NET Development & Architecture
This Blog
Home
Contact
About
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Blog Recent Posts
IIS/ASP.NET Cookieless Support Not Working As Expected
Other Ways For Making PathInfo And ASP.NET Themes Work Together
WCSF 2.0 And IIS7 Integrated Pipeline Mode
Are Page Modules Still Useful In IIS7?
Search
Go
News
Events
Top Links
Recent Readers
Visitor Locations
My Profile
Community
Home
Blogs
Media
Groups
Sponsored By
.NET Consultants
orlando florida web design
Online games at Dailygames
Hard Drive Data Recovery
Unveil unknown phone calls now
Sponsor this blog
Sponsor this blog
Sponsor this blog
Sponsor this blog
Sponsor this blog
Powerd by
Text Link Ads
Recent Articles
Loading...
Tags
.NET
AJAX
Architecture
ASP.NET
Blogging
Books
C#
Certifications
CodePlex
CodingConventions
Community
EntLib
Events
FireFox
geekSpeak
HTML
HTTP
Hyper-V
IIS
IIS7
InternetExplorer
JavaScript
LINQ
MCP
Microsoft
MSDN
MVP
Office
Outlook
PageFlow
PageModules
PDC
PDC08
PDC2008
Personal
PnP
Podcasts
Portugal
redgate
Reflector
SCSF
SharePoint
Silverlight
SoftDev
SoftwareFactories
SQLServer
SQLServer2008
Sysinternals
Techdays
TechdaysPT08
TechEd
TechEd2008
TechNet
Testing
Tools
Training
TypeMock
UnitTests
Virtual
Virtualization
VirtualPC
VisualBasic
VisualStudio
VisualStudio2008
WCF
WCSF
Web
Webcasts
WebServices
WF
Windows
WindowsClient
WindowsForms
WindowsHomeServer
WindowsLive
WindowsLiveWriter
WindowsServer
WindowsServer2008
WindowsVista
WinForms
WPF
XML
Email Notifications
Go
Archives
October 2008 (4)
September 2008 (3)
August 2008 (15)
July 2008 (7)
June 2008 (10)
May 2008 (18)
April 2008 (2)
March 2008 (10)
February 2008 (8)
January 2008 (19)
December 2007 (9)
November 2007 (11)
October 2007 (14)
September 2007 (13)
August 2007 (2)
July 2007 (6)
June 2007 (6)
May 2007 (23)
April 2007 (8)
March 2007 (8)
February 2007 (11)
January 2007 (11)
November 2006 (3)
October 2006 (9)
Browse by Tags
All Tags
»
IIS
(
RSS
)
.NET
Architecture
ASP.NET
C#
Community
IIS7
Microsoft
MSDN
MVP
PageModules
PnP
SoftDev
SoftwareFactories
Techdays
TechdaysPT08
WCSF
Web
Friday, August 01, 2008 1:23 AM
IIS/ASP.NET Cookieless Support Not Working As Expected
In one of the environments I work, cookies cannot be used because the pages run inside web browser controls running on a client application and cookies end up being shared by all browsers. Fortunately, ASP.NET allows us to persist some cookies as part...
Posted by
Paulo Morgado
| with
no comments
Filed under:
.NET
,
ASP.NET
,
SoftDev
,
Microsoft
,
MSDN
,
Web
,
IIS
,
IIS7
Friday, July 25, 2008 1:07 AM
Other Ways For Making PathInfo And ASP.NET Themes Work Together
On my last post I wrote about a solution for the problem that arises when we try the use path infos and ASP.NET Themes and Skins together . Raj Kaimal suggested rewriting all LINK HTML elements URLs to the correct URL as seen from the client. Something...
Posted by
Paulo Morgado
| with
no comments
Filed under:
.NET
,
ASP.NET
,
SoftDev
,
Microsoft
,
MSDN
,
Web
,
IIS
,
IIS7
Tuesday, March 11, 2008 11:06 AM
WCSF 2.0 And IIS7 Integrated Pipeline Mode
While preparing the demos for my session at TechDays Portugal 2008 , I've noticed that the Web Client Software Factory 2.0 doesn't work with IIS7 in integrated pipeline mode because it's trying to access the Request property of the current...
Posted by
Paulo Morgado
|
5 comment(s)
Filed under:
.NET
,
ASP.NET
,
Microsoft
,
MSDN
,
Web
,
WCSF
,
PnP
,
SoftwareFactories
,
IIS
,
Techdays
,
TechdaysPT08
,
IIS7
Monday, October 15, 2007 1:19 AM
Are Page Modules Still Useful In IIS7?
With IIS7 a new transfer method is available in the HttpServerUtility class . It's the TransferRequest method . What this method is intended to do is behave like the HttpResponse.Redirect method without the penalty of traveling to the client and back...
Posted by
Paulo Morgado
| with
no comments
Filed under:
.NET
,
Architecture
,
ASP.NET
,
Community
,
SoftDev
,
C#
,
Microsoft
,
MSDN
,
MVP
,
Web
,
PageModules
,
IIS