Hi, I'm trying to create an ASP.NET web service that reference the internetMacros.dll to do web extraction and it does not work when i save it location on my local machine as HTTP . It works when i saved it location as a File System on my local macine. The return message when i try to run the web service from a http is as follow:Microsolf Visual C++ Runtime Library Runtime Error! This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.I was thinking that saving the web service on a Http://localhost/website might have some restriction in accessing the internetMacro.dll Could this be an access right? do i need to modify ini file for it to work using HTTP?
|