G
Gary Chamberlain via .NET 247
(Type your message here)
I created a publish (WebDAV) directory on my server pointing toroot of one of my websites. I want to be able to remotelyupload changed source. I set read, write and script sourceaccess.
Now, I can access the directory using Windows Auth and SSL andupdate all files including .aspx, .config, etc.. Everything isgreat except...
I cannot upload the new compiled dlls because the bin directoryis not accessible. Everytime I try to go into that directorythrough the WebDAV I get a messagebox stating..
Documents in this folder are not available. The folder may havebeen moved or deleted, or network problems may be preventing aconnecion to the server. Server error: You cannot open a webat, or create a subweb beneath, the URL "/publish", because itis an alias. Use the full URL instead.
Any idea how to fix this?
Thanks,
Gary
I created a publish (WebDAV) directory on my server pointing toroot of one of my websites. I want to be able to remotelyupload changed source. I set read, write and script sourceaccess.
Now, I can access the directory using Windows Auth and SSL andupdate all files including .aspx, .config, etc.. Everything isgreat except...
I cannot upload the new compiled dlls because the bin directoryis not accessible. Everytime I try to go into that directorythrough the WebDAV I get a messagebox stating..
Documents in this folder are not available. The folder may havebeen moved or deleted, or network problems may be preventing aconnecion to the server. Server error: You cannot open a webat, or create a subweb beneath, the URL "/publish", because itis an alias. Use the full URL instead.
Any idea how to fix this?
Thanks,
Gary