
|
email this FAQ to a colleague
Q:
Should I turn off NTFS 8.3 Name Generation?
A:
Yes, this feature is for backward compatibility with 16-bit apps. Since you
should not be using 16-bit apps on the web server, you should turn this
feature off. There are also performance benefits.
In order to turn this feature off, create the registry setting
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisable8
dot3NameCreatio
of type REG_DWORD with value of 1.
- Dina Berry
|
Articles
|
|
|
Feb 3, 2005 - ASP.NET Mixed Mode Authentication
|
|
|
In many web applications it is desirable for both intranet users and external parties to be able to seamlessly log onto the system. The problem this raises is that it is not easy to allow intranet users to log in via Windows integrated authentication while also allowing external parties to log in to the same application using standard forms authentication. This article will show you one way to achieve the best of both worlds when it comes to authentication.
[Read This Article] [Top]
|
|
|
|
|
|
|
|
|
|
|