awong
Thu Apr 07 13:51:03 CDT 2005
Hi Steven,
Thanks to your detail email. Since the server has .NET framework installed,
I will go for ASP.NET. I think I can find some sample from Google of how to
do that.
BTW, does VS.NET have a Wizard to convert my html pages to ASP.NET? Just
curious. :)
Thanks again.
Abel
"Steven Cheng[MSFT]" wrote:
> Thanks for your response Abel,
>
> If using ASP.NET/ASP is ok, I think the problem is easy to resolve. As for
> editing FontPage created Page in VS.NET, that's not the problem. VS.NET has
> its own html editor for editing html pages. However, I recommend that you
> finish all your page's UI work in FrontPage before loading it in VS.NET to
> convert to asp.net page since the VS.NET is a developer tool and its html
> editor is not so perfect as those WYSIWYG web page tools (FrontPage or
> DreamWeaver)
>
> As for getting the logon user in asp/asp.net , we can just use the
> Request.ServerVariables collection to retrieve the
> AUTH_USER item which represent the current authenticated user( in IIS). See
> the following article:
>
> # IIS Server Variables
>
http://msdn.microsoft.com/library/en-us/iissdk/html/21b3be8f-d4ed-4059-8e21-
> 6cba2c253006.asp?frame=true
>
> Also, if you just need only one dynamic page and only with a little code
> logic, then I still recommend that you use a simple ASP page which is much
> simpler than asp.net and that can avoid your server installing the .net
> framework.
>
> Anyway, please let me know your opinion and consideration. If you need some
> detailed code, I can provide you a simple asp or asp.net page that retrieve
> the IIS passed authenticated user's username.
>
> Thanks,
>
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
>
>
>