DO NOT REPLY [Bug 34369] New: - need to be able to replace/overwrite/delete any .dll

2005-04-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34369.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34369

   Summary: need to be able to replace/overwrite/delete any .dll
   Product: Apache mod_aspdotnet
   Version: 2.0.0
  Platform: Other
OS/Version: Windows 2000
Status: NEW
  Severity: normal
  Priority: P2
 Component: mod_aspdotnet
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


need to be able to replace/overwrite/delete any .dll
that is used in any of the .NET project folders

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 34367] - Documentation: IIS Mimic Config Completeness

2005-04-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34367.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34367





--- Additional Comments From [EMAIL PROTECTED]  2005-04-08 15:55 ---

  +1 here.  I'd go for the 'old' syntax, IfModule mod_aspdotnet.cpp rather
  than the recent IfModule aspdotnet_module syntax, but agree and will add
  this.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


Re: DO NOT REPLY [Bug 33944] - 'X-AspNet-Version' Header Should Be Sent for Compatibility With Visual Studio

2005-04-08 Thread Jeff White

--- Additional Comments From [EMAIL PROTECTED]  2005-04-08
19:20 ---
(In reply to comment #4)
It appears that you are right - that the ASP.NET module with .NET
1.1 does
set 'X-AspNet-Version'.  I suspect from my early tests that .NET
1.0 did not.
We can still handle this, but should ensure that X-AspNet-Version
specifically
does not merge headers, but instead overwrites the value.  Some,
like Cookie,
must merge.  Many other headers should not.
What I can't understand is what is responsible for sending the
header. With NO
modifications to the httpd.conf or to the asp.net module itself the
'X-AspNet-Version' header is being sent under Apache on my machine
when handling
Asp.Net pages.
As I stated initially this was not the case before.
So what I'm trying to get across is this may not be a bug or feature
limitation
at all or if it is it is only present under certain circumstances
which I can't
figure out a cause of.
So to lay out my experience up to this point:
1. ASP.Net on Apache works just like Asp.Net on IIS except VS.Net
thinks that
projects opened on Apache server are ASP 1.0.
2. Realize the only difference in responses is 'X-AspNet-Version'
header is
missing from Apache response.
3. Modify httpd.conf to send 'X-AspNet-Version: 1.1.4322'
4. VS works as it should.
5. File this bug
6. Check headers later and notice 'X-AspNet-Version:
1.1.4322,1.1.4322'
7. Remove statement in httpd.conf.
8. Header is sent but WITHOUT duplicate version numbers
9. Everything still works fine with no modifications
New in Net 1.1
ASP.NET Side-By-Side (IIS uses this setting)
C:\Documents and Settings\UserNamefindstr /i /s x-aspnet
c:\windows\microsoft.net machine.config
c:\windows\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config:
enableVersionHeader=[true|false] - outputs X-AspNet-Version header
with each request
C:\Documents and Settings\UserNamefindstr /i /s enableVersionHeader
c:\windows\microsoft.net machine.config
c:\windows\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config:
enableVersionHeader=[true|false] - outputs X-AspNet-Version header
with each request
c:\windows\Microsoft.NET\Framework\v1.1.4322CONFIG\machine.config:
enableVersionHeader=true
Jeff



Re: DO NOT REPLY [Bug 33944] - 'X-AspNet-Version' Header Should Be Sent for Compatibility With Visual Studio

2005-04-08 Thread Jeff White
From: Jeff White 

New in Net 1.1
ASP.NET Side-By-Side (IIS uses this setting)
I meant to say Visual Studio 2003
uses this to decide what version of
the .NET Framework to use too.
Jeff