Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using cpshost.dll

Status
Not open for further replies.

harmmeijer

Programmer
Mar 1, 2001
869
CN
Friday the site worked fine, now we put some security on the directorys and the cpshost does not want to repost.
I had this problem from the start on my computer but rather than fix it on my computer I wanted to see if the same problem occures on the server (it did not) but now it does.

The problem is the file is uploaded OK, put in a database and removed again but the user gets the following error in IE:
The page cannot be displayed
Cannot find server or DNS Error
Internet Explorer
Nothing has changed, if you fill out the repost url in IE IE will navigate without any problem to the site but cpshost.dll does not want to go to the repost url (allthough it exists and there are no permission problems).
Searching msdn gave me no info the dll is of version 7.0.794.7, the registry allows anonymous uploads and in IIS and Windows NT sharing the permissions are set correctly (like I said before you can mannually go to the repost url but cpshost.dll does not want to go there).
If anybody can help me I would be verry happy :)
 
<% Response.Buffer = TRUE %>
Putting this line on top of the repost url seems to fix the problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top