Smart Image Processor ASP 2 Support Product Page
This topic was archived
ASPNET Component Working Locally, not remotely?
Asked 15 May 2007 15:17:36
1
has this question
15 May 2007 15:17:36 James Leech posted:
Hi,I'm having a bit of confusion with SIP 2.0.3. I have a page which uses PAU 3 and SIP to upload and resize an image which works fine
locally (access using IE on the Win2000 DC server itself) but doesn't work when accessed from outside the lan (from where the rest
of the site works fine, including the PAU part before i added SIP to the page).
Browsing /ScriptLibrary/detect.asp results:
FROM SERVER
Smart Image Processor Components
Detecting Components:
NOT FOUND: Smart Image Processor Own component
NOT FOUND: ASPJpeg Server Component
NOT FOUND: ASPImage Server Component
NOT FOUND: ASPSmartImage Server Component
NOT FOUND: ImgWriter Server Component
NOT FOUND: AspThumb Server Component
FOUND: ASP.NET Msxml2.ServerXMLHTTP.4.0
Smart Image Processor can be fully used on this server!
FROM REMOTE
Smart Image Processor Components
Detecting Components:
NOT FOUND: Smart Image Processor Own component
NOT FOUND: ASPJpeg Server Component
NOT FOUND: ASPImage Server Component
NOT FOUND: ASPSmartImage Server Component
NOT FOUND: ImgWriter Server Component
NOT FOUND: AspThumb Server Component
An error has accured with ASP.NET component Msxml2.ServerXMLHTTP.4.0
Browsing my page with sipinfo=true results:
FROM SERVER
Long list of server variables
The the installed component: AspNet ImageProcessor 2.0.0 ASP.NET 2.0.50727.42
Then my page contents.
FROM REMOTE
Same long list of server variables
No installed component. Error message: Image Processor: Component AspNet could not be loaded Please make sure that the component
AspNet is installed.
No sign of my page contents.
Browsing my page with sipdebug=true results:
FROM SERVER
Image Processor 2.0.4 debug
Url to ASP.NET service mydomain:80/ScriptLibrary/sip_service.asmx
Getting file collection Source is upload
Files added to collection No files where added
Then my page contents.
FROM REMOTE
Image Processor 2.0.4 debug
Url to ASP.NET service mydomain.dnsalias.org:80/ScriptLibrary/sip_service.asmx
Error creating object Msxml2.ServerXMLHTTP.5.0 006~ASP 0177~Server.CreateObject Failed~Invalid ProgID. For additional information
specific to this message please visit the Microsoft Online Support site located at: www.microsoft.com/contentredirect.asp.
Error
Error
Error creating object AspNet
Image Processor: Component AspNet could not be loaded
Please make sure that the component AspNet is installed.
No sign of my page contents.
The server is a domain controller, has .net 1.1 + 2.0 installed (2.0 selected in the IIS website) has MSXML 4 + 6 installed and has
the latest service pack and hot fixes.
The users ASPNET, IUSR_xxx, IWAM_xxx have read and execute on the website and modify on the upload folder.
The bin and ScriptLibrary folders are in place and contain all the files from my development pc.
Any Ideas?
Many Thanks
James
Replies
Replied 15 May 2007 15:30:38
15 May 2007 15:30:38 James Leech replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
George's Reply:
Hi James,
This forum is for Smart Image Processor extension.
Smart Image Processor 2 is different extension and it's forums could be found through the following link:
dmxzone.com/forum/default.asp?NewsId=12607
About your problem, if the extension work from the LAN there should be some administrative restrictions.
Therefore, you should contact your system administrator.
You could get more information for the error by starting your page with the following parameters:
sipinfo=true&sipdebug=true
For example:
mydomain:80/mySIP2_page.asp?sipinfo=true&sipdebug=true
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hi and thanks again for getting back to me.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>About your problem, if the extension work from the LAN there should be some administrative restrictions.
Therefore, you should contact your system administrator.<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Unfortunately, I am my system administrator <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> . I agree, this sounds like a permissions problem and was wondering where i could start looking. As i said in my original post, the users ASPNET, IUSR_xxx, IWAM_xxx have read and execute permissions on the website and modify permissions on the upload folder.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>You could get more information for the error by starting your page with the following parameters:
sipinfo=true&sipdebug=true<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I have done that and the results were copy/pasted into my op. Here they are again for clarity:
Browsing /ScriptLibrary/detect.asp results:
FROM SERVER
Smart Image Processor Components
Detecting Components:
NOT FOUND: Smart Image Processor Own component
NOT FOUND: ASPJpeg Server Component
NOT FOUND: ASPImage Server Component
NOT FOUND: ASPSmartImage Server Component
NOT FOUND: ImgWriter Server Component
NOT FOUND: AspThumb Server Component
FOUND: ASP.NET Msxml2.ServerXMLHTTP.4.0
Smart Image Processor can be fully used on this server!
FROM REMOTE
Smart Image Processor Components
Detecting Components:
NOT FOUND: Smart Image Processor Own component
NOT FOUND: ASPJpeg Server Component
NOT FOUND: ASPImage Server Component
NOT FOUND: ASPSmartImage Server Component
NOT FOUND: ImgWriter Server Component
NOT FOUND: AspThumb Server Component
An error has accured with ASP.NET component Msxml2.ServerXMLHTTP.4.0
Browsing my page with sipinfo=true results:
FROM SERVER
Long list of server variables
The the installed component: AspNet ImageProcessor 2.0.0 ASP.NET 2.0.50727.42
Then my page contents.
FROM REMOTE
Same long list of server variables
No installed component. Error message: Image Processor: Component AspNet could not be loaded Please make sure that the component
AspNet is installed.
No sign of my page contents.
Browsing my page with sipdebug=true results:
FROM SERVER
Image Processor 2.0.4 debug
Url to ASP.NET service mydomain:80/ScriptLibrary/sip_service.asmx
Getting file collection Source is upload
Files added to collection No files where added
Then my page contents.
FROM REMOTE
Image Processor 2.0.4 debug
Url to ASP.NET service mydomain.dnsalias.org:80/ScriptLibrary/sip_service.asmx
Error creating object Msxml2.ServerXMLHTTP.5.0 006~ASP 0177~Server.CreateObject Failed~Invalid ProgID. For additional information
specific to this message please visit the Microsoft Online Support site located at: www.microsoft.com/contentredirect.asp.
Error
Error
Error creating object AspNet
Image Processor: Component AspNet could not be loaded
Please make sure that the component AspNet is installed.
No sign of my page contents.
Many Thanks
James
George's Reply:
Hi James,
This forum is for Smart Image Processor extension.
Smart Image Processor 2 is different extension and it's forums could be found through the following link:
dmxzone.com/forum/default.asp?NewsId=12607
About your problem, if the extension work from the LAN there should be some administrative restrictions.
Therefore, you should contact your system administrator.
You could get more information for the error by starting your page with the following parameters:
sipinfo=true&sipdebug=true
For example:
mydomain:80/mySIP2_page.asp?sipinfo=true&sipdebug=true
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hi and thanks again for getting back to me.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>About your problem, if the extension work from the LAN there should be some administrative restrictions.
Therefore, you should contact your system administrator.<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Unfortunately, I am my system administrator <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> . I agree, this sounds like a permissions problem and was wondering where i could start looking. As i said in my original post, the users ASPNET, IUSR_xxx, IWAM_xxx have read and execute permissions on the website and modify permissions on the upload folder.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>You could get more information for the error by starting your page with the following parameters:
sipinfo=true&sipdebug=true<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I have done that and the results were copy/pasted into my op. Here they are again for clarity:
Browsing /ScriptLibrary/detect.asp results:
FROM SERVER
Smart Image Processor Components
Detecting Components:
NOT FOUND: Smart Image Processor Own component
NOT FOUND: ASPJpeg Server Component
NOT FOUND: ASPImage Server Component
NOT FOUND: ASPSmartImage Server Component
NOT FOUND: ImgWriter Server Component
NOT FOUND: AspThumb Server Component
FOUND: ASP.NET Msxml2.ServerXMLHTTP.4.0
Smart Image Processor can be fully used on this server!
FROM REMOTE
Smart Image Processor Components
Detecting Components:
NOT FOUND: Smart Image Processor Own component
NOT FOUND: ASPJpeg Server Component
NOT FOUND: ASPImage Server Component
NOT FOUND: ASPSmartImage Server Component
NOT FOUND: ImgWriter Server Component
NOT FOUND: AspThumb Server Component
An error has accured with ASP.NET component Msxml2.ServerXMLHTTP.4.0
Browsing my page with sipinfo=true results:
FROM SERVER
Long list of server variables
The the installed component: AspNet ImageProcessor 2.0.0 ASP.NET 2.0.50727.42
Then my page contents.
FROM REMOTE
Same long list of server variables
No installed component. Error message: Image Processor: Component AspNet could not be loaded Please make sure that the component
AspNet is installed.
No sign of my page contents.
Browsing my page with sipdebug=true results:
FROM SERVER
Image Processor 2.0.4 debug
Url to ASP.NET service mydomain:80/ScriptLibrary/sip_service.asmx
Getting file collection Source is upload
Files added to collection No files where added
Then my page contents.
FROM REMOTE
Image Processor 2.0.4 debug
Url to ASP.NET service mydomain.dnsalias.org:80/ScriptLibrary/sip_service.asmx
Error creating object Msxml2.ServerXMLHTTP.5.0 006~ASP 0177~Server.CreateObject Failed~Invalid ProgID. For additional information
specific to this message please visit the Microsoft Online Support site located at: www.microsoft.com/contentredirect.asp.
Error
Error
Error creating object AspNet
Image Processor: Component AspNet could not be loaded
Please make sure that the component AspNet is installed.
No sign of my page contents.
Many Thanks
James
Replied 15 May 2007 16:13:27
15 May 2007 16:13:27 Georgi Kralev replied:
Hi James,
Try to add to your web.config file the tags for setting default compilation tempDirectory and trust level to Full.
For example add the following lines:
<trust level="Full" originUrl="" />
<compilation tempDirectory="C:\WINDOWS\TEMP\" defaultLanguage="C#" />
I hope this will help you.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Try to add to your web.config file the tags for setting default compilation tempDirectory and trust level to Full.
For example add the following lines:
<trust level="Full" originUrl="" />
<compilation tempDirectory="C:\WINDOWS\TEMP\" defaultLanguage="C#" />
I hope this will help you.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Replied 15 May 2007 16:57:46
15 May 2007 16:57:46 James Leech replied:
Hi,
I tired adding the following:
<trust level="Full" originUrl="" />
<compilation tempDirectory="C:\WINNT\TEMP\" defaultLanguage="C#" />
The only thing i changed was the tempDirectory location as it's a win 2000 box. This unfortunately did not work. I also tried adding modify permissions to the temp directory for ASPNET, IUSR_xxx and IWAM_xxx but this didn't work either.
Should I restart IIS when making changes to web.config (never used them before since i usually work with classic asp)?
Should I undo any of these changes before we try something else?
Is there a way of making detect.asp return the actual error rather than the vague statement 'An error has accured with ASP.NET component Msxml2.ServerXMLHTTP.4.0'?
Many thanks again
James
Edited by - Synergy on 15 May 2007 17:24:44
I tired adding the following:
<trust level="Full" originUrl="" />
<compilation tempDirectory="C:\WINNT\TEMP\" defaultLanguage="C#" />
The only thing i changed was the tempDirectory location as it's a win 2000 box. This unfortunately did not work. I also tried adding modify permissions to the temp directory for ASPNET, IUSR_xxx and IWAM_xxx but this didn't work either.
Should I restart IIS when making changes to web.config (never used them before since i usually work with classic asp)?
Should I undo any of these changes before we try something else?
Is there a way of making detect.asp return the actual error rather than the vague statement 'An error has accured with ASP.NET component Msxml2.ServerXMLHTTP.4.0'?
Many thanks again
James
Edited by - Synergy on 15 May 2007 17:24:44
Replied 15 May 2007 17:17:42
15 May 2007 17:17:42 James Leech replied:
.. and that addition to web.config stopped it from working locally too:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: There are multiple root elements. Line 4, position 2.
Source Error:
Line 2: <configuration xmlns="schemas.microsoft.com/.NetConfiguration/v2.0">
Line 3: </configuration>
Line 4: <trust level="Full" originUrl="" />
Line 5: <compilation tempDirectory="C:\WINNT\TEMP\" defaultLanguage="C#" />
Source File: C:\Company Shared Folders\ChallengerIntranet\web.config Line: 4
my web.config:
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="schemas.microsoft.com/.NetConfiguration/v2.0">
</configuration>
<trust level="Full" originUrl="" />
<compilation tempDirectory="C:\WINNT\TEMP\" defaultLanguage="C#" />
Server Error in '/' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: There are multiple root elements. Line 4, position 2.
Source Error:
Line 2: <configuration xmlns="schemas.microsoft.com/.NetConfiguration/v2.0">
Line 3: </configuration>
Line 4: <trust level="Full" originUrl="" />
Line 5: <compilation tempDirectory="C:\WINNT\TEMP\" defaultLanguage="C#" />
Source File: C:\Company Shared Folders\ChallengerIntranet\web.config Line: 4
my web.config:
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="schemas.microsoft.com/.NetConfiguration/v2.0">
</configuration>
<trust level="Full" originUrl="" />
<compilation tempDirectory="C:\WINNT\TEMP\" defaultLanguage="C#" />
Replied 15 May 2007 17:26:42
15 May 2007 17:26:42 James Leech replied:
oops, found the answer to that problem. Your code needed wrapping in system.web tags and needed to be within the configuration tag. My web.config now looks like:
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="schemas.microsoft.com/.NetConfiguration/v2.0">
<system.web>
<trust level="Full" originUrl="" />
<compilation tempDirectory="C:\WINNT\TEMP\" defaultLanguage="C#" />
</system.web>
</configuration>
Which works again locally, but still not remotely.
many thanks
James
Edited by - Synergy on 15 May 2007 17:28:21
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="schemas.microsoft.com/.NetConfiguration/v2.0">
<system.web>
<trust level="Full" originUrl="" />
<compilation tempDirectory="C:\WINNT\TEMP\" defaultLanguage="C#" />
</system.web>
</configuration>
Which works again locally, but still not remotely.
many thanks
James
Edited by - Synergy on 15 May 2007 17:28:21
Replied 15 May 2007 17:43:35
15 May 2007 17:43:35 James Leech replied:
I've messed about with a copy of the detect.asp page and modified the function DotNetCheckComponent to:
function DotNetCheckComponent(DotNetObj, ResizeComUrl)
dim objHttp, Detection
Detection = false
on error resume next
err.clear
'response.write("Checking "&DotNetObj&"<br>"
Set objHttp = Server.CreateObject(DotNetObj)
if err.number = 0 then
'response.write("Object "&DotNetObj&" created<br>"
objHttp.open "GET", ResizeComUrl, false
if err.number = 0 then
objHttp.Send ""
if (objHttp.status <> 200 ) then
<b>Response.Write("Status: " & objHttp.status & "<br>"
Response.Write("Error Number: " & err.number & "<br>"
</b>
Response.Write "An error has accured with ASP.NET component " & DotNetObj & "<br>"
Response.Write "Returned:<br>" & objHttp.responseText & "<br>"
Response.End
end if
if trim(objHttp.responseText) <> "" and trim(objHttp.responseText) = "DONE" then
Detection = true
end if
end if
Set objHttp = nothing
End if
on error goto 0
'response.write("Detection is "&Detection&"<br>"
DotNetCheckComponent = Detection
end function
This retuned the error number: -2147483638. A quick google finds this: support.microsoft.com/kb/186063
-2147483638 (8000000A)
The data necessary to complete this operation not yet available.
Hopefully it means more to you than it does to me <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> .
thanks
James
Edited by - Synergy on 15 May 2007 17:54:22
function DotNetCheckComponent(DotNetObj, ResizeComUrl)
dim objHttp, Detection
Detection = false
on error resume next
err.clear
'response.write("Checking "&DotNetObj&"<br>"
Set objHttp = Server.CreateObject(DotNetObj)
if err.number = 0 then
'response.write("Object "&DotNetObj&" created<br>"
objHttp.open "GET", ResizeComUrl, false
if err.number = 0 then
objHttp.Send ""
if (objHttp.status <> 200 ) then
<b>Response.Write("Status: " & objHttp.status & "<br>"
Response.Write("Error Number: " & err.number & "<br>"
Response.Write "An error has accured with ASP.NET component " & DotNetObj & "<br>"
Response.Write "Returned:<br>" & objHttp.responseText & "<br>"
Response.End
end if
if trim(objHttp.responseText) <> "" and trim(objHttp.responseText) = "DONE" then
Detection = true
end if
end if
Set objHttp = nothing
End if
on error goto 0
'response.write("Detection is "&Detection&"<br>"
DotNetCheckComponent = Detection
end function
This retuned the error number: -2147483638. A quick google finds this: support.microsoft.com/kb/186063
-2147483638 (8000000A)
The data necessary to complete this operation not yet available.
Hopefully it means more to you than it does to me <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle> .
thanks
James
Edited by - Synergy on 15 May 2007 17:54:22
Replied 16 May 2007 15:12:37
16 May 2007 15:12:37 James Leech replied:
Hi
I have uploaded my image upload pages to our production server and i can confirm that i have the same problem there to.
Testing server: works locally, but not from outside lan
Production server: works locally, but not from outside lan
Still scratching my head here.
James
I have uploaded my image upload pages to our production server and i can confirm that i have the same problem there to.
Testing server: works locally, but not from outside lan
Production server: works locally, but not from outside lan
Still scratching my head here.
James
Replied 16 May 2007 16:19:59
16 May 2007 16:19:59 Georgi Kralev replied:
James,
Please, do not open new threads for the same problem.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>The bit that i find strange is "NOT FOUND: Smart Image Processor Own component". The Bin folder has been uploaded to root of the website and contains DMXzone.ImageProcessor.dll . I have read elsewhere that the .dll does not need registering using regsvr32.exe - is this true? Do i need to copy it to $windir$\system32 or something?<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
DMXzone.ImageProcessor.dll is .NET assembly file. It is not ActiveX or COM DLL file and it does not need to be registered with regsvr32.exe.
If the extension work from the local network but not from a remote site it means that the problem is not with the extension.
It looks like something is preventing its functionality. For example it could be some security settings, firewalls, Http Proxy etc.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Please, do not open new threads for the same problem.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>The bit that i find strange is "NOT FOUND: Smart Image Processor Own component". The Bin folder has been uploaded to root of the website and contains DMXzone.ImageProcessor.dll . I have read elsewhere that the .dll does not need registering using regsvr32.exe - is this true? Do i need to copy it to $windir$\system32 or something?<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
DMXzone.ImageProcessor.dll is .NET assembly file. It is not ActiveX or COM DLL file and it does not need to be registered with regsvr32.exe.
If the extension work from the local network but not from a remote site it means that the problem is not with the extension.
It looks like something is preventing its functionality. For example it could be some security settings, firewalls, Http Proxy etc.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Replied 16 May 2007 17:37:15
16 May 2007 17:37:15 James Leech replied:
Hi George
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>Please, do not open new threads for the same problem.<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Sorry, I thought that the included component was a separate way of working with images than the .net component and was hoping that i might find success with it. I was not aware that they are the same.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>It looks like something is preventing its functionality. For example it could be some security settings, firewalls, Http Proxy etc.<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Where should i look?
Which security settings?
Which firewall port? (does the application need to communicate with the client on a different port than TCP 80?)
It can't be a proxy, because we don't use one.
Would it help you help me if i gave you the addresses of my detect.asp and a sample upload page on our server?
challenger.dnsalias.org/ScriptLibrary/detect.asp
challenger.dnsalias.org/ScriptLibrary/sip_service.asmx - Does this prove asp.net is installed and working?
challenger.dnsalias.org/location_edit_gallery_image_add_test.asp
challenger.dnsalias.org/location_edit_gallery_image_add_test.asp?sipinfro=true&sipdebug=true
Many Thanks
James
Edited by - Synergy on 16 May 2007 17:50:01
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>Please, do not open new threads for the same problem.<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Sorry, I thought that the included component was a separate way of working with images than the .net component and was hoping that i might find success with it. I was not aware that they are the same.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>It looks like something is preventing its functionality. For example it could be some security settings, firewalls, Http Proxy etc.<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Where should i look?
Which security settings?
Which firewall port? (does the application need to communicate with the client on a different port than TCP 80?)
It can't be a proxy, because we don't use one.
Would it help you help me if i gave you the addresses of my detect.asp and a sample upload page on our server?
challenger.dnsalias.org/ScriptLibrary/detect.asp
challenger.dnsalias.org/ScriptLibrary/sip_service.asmx - Does this prove asp.net is installed and working?
challenger.dnsalias.org/location_edit_gallery_image_add_test.asp
challenger.dnsalias.org/location_edit_gallery_image_add_test.asp?sipinfro=true&sipdebug=true
Many Thanks
James
Edited by - Synergy on 16 May 2007 17:50:01
Replied 16 May 2007 17:55:46
16 May 2007 17:55:46 Georgi Kralev replied:
Hi James,
Try to add the following lines to your web.config
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
It should look like this:
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="schemas.microsoft.com/.NetConfiguration/v2.0">
<system.web>
<trust level="Full" originUrl="" />
<compilation tempDirectory="C:\WINNT\TEMP\" defaultLanguage="C#" />
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>
</configuration>
It the problem persist send me a link to sip_service.asmx and to the page with SIP2 that gives the error at the following address:
I will try to test the problem and see if I could provide any solution.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Try to add the following lines to your web.config
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
It should look like this:
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="schemas.microsoft.com/.NetConfiguration/v2.0">
<system.web>
<trust level="Full" originUrl="" />
<compilation tempDirectory="C:\WINNT\TEMP\" defaultLanguage="C#" />
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>
</configuration>
It the problem persist send me a link to sip_service.asmx and to the page with SIP2 that gives the error at the following address:
I will try to test the problem and see if I could provide any solution.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Replied 16 May 2007 19:40:49
16 May 2007 19:40:49 James Leech replied:
Hi Georgi,
Many thanks for your patients in helping me with my .net component problem. As requested I have tried to modify my web.config, but this has not helped unfortunately. As requested, I have emailed you links to sip_service.asmx and to the page with SIP2 that gives the error.
Many thanks,
James
Many thanks for your patients in helping me with my .net component problem. As requested I have tried to modify my web.config, but this has not helped unfortunately. As requested, I have emailed you links to sip_service.asmx and to the page with SIP2 that gives the error.
Many thanks,
James
Replied 17 May 2007 10:25:48
17 May 2007 10:25:48 Georgi Kralev replied:
Hi James,
Thank you for your email of May 16. I will check your links and I will send you an email as soon as I have results or if I need some additional information.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Thank you for your email of May 16. I will check your links and I will send you an email as soon as I have results or if I need some additional information.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Replied 24 May 2007 18:56:39
24 May 2007 18:56:39 John Pawson replied:
I am having the exact same problem.
---
smallbrowndog
---
smallbrowndog
Replied 19 Jul 2007 18:25:45
19 Jul 2007 18:25:45 James Leech replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> I am having the exact same problem. <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I gave up in the end and purchased the ASPImage component which works in both my development and production environments.
Regards
James
I gave up in the end and purchased the ASPImage component which works in both my development and production environments.
Regards
James