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 bkrike 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: *

  1. nigelrivett

    read mail from lotus domino

    I have a requirement to get attachments from a mail account into a disk folder. I suspect the obvious way to do this would be to write an agent? But we don't have easy access to server development. I seem to be able to connect to the server (I think) but not to the mail database. In vb Set...
  2. nigelrivett

    SQL Server, IIS, User integrated security

    SQL Server 2000, IIS 6, clients mainly XP. At the moment IIS connects to the server using sql server security which means we don't know who is running things and can't implement user security on objects. We are going to change to integrated security by setting IIS to use basic security. This...
  3. nigelrivett

    Remote access wireless connection

    xp pro, netgear wireless adsl modem, netgear usb wireless device 11g. When connecting to work it is fine via the cable plugged into the modem (well always connects on the third attempt) but will not connect when I'm using the wireless connection. It always says it connects to the remote pc but...
  4. nigelrivett

    Permission failure on save/cancel

    This happened last week and it's happened again today. Last week it suddenly started working after a reboot of a server - we tried rebooting that server and it didn't help so it was probably a coincidence. It comes up with a connect window asking for user name and password to connect to...
  5. nigelrivett

    Permission failure on button click

    We have an aspx and aspx.cs. The aspx has <asp:button id="btnCancel" onclick="btnCancelEvent" Runat="server" Text="Cancel" Font-Bold="True" Font-Size="8" Font-Name="verdana"></asp:button></TD> and the aspx.cs public void btnCancelEvent(Object source, System.EventArgs e) { //Handle the...
  6. nigelrivett

    Enum entries text

    I want to be able to get the entries from an enum and display them to the user. specifically those from adodb.SchemaEnum I want to be able to display things like adSchemaTables adSchemaProcedures adSchemaFunctions ... from the enum and get the values associated...
  7. nigelrivett

    Upgrade to XP pro problems

    I upgraded xp home to xp pro (ok - but it's done now). Can't access any dial up connections. When I try to add a connection only offers always on broadband - dial up ... are greyed Think it might be due to Remote Access Connection Manager - when I try to start it it says access is denied. In...
  8. nigelrivett

    IIS5 challenge response user password expired

    We had IIS4 on NT4 using challenge/response and for a cross domain connection when a users windows password expired they got a message telling them to change it. Now we have migrated to IIS5 on win2000 and I am told they no longer get this message and can't log in. Has anyone come across this...

Part and Inventory Search

Back
Top