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 Chriss Miller 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: Beesknees
  • Content: Threads
  • Order by date
  1. Beesknees

    Permissions on web folders

    Whenever a folder in a frontpage web is converted into a web folder it loses it's NT permissions. It end s up with a different set of permissions and no one except the person who converted the folder into a web folder can access it! What is happening and how do I stop it?
  2. Beesknees

    Sample Project Spec

    I need to write a technical spec for a medium sized n-tier application, I'm a programmer not a PM. Does anyone have a sample spec or some kind of step-by-step guide of where I can start? Maybe some useful websites to get some ideas from?
  3. Beesknees

    Integrating Outlook with ASP.NET

    I need to write an ASP.NET application that will integrate with Outlook contacts. Does anyone know if this can be done and where I could find a good resource on information for doing this?
  4. Beesknees

    Sending HTML format email from Outlook

    I'm trying to send an email from a VB rpogram using the Outlook.MailItem object. Everything works fine when sending to an internal address and the email is recieved with an HTML body. However when I send to an external email ( I use my hotmail account as a test) the text doesn't come up as...
  5. Beesknees

    How to design an Intranet

    I'm probably asking for trouble here but does anyone know of a good reputable consultancy in or around London, UK, who could give me advice on how to build and design an Intranet that will be de-centralised across 6 countries? Thanks.
  6. Beesknees

    MTS Explorer in Windows 2000?

    Does MTS come standard with Windows 2000 like it did with the NT Option Pack? I installed everything I could including IIS, MSMQ but I cannot find the explorer anywhere! Thanks.
  7. Beesknees

    Resizing the screen

    Is there any way to resize everything in the browser window depending on the screen size using javascript? The documents we have are just basic html with a few tables and no frames.
  8. Beesknees

    Sourcesafe on a Netware server

    I want to setup Sourcesafe at my company but the only good server to set it up on is a Novell server. Anyone done this? Any hints? can it actually be done?
  9. Beesknees

    Cannot open service.lck for writing

    I can open my web project no problem but when I want to rename a page, add or delete a document I get the error, 'Server error: Cannot open file "Service.lck" for writing.' Lots of people update this project and there is a lot of content and lots of Word documents inside it. What is...
  10. Beesknees

    .NET - Bad news for VB?

    I've been reading much about the advent of .NET. Most of it good I might add but it seems like it is going to be too big a leap for a lot of VB programmers. Let's face it, VB is reasonably easy to learn and if you weren't going too far into COM etc then it was something the average person...
  11. Beesknees

    Scanning email attachments

    I know very little about virus's in general but it seems they are sometimes vb script files with the extension and icon changed to appear to be something else other than the executable they actually are. Is there any virus scanning softwrae out there that can scan mails as they pass through the...
  12. Beesknees

    DTS problems

    How can I transfer a DTS package from one SQL Server to another? I don't want to recreate it manually. Thanks.
  13. Beesknees

    IIS Specifications for Intranet

    I'm new to IIS and am setting up the Intranet for my company. it will run SQL Server, about 5 business applications, process I would say roughly 4-5000 asp pages per hour and about 40000 html pages per hour. The firm has about 400 employees all regularly accessing the Intranet across across a...
  14. Beesknees

    MCSE's giving MCSD a bad name

    I am only 1 exam away from becoming MCSD and it has taken me nearly 2 years to get this far. Now it seems pointless as so many recruitment agencies and employers are comparing MCSD with MCSE and decided it means very little as an indication of my IT skills as the MCSE has become a joke. Has...
  15. Beesknees

    Where does link download from?

    I need to know something in general about browsing. If there is a link on a page where does the href get uploaded from? a. The client browser or, b. the web server containing the page with the link on it? I think it is A but I need to be very sure about this as the links will contain huge...
  16. Beesknees

    Where does link download from?

    I need to know something in general about browsing. If there is a link on a page where does the href get uploaded from? a. The client browser or, b. the web server containing the page with the link on it? I think it is A but I need to be very sure about this as the links will contain huge...
  17. Beesknees

    DONTS.NewMail doesn't work

    I am trying to use the code as below. I am trying to test it out by sending an email to myself. I don't receive the email. What could be wrong? Set Mail = Server.CreateObject("CDONTS.NewMail") Mail.From="markbeeson@hotmail.com" Mail.To =...
  18. Beesknees

    Intranet Development

    A pretty general question. I have been given the task of developing our corporate intranet. Being a programmer I can create the content but I am worried about the set up. Does anyone know where I can get some advice on (without being robbed blind by consultants) on how an intranet should be...
  19. Beesknees

    NT Authentication

    Hi, I need to set up a user in sql server that is nt authenticated. I need users to be abvle to log into sql server just using their nt logins. how do I set up a sql server user/login?!? to work this. Hope I've explained my question properly! TIA
  20. Beesknees

    Open ASP page in new window

    Does anyone know how to open an asp page so it opens up a new window in IE? I don't want it to target the frame. Thanks.

Part and Inventory Search

Back
Top