TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kiran .s.r srk
NA
154
14.2k
The remote server returned an error: (407) Proxy Authenticat
Dec 22 2016 1:53 AM
One of the .net solution which is built on framework 4, we are using this solution to generate some security token based on DefaultNetworkCredentials, i have registered this dll in register(regasm /codebase) and consuming this from classic asp application and its working fine in my local machine.
But when do same step in windows server 2003 and trying to access from IIS(classic asp is hosted in IIS) it is failing to take DefaultNetworkCredentials and i am getting below error,
"The remote server returned an error: (407) Proxy Authentication Required".
code in .net solution to get DefaultNetworkCredentials,
var proxyObject = new WebProxy("Proxy", 80) { Credentials = CredentialCache.DefaultNetworkCredentials };
Can anyone help me on this, is this something settings in server or IIS?
Reply
Answers (
1
)
Class not Registered(Exception From HRESULT:0x80040154
How to Resolve 80040154 Class not registered error