Ask a Question related to ASP.NET Security, Design and Development.
-
Nuno Filipe #1
Windows authentication in classic ASP
How can I simulate the usage of web.config in classic asp ?
Can any one help with this ?
thanks in advance,
Nuno
Nuno Filipe Guest
-
Sharing authorization/authentication between Classic ASP and ASP.NET pages?
I have an administrative website that I've built that needs to incorporate both Classic ASP and ASP.NET pages. The site needs basic password... -
ASP.NET Authentication and Windows Authentication
Hello, I'm developing a web application that will run on an Intranet. I'll use Windows Authentication, so users can access the application... -
Forms Authentication and classic ASP
If I were you and I am not (Same first Name) :), I would start looking in a tool like reflector and find out the libraries that the... -
Making Classic, OS X, and Windows projector CD?
Hi! I'm working on a project running MPEGs through a menu-driven Projector movie. I've got the Advance MPEG extra. I've created my movies for all... -
Forms authentication with Windows authentication
Hi, I have an ASP.NET web site that uses IIS Basic Authentication and accesses an OLAP Server at various stages. The OLAP Server authentication... -
Chris Jackson #2
Re: Windows authentication in classic ASP
What do you want to simulate? Windows authentication? You do that using IIS
itself. You don't get all of the rich authentication features of ASP.NET
without rolling your own. My question is, why simulate? Just use ASP.NET...
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--
"Nuno Filipe" <nfc2001@hotmail.com> wrote in message
news:exP6UkHpDHA.1496@TK2MSFTNGP11.phx.gbl...> How can I simulate the usage of web.config in classic asp ?
>
> Can any one help with this ?
>
> thanks in advance,
>
> Nuno
>
>
Chris Jackson Guest
-
Nuno Filipe #3
Re: Windows authentication in classic ASP
"Chris Jackson" <chrisjATmvpsDOTorgNOSPAM> wrote in message
news:Opy%23maLpDHA.2848@TK2MSFTNGP10.phx.gbl...IIS> What do you want to simulate? Windows authentication? You do that usingASP.NET...> itself. You don't get all of the rich authentication features of ASP.NET
> without rolling your own. My question is, why simulate? Just useI want to grant / deny access to diferent users on several directories of>
the application and my ideia was to put a web.config in each directory with
the users configuration.
It's a very large and complex application, that's why I don't port it to
ASP.NET.
How can I do this ?
Thanks in advance,
Nuno
Nuno Filipe Guest
-
Chris Jackson #4
Re: Windows authentication in classic ASP
Well, you don't get web.config for ASP classic, but you can achieve the same
result directly through the file system - selectively give access to the
directory to the users or groups you need using NTFS ACLs.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Shell/UI
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--
"Nuno Filipe" <nfc2001@hotmail.com> wrote in message
news:uyo4shSpDHA.1656@tk2msftngp13.phx.gbl...with> "Chris Jackson" <chrisjATmvpsDOTorgNOSPAM> wrote in message
> news:Opy%23maLpDHA.2848@TK2MSFTNGP10.phx.gbl...> IIS> > What do you want to simulate? Windows authentication? You do that using> ASP.NET...> > itself. You don't get all of the rich authentication features of ASP.NET
> > without rolling your own. My question is, why simulate? Just use>> >
> I want to grant / deny access to diferent users on several directories of
> the application and my ideia was to put a web.config in each directory> the users configuration.
> It's a very large and complex application, that's why I don't port it to
> ASP.NET.
>
> How can I do this ?
>
> Thanks in advance,
>
> Nuno
>
>
Chris Jackson Guest
-
Re: Windows authentication in classic ASP
You can also create an ISAPI filter to do the work (I've
done this...)can achieve the same>-----Original Message-----
>Well, you don't get web.config for ASP classic, but yougive access to the>result directly through the file system - selectivelyACLs.>directory to the users or groups you need using NTFSmessage>
>--
>Chris Jackson
>Software Engineer
>Microsoft MVP - Windows Shell/UI
>Windows XP Associate Expert
>--
>More people read the newsgroups than read my email.
>Reply to the newsgroup for a faster response.
>(Control-G using Outlook Express)
>--
>
>"Nuno Filipe" <nfc2001@hotmail.com> wrote in message
>news:uyo4shSpDHA.1656@tk2msftngp13.phx.gbl...>> "Chris Jackson" <chrisjATmvpsDOTorgNOSPAM> wrote inauthentication? You do that using>> news:Opy%23maLpDHA.2848@TK2MSFTNGP10.phx.gbl...>> > What do you want to simulate? Windowsfeatures of ASP.NET>> IIS>> > itself. You don't get all of the rich authenticationsimulate? Just use>> > without rolling your own. My question is, whyseveral directories of>> ASP.NET...>>>> >
>> I want to grant / deny access to diferent users onin each directory>> the application and my ideia was to put a web.configI don't port it to>with>> the users configuration.
>> It's a very large and complex application, that's why>>> ASP.NET.
>>
>> How can I do this ?
>>
>> Thanks in advance,
>>
>> Nuno
>>
>>
>
>.
>Guest



Reply With Quote

