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!

Recent content by Cranberry

  1. Cranberry

    Problems with Client Access Licenses? will not allow a connection?

    Not so long ago, I accidentally installed a version of NT4 Server which I now believe was an old msdn version. Either that or something became corrupted during the install. What then happened is exactly as you have described. I actually tried a number of different licenses, with no luck. I...
  2. Cranberry

    IIS4 Security

    The error is saying that the password you supplied isn't correct. We had problems using challenge response over an intranet when a proxy was involved. Have you enabled access control on the proxy? If you have, try turning it off, and see if that is causing the problem. IIS does not allow you...
  3. Cranberry

    The latest Hack

    Hi all. You also may want to have a look at securing your servers based on some recommended (and unrecommended procedures :) It will still not block attacks on port 80 - on which you serve http, but it will minimise many of the vulnerabilities iis4 suffers from. have a look at these links...
  4. Cranberry

    IIS4 Security

    Hi there mousematt. are you running a proxy server of any kind on your intranet?
  5. Cranberry

    Not authorised to view page

    It sounds like it may be that the default document may not be recognised. Can you tell me the http error you are receiving?
  6. Cranberry

    FTP Problem

    Hi. This sounds like this may be IIS, NT permissions, or a policy problem The administrator is part of the site operators group in IIS and on the whole it has full access to everywhere under NT which will allow it to log on regardless. It may help to check the following: In IIS under the...
  7. Cranberry

    Replacing DLL in use

    You could try disabling the device or service that is using these dlls? it all depends on what they are. You can take down the names of the dll's and then go to this link: http://support.microsoft.com/servicedesks/fileversion/dllinfo.asp?sd=MSDN It should tell you what is using these files...
  8. Cranberry

    No license was available for user "DOMAIN\USER" using SMBServer 4.0

    I am getting the same problem with an NT Server I am running. When I click on the license applet in the control panel, it comes up with the following error: Not available in the NFR (Not For Resale edition) It doesn't seem to matter how the license manager is configured, clients still seem to...
  9. Cranberry

    NET STOP command

    I use a batch file that stops IIS services. It uses the /y command to stop the dependancy services. It should work for other services. net stop [service] /y regards Cranberry
  10. Cranberry

    NT Server not allowing connections to web page through Internet

    The server will need to have an external IP address; or if you have a fire-wall installed, a network address translation, to effect an external presence. If you already a working set-up, you need to check the policy on the firewall. If you are using a router to connect your LAN to the net...
  11. Cranberry

    ASP does not work

    The only thing I can think of, that nice bulka, hasn't suggest you try, is to check the ntfs permissions on the winnt directory. If you have set any restrictions on the sub-directories of winnt especially the \system32 directory, you may have inadvertantly prevented access to system files that...
  12. Cranberry

    Help removing a site from IIS

    Hi Gerald I am guilty as charged for being slack with back-ups as well. :-) Can you tell me how you changed the property for the site Adminacl?
  13. Cranberry

    Help removing a site from IIS

    Hi Gerald. How are you trying to delete this site? if you trying to physically remove it from the hard drive, You may be getting an access violation because of iis processes. It could be a service which has excusively locked access to the a directory or file: the iisadmin, w3svc, or index...
  14. Cranberry

    Need help with IIS5 SMTP Virtual Server

    Hi.<br><br>It sounds as though the smtp server can not resolve the smarthost.&nbsp;&nbsp;Interesting that the jmail can.<br><br>I haven't had a chance to look at iis5, but iis4 you have to get the settings pretty much spot-on, otherwise it sulks, and doesn't send the mails.<br><br>You have to...
  15. Cranberry

    Need help with IIS5 SMTP Virtual Server

    Hi MrPink.&nbsp;&nbsp;Is the script you have written referencing the smtp.rochester.midland.com server?

Part and Inventory Search

Back
Top