Posted on 16 May 2010. Tags: ASP.NET, came, Computer, find, from, request, there, username, using
{This is an intranet site and not internet facing}
I want to process the request and find out the user who logged in {into the windows}. Using this information, I want to process the request. Is there any easier way to find it out?
Request.LogonUserIdentity.Name doesn’t work in my case.
Posted in ASP
Posted on 21 March 2010. Tags: code, Delphi, IdTCPClient, Indy, language, login, password, username
Delphi language or BCB language: How to use the UserName and Password with Indy 9 IdTCPClient code to login FTP Server ?
thanks
Posted in Delphi
Posted on 01 March 2010. Tags: ASP.NET, builtin, from, login, making, passwordin, Studio., system, used, username, visual
I used the ASP.NET configuration to add the users and roles and it automatically made a database. Everything is running great in the localhost, but I am trying to migrate the website to my goDaddy host page. How do I migrate the secure database? Do I have to make any changes in the web.config, besides the connection string?
Posted in ASP