G
Guest
Hello,
I am having an issue with an object (deployed as VB.Net dll w/ Interop)
instanciated from an ASP page. The object is created just fine but fails when
attempting to make an HTTPWebRequest to another companies HTTP server. This
same object works just fine from a Windows Form. The error I keep getting
from the ASP hosted version of the object is as follows:
"Exception in configuration section
handler(c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config
line 74)"
The "line 74" area of my machine.config deals with the proxy configuration.
The confusing part, for me, is that my internet connection does not make
use of a proxy server. In Internet Explorer I do not have any proxy settings
enabled. Also, why would I be able to reach an outside server under a
WinForms application but not from an ASP page using the same dll? Thank you
for any ideas or suggestions.
- DWek
I am having an issue with an object (deployed as VB.Net dll w/ Interop)
instanciated from an ASP page. The object is created just fine but fails when
attempting to make an HTTPWebRequest to another companies HTTP server. This
same object works just fine from a Windows Form. The error I keep getting
from the ASP hosted version of the object is as follows:
"Exception in configuration section
handler(c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config
line 74)"
The "line 74" area of my machine.config deals with the proxy configuration.
The confusing part, for me, is that my internet connection does not make
use of a proxy server. In Internet Explorer I do not have any proxy settings
enabled. Also, why would I be able to reach an outside server under a
WinForms application but not from an ASP page using the same dll? Thank you
for any ideas or suggestions.
- DWek