Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GeeWond3r
  • Content: Threads
  • Order by date
  1. GeeWond3r

    Authentication Pros & Cons (Forms vs Windows)

    I'm going back and forth as to which kind of authentication method to go by. Can you guys give me some real world examples or conceptuals on the pros and cons of Forms -vs- Windows Authentication. There's been issues that Windows mode via Active Directory is the better one since it AD logs...
  2. GeeWond3r

    Populate extra <tr><td> field when select DropDownList

    In Mixed-mode asp.net, I've a Drop-down list in a table's <tr><td>ddl</td></tr>. If a user selects item x and only x, I want a textbox field to appear right below the drop-down list. And if some other item is selected, then that <tr><td>textbox</td></tr> that's right below the...
  3. GeeWond3r

    r they Browser cookies/cache??

    Whenever a user enters in data in a web form, it seems it's being cached. My webpages do not require cookies. Can someone tell me what/how these cache work? I've a field (let's say a credit card #) that I do not want cached or displayed the next time (when a user enters the 1st character and...
  4. GeeWond3r

    Part II. Passing/Retrieving information b/w websites

    Scenario: All information on a person is in Website1's database. If a person logs in Website2, how would he be able to retrieve (update,delete, pass) his information back n forth the 2 websites? chaos, chaos, chaos...
  5. GeeWond3r

    Part I. Logging in from 1 website to another

    Scenario: There are 2 existing websites (are merging) that needs to pass a user logon session to each other. User has been logging in thru a Post Form Session into California websiteA (via Active Directory acct). Idaho WebsiteB is taking over and is the main entrance for users logging in...
  6. GeeWond3r

    Report Generator dilemma.

    I've set up a web application which calls the stored procedure to generate a report to this tmp_table. Now initially, it was meant for 1 or 2 users for this apps, so there'd be no (or should i say not much conflict). But now, the #s of users who uses this application (esp. at the same time) is...
  7. GeeWond3r

    Favicon.ico on SSL

    I'm able to have my distinguished icon be bookmarked A OK, eXcePt for those SSL enabled sites. Is there any way to enable the favicon to show up when bookmarked w/ ssl's https:?
  8. GeeWond3r

    SSL here ok, there no SSL is ok

    On my website there are pages/dir that requires u to log on (aexp3.htr) via Active Directory accts. I've just purchased SSL, and trying to enable ssl on selective pages/dir (aexp.htr). How do i combine it so that some pages will use ssl aexp.htr and some other pages use aexp3.htr when their...
  9. GeeWond3r

    Who last logon/logoff to the SQL Server?

    Where would I find who last logged on/off from the SQL Server during a paricular period (let's say from 2pm to 5pm yesterday). Out of the blues, my web pages was unable to access the database. So I'm trying to troubleshoot where the problem is. I had to restart the db server for it to work...
  10. GeeWond3r

    Refresh Problem w/ SQL Insert

    In my asp page, there are a few sql inserts commands. And the problem is that whenever someone refresh the browser (either F5 or the Refresh button), another record is added to the database. Is there any easy/quick solution to this? I do hate to perform a post Check on every single inserts!
  11. GeeWond3r

    Click Cancel: You are not authorized to view this page

    Within the intro page, you hit the enter button to enter a secure site. You are prompted to enter your Active Directory user name & password. Instead of entering anything in, you decided not to enter, therefore you hit cancel (and not OK). You're still redirected to a page "You are not...
  12. GeeWond3r

    DATETIME: Select * from table1 where date1 LIKE '%1/2/2004%'

    I've attempted to query records using a datetime field, but unsuccessful. Select * from table1 where date1 LIKE '%1/2/2004%' Is there a sql query that allows you to pull the records based on a datetime search criteria??
  13. GeeWond3r

    ChangePassword -vs- Set Password

    I'm unable to change a password using the usr.ChangePassword "old","new" method. Although I am able to user the SetPassword perfectly! But I prefer a solution on the ChangePassword method. Any idea y can't I get it to work? This works fine: Set usr =...
  14. GeeWond3r

    Replication notice

    When I'm on vacation and want to know if my replication is still working, is there a way of checking it via the web browser? I'm sure there is, but by what method? I'm trying to relieve some stress when I do plan for vacation, but gotta prepare for these things. - Calling S.O.S.
  15. GeeWond3r

    customizing excel export/import with SQL Server

    Are they any asp code out there that allows me to export/import Excel via SQL SErver? Have alot of projects to do, n I just need some quick scripts to speed up the workload.
  16. GeeWond3r

    importing Excel to Sql Server

    I'm able to append excel data into Sql Server by 'import data', but I'm stuck at the point where I can't import when there exists an Identity in the existing sql table. I've "ignored" the field, but that didn't work. How would I go about resolving this dilemma?
  17. GeeWond3r

    search pdf files for a certain metadata.

    With indexing service, I'm able to search (txt, doc, html) files that contains a certain string in them. But there are files like pdfs that are an exception, whereas the search string is not within the document. So I've decided to approach a 2nd method: Search by the document's metadata! Has...
  18. GeeWond3r

    web.config: Y can't I deny .html and img file(s) access

    From my web.config, I'm able to deny certain users to one of my application folder but how come certain files are still accessible? For example, my .aspx files are secured but not my other files (.html, .jpg, .txt, and even .asp). Y so?? Is there a way to secured everything that's in that...
  19. GeeWond3r

    Password change on Next Logon Problem.

    I've set my IIS to "Basic Authentication" via their Active Directory acct. Works fine. But I can't get it so that a "User must change password at next Logon" from the browser. In Active Directory, the only thing that's checked for the user is "User must change password at next Logon"... so...
  20. GeeWond3r

    why's there no Frontpage Server Extension on my virtual directory

    How come my Virtual Directory doesn't have the "Configure Server Extensions" reg/2002 option in ALL TASKS? All that's there is Permission Wizard. The website's "conf. Srvr ext" exist, but the virtual dir underneath it doesn't have the extensions. How do I make is so that it does??... since on...

Part and Inventory Search

Back
Top