|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
ASP file not working with programmation
Hi,
I'm building an application who has to access an asp file containing JScript. The result of the JScript is an XML string. Now, I can access the virtual Directory (IIS6) with explorer using URL And I can execute some asp test file through explorer. But when I try to run it from the application, nothing is returned. This is what I'm supose to do according to Microsoft : dim oXMLDocument as DOMDocument30 set oXMLDocument = New DOMCocument30 oXMLDocument.Load "http://WebServerIP/VirtualDirectoryName/LgnIntAu.asp" Nothing is returned... but I can run the asp file through the explorer browser. Any rights might prevent the asp files from runing when called through an application?? Many thanks for your input. Eric |
|
#2
|
|||
|
|||
|
Problem solved
Seems like the interop that .NET create dosnt work well...
Afterall, we shouldn't use the COM object we used in VB6 right? My mistake, even tough it should've worked. So I'm now using the System.XML.XMLDocument object as an xml parser. Altough I don't have certain properties that the DOMDocument had, I'll manage. Conclusion : The code was working in VB6, but not in .NET because of this interop it seems. Thanks for your time anyways, and I hope this will be profitable to someone else. |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > ASP file not working with programmation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|