-
Posted to
IIS7 - Publishing
by
lcx
on
02-18-2008, 4:06 PM
Is it possible to use a cookie-based authentication scheme by means of a custom authentication module?
-
Posted to
IIS7 - Publishing
by
lcx
on
02-16-2008, 2:34 PM
How do I enable anonymous PUT?
I have enabled anonymous PROPFIND but PUT requires authentication:
2008-02-16 19:16:11 W3SVC2 SERVER 59.112.38.230 PROPFIND /testfolder - 80 - 59.112.38.230 HTTP/1.1 Microsoft-WebDAV-MiniRedir/6.0.6001 - - www.example.com 207 0 0 805 172 1
2008-02-16 19:16:11 W3SVC2 SERVER 59.112.38.230 PUT /testfolder/Test.mp4 - ...
-
Posted to
IIS7 - Extensibility
by
lcx
on
08-23-2007, 2:02 PM
@ksingla:
Yes, I meant IIS virtual directories. I am writing a .net module to list all the files, reparse points, physical folders and virtual directories in the current request path.
@CarlosAg:
Thanks. Any any idea how do I do the matching.
I assume there are various ways to represent a foldername so a simple string comparison ...
-
Posted to
IIS7 - Extensibility
by
lcx
on
08-22-2007, 11:54 PM
I have seen several implementations of custom directory listing modules
All the ones I have seen use System.IO to get the directories and files
System.IO.Directory.GetDirectories(context.Request.PhysicalPath);
System.IO.Directory.GetFiles(context.Request.PhysicalPath);
Unfortuately, this doesn't list any child virtual folders.
Is ...
-
Posted to
IIS7 - Configuration & Scripting
by
lcx
on
05-14-2007, 11:53 PM
Smacks head.
Now that I see your reply, Its seems so obivious.
Thanks.
-
Posted to
IIS7 - Configuration & Scripting
by
lcx
on
05-14-2007, 9:35 PM
In previous versions of IIS I was able to enable/disable logging on a site-level/page-level or folder-level.This was great for preventing log spamming by a web load balancer or for debugging purposes.Unfortunately, I cannot figure out how tho enable this in IIS7.
Has this feature been dropped?
Say for example in ...
-
Posted to
IIS7 - Configuration & Scripting
by
lcx
on
05-14-2007, 9:23 PM
Great! Thanks.
-
Posted to
IIS7 - Configuration & Scripting
by
lcx
on
05-14-2007, 2:05 PM
Can you kindly instruct me how to install the WebDav module that you mentioned.
I cannot find it in Longhorn Beta3 Server Manager.
-
Posted to
IIS7 - Configuration & Scripting
by
lcx
on
05-13-2007, 11:57 AM
How do I enable/configure WebDAV on IIS 7?
-
Posted to
IIS7 - Configuration & Scripting
by
lcx
on
05-10-2007, 2:52 PM
Extremely painful way :( of coming with a list.But I guess I have to live with it if I want to continue using IIS 7.