Search

You searched for the word(s): userid:753702

Matching Posts

  • Re: timeout help - how to trick it

    That worked great. Thank you very much.
    Posted to Web Forms (Forum) by banging on 10/4/2007
  • timeout help - how to trick it

    I'm close to completing an app to remotely reset administrator passwords on hundreds of servers. It's a simple form to browse and upload a text file that contains host names. It reads each line in the file, connects to and reset the admin password on the server. My problem is that if I put more then 30 or so servers in the file to reset the password on - the page times out and it stops/ends. Can I change the timeout value somewhere? Thanks!
    Posted to Web Forms (Forum) by banging on 10/2/2007
    Filed under: Timeout expired on web page
  • Re: Help with impersonate - remotely resetting password

    Hard coding the user in the webconfig file worked. I wish I could figure out why it's not passing along the windows credentials but it does work. Thanks very much for your help.
    Posted to Security (Forum) by banging on 10/2/2007
  • Re: Help with impersonate - remotely resetting password

    Thanks for the reply! I do have anonymous access disabled and using integrated windows authentication. It is running under the right account but seems to use the anomyous account when it leaves the asp server and goes out to a remote box.
    Posted to Security (Forum) by banging on 9/21/2007
  • Re: Access folder from web

    I think that you have to give aspnet read or write permission on the folder. To verify which acct. is being used to access the folder you can add/remove one acct. at a time, trying to access the folder after each add/removal. I use this code to determine who's logged in and what acct. the asp page is running under. Just drop and name the labels on the page. Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load Dim authUserName As String Dim aspUserName
    Posted to Security (Forum) by banging on 9/20/2007
  • Help with impersonate - remotely resetting password

    Hi, I'm porting a vbscript to asp.net and have this remote password reset tool working only if I'm logged into the computer and running it from there. If I access the page from a different box it fails to bind to another workstation. Basically, the program loops through a text file with computer names and resets the administrator account. I'm logging in with impersonate and windows authentication that has rights to reset the administrator account. It works great when rdp'd into the
    Posted to Security (Forum) by banging on 9/20/2007
    Filed under: password security impersonate
  • Re: Can't view aspx pages

    Thanks, I checked that already and default.aspx was not listed but the site still didn't render when I added it. index.html was already listed.
    Posted to Installation and Setup (Forum) by banging on 8/19/2007
  • Can't view aspx pages

    HI, I created a website on my vista workstation and ftp'd it to a windows 2003 sp2 server running iis 6 and .net 2.0. I created the site and configured it for 2.0. The website home directory is the same as the ftp root directory so I know the files are in the right place but whent I go to the ip address of the iis server I get a 404 error. If I put an index.html page in there I can see it in browser but not the site I created. Any ideas? I'm stumped and I'm not sure where to look. Thanks
    Posted to Installation and Setup (Forum) by banging on 8/18/2007
Page 1 of 1 (8 items)