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 neon2000

  1. neon2000

    how to use COM component in Web Application in ASP.NET

    Does anyone can tell me how to use COM component in Web Application in ASP.NET with VB? Now I have to use a third-party COM component(CCNSMTLib) in my project to play a wave file and send it out to different IP phones. It works fine in windows application in ASP.NET, but when I convert the...
  2. neon2000

    how to convert XML string to XML document in VB

    Chip: Thank you very much for the response. I will try to test the solution provided by you.
  3. neon2000

    how to convert XML string to XML document in VB

    Does anyone can help me convert following javacript in ASP into VB in ASP.NET? function phonePush2(phoneIP, URI1, URI2, userID, password) { var authstring = text2base64(userID + ":" + password); var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); var pushxml =...
  4. neon2000

    run JavaScript on Cisco 7970 IP Phone

    Does anyone know if I can run a javascript on Cisco 7970 phone? A customer asked to provide touch-screen dial pad service on 7970 since this phone does not support backlit on the key pad. It is difficult to use this phone in the dark environment. It is easy to implement the touch-screen...
  5. neon2000

    Help: IIS log in failure

    To: Serbtastic My machine is a stand alone PC, which does not belong to any domain. I tried to log on with IP address of my PC, it still does not work: username: <IP address>\<username> password: <password> To: Bent4U You are right, localstart.asp can only be accessed on the...
  6. neon2000

    Help: IIS log in failure

    Thanks Traceymaryland. The logon window was gone when I unchecked the "Integrated Windows authentication" item in the Directory Security tab. But I still have another question, why my windows XP account can not pass the authentication check?(my windows XP account has administrator privilege)
  7. neon2000

    Help: IIS log in failure

    I just installed the IIS5.1 on my PC(windows XP). No log in required if I access the start webpage via using following URL on my PC: http://localhost/localstart.asp http://MyPC/localstart.asp If I access the start page with the IP address of my PC: http://127.0.0.1/localstart.asp...
  8. neon2000

    CiscoIPPhoneResponse: Request Busy

    When I applied the push2phone script from the SDK, only the chime.raw was played, the message was not displayed. The captured CiscoIPPhoneResponse was: === <?xml version="1.0" encoding="iso-8859-1"?> <CiscoIPPhoneResponse> <ResponseItem Status="1" Data="Request Busy"...
  9. neon2000

    CCMuser log on page error in CCM4.0

    Problem solved. Modify Configuration in Computer Management =========================================== "CCMUser" should be in Group "WebUsers", check it in followin way: 1) Start->Programs->Administrative Tools->Computer Management-> System Tools->LocalUsers and Groups 2) Expand...
  10. neon2000

    CCMuser log on page error in CCM4.0

    Hi, I installed CCM4.0 on a generic PC, but I can not log on the CCMUser web page to do service subscribe. The error number is "HTTP Error 401 - Unauthorized". I can not test the IP phone XML service due to this problem. There is no problem to log on the CCMAdmin web page. Does anyone...

Part and Inventory Search

Back
Top