mod-aspdotnet-users Mailing List for mod_aspdotnet (Page 3)
Brought to you by:
wrowe
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
(4) |
Apr
(3) |
May
(3) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(3) |
2008 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(6) |
Mar
(1) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: William A. R. Jr. <wr...@ro...> - 2007-03-09 07:30:42
|
Everything -except- session persistence works? You might want to pay special attention to UseCanonicalName and ServerName directives in Apache - every time your app performs an external redirect, it's going to pass either the users' provided host name or the ServerName you configured, which can break expectations because no cookies are going to survive a servername context switch. Bill Shane Anderson wrote: > Hi > > Hopefully someone is around to answer my question. I am trying to figure > out how sessions are handled. I am porting a few asp projects over to > apache on Windows 2003. Everything worked great at "localhost" but once > I pointed the DNS at the machine and used the domain, sessions stopped > working. > > I can not figure out if it is an apache conf issue or an asp issue. Why > would sessions work on localhost but not with the domain name? The error > log records a request to a file called WebResource.axd, which does not > exist. > > What do I do? > > Thanks > Shane Anderson > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Mod-aspdotnet-users mailing list > Mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-aspdotnet-users |
From: Shane A. <sha...@gm...> - 2007-03-09 04:09:12
|
Hi Hopefully someone is around to answer my question. I am trying to figure out how sessions are handled. I am porting a few asp projects over to apache on Windows 2003. Everything worked great at "localhost" but once I pointed the DNS at the machine and used the domain, sessions stopped working. I can not figure out if it is an apache conf issue or an asp issue. Why would sessions work on localhost but not with the domain name? The error log records a request to a file called WebResource.axd, which does not exist. What do I do? Thanks Shane Anderson |
From: William A. R. Jr. <wr...@ro...> - 2007-03-02 07:15:38
|
Build 2.x.0.2006 is the first freestanding (non-ASF) release from the mod-aspdotnet project home, and includes a number of bug fixes since the final ASF-hosted release. The new 'official' home for development of the project is: http://sourceforge.net/projects/mod-aspdotnet The ASF httpd project no longer manages this project, please consult the new http://sourceforge.net/mail/?group_id=175077 mod-aspdotnet-users list at lists.sourceforge.net for user assistance, and the corresponding -dev list for discussion of the code behind mod_aspdotnet. The bug tracker at the mod-aspdotnet sourceforge project, http://sourceforge.net/tracker/?group_id=175077&atid=871785 can be used to report any defects. This release includes three files; mod_aspdotnet-2.0.0.2006-setup.msi mod_aspdotnet-2.2.0.2006-setup.msi mod_aspdotnet-2.x.0.2006-VS.NET-source.zip The first two correspond to Apache HTTP Server 2.0 and 2.2 respectively, YOU MUST INSTALL THE CORRESPONDING PACKAGE! You must have already installed .NET Framework 1.1 and the Apache HTTP Server before installing one of these packages. The third contains the source code for building the module yourself using Visual Studio .NET (2002). A future release of mod_aspdotnet2 will add support for Studio 2005 and the .NET 2.0 environment. |
From: William A. R. Jr. <wr...@ro...> - 2006-09-07 20:05:52
|
The new peer to peer users support forum, mod-aspdotnet-users@ is now open. |