Search

You searched for the word(s): userid:736238

Matching Posts

  • Re: Unable to load DLL 'iphlpapi.dll': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

    Hi Marcus, I have a solution. This morning I moved my application to another web Server, with server 2003 operating System the send mail worked without any error. I believe there is a problem with the server 2000 I was using before. I relied on this server because there was an application I wrote with VB.NET that was able to send mail on the server, so I thought it should send mail. I advise that you test your application on another server, try server 2000 if it doesn't work user server 2003
    Posted to Free For All (Forum) by bioscom on 11/17/2008
  • Re: Unable to load DLL 'iphlpapi.dll': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

    marcuswade1 thanks for your reply. When I further researched, got link to the url below. www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/w2000msgs/5671.mspx?mfr=true I tried to search my host server and I realised that there are 2 copies of 'iphlpapi.dll' c:/iphlpapi.dll and another one in c:\WINDOWS\system32\IPHLPAPI.DLL. I am thinking that there may be problem in this area. I have spoke with our Web server people to look into this, as soon as I get reply from them and I test
    Posted to Free For All (Forum) by bioscom on 11/12/2008
  • Unable to load DLL 'iphlpapi.dll': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

    Dear All, I have searched through the Internet for solution to this problem. I have been on it for the past three days. I have a class SendMail.cs in my application with the member method below: private void Mailer(string mfrom, string mTo, string mSubject, string mBody, string mBcc) { MailMessage msg = new MailMessage(); msg.From = new MailAddress(mfrom); msg.To.Add(mTo); msg.Bcc.Add(mBcc); msg.Subject = mSubject; msg.Body = mBody; msg.IsBodyHtml = true; // SmtpClient smtp = new SmtpClient(); /
    Posted to Free For All (Forum) by bioscom on 10/24/2008
  • Re: ASP.NET Website Development across Firewall

    What you can do is to develop a code in your global.asax file, that will have to authenticate a user by a Token, if there is no Token when the site is navigated, the user should nbe redirected to another page.
    Posted to Architecture (Forum) by bioscom on 9/9/2008
  • Re: Page.User.Identity.Name returns null

    You have actually solved the problem by typing the name of the site, just like using https:// the name of the site is best used rather than the IP Address, basically it is not allowed. Actually, your problem was what I encountered before I saw your's and it also solved my problem. Thank you very much
    Posted to Security (Forum) by bioscom on 9/8/2008
Page 1 of 1 (5 items)