Jump to content

tyneet

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by tyneet

  1. You need to save the file as a CSV file and then you can read it and split up the lines to get your data.
    My excel file has 7 sheets in it and can not save this file as a CSV file unless I split each sheet into a seperate file. This will not work for us. There are multiple sheet formulas that I can not split up. Plus we use a template file. So there will be multiple files that I want to read the property information. So I need to read the .xls properties files.Any other options?Thanks justsomeguy for the help!!!!!!!! Really appreciate it.Tony
  2. I have a set of Excel files. In each file there's a "Title", "Core Team","Date","Team of Three" block on the sheet. I'm duplicating this data in the Comments section (except "Title"). How can I get ASP to read the file properties?Thanks,Tony

  3. But I don't want the browser to offer a login prompt. The person has already logged into the internal network with a login name and password. I want to pull that login name for direction through the internal web site. Can this be done?By the way, Thanks for the fast response!

    You will need to disable anonymous access to the specific directories and instruct the server to use Windows authentication, which will force the server to instruct the browser to offer a login prompt. You need access to IIS to set this up. This may help you:http://www.google.com/search?client=opera&...-8&oe=utf-8
  4. I have a web server that I have access to for constructing a web site. However, I don't have access to the IIS. The web server is accessed through our internal windows network. Everyone has to log in on their own computer with a windows network login and password. I need ASP to be able to see the network login name to identify who it is, without having to go through the IE authentication. There is nothing in the "Auth_User" variable, since the browser did not do it's authorization. Any help would be appreciated. Thanks.

×
×
  • Create New...