I keep getting a 404.17 error when trying to create a weblink directory. This is on a 2012R2 server. I added the application under default website. I pointed it to the web files location with all the info i just copied from the old server virtual directory path. Do I need to create an application or virtual directory? I have attached screen shots of what I have and the error. It is a MIME error. The other server was a 2003 server so the directory was setup a little different
Question
Question
Answer
I'm wondering if the issue is related to the web application name you're using. There may be a problem with trying to parse the URL when the browser encodes the space character with %20.
Try removing the web application in IIS, and then create a new one using a name that doesn't have a space, i.e. PublicPortal.
Replies
Check the Weblink App pool and change it to use .net 2.0 if it is using another version.
Ok, i changed that and now it gives me this... i have it setup for anonymous and to use the weblink username for logging in.
Please look at https://support.laserfiche.com/KB/1013646 and apply it. Basically you are missing a component
Yeah I have found that. I applied that application and now when you click browse it goes to this error. I can hit refresh and it logs in
What version of Weblink are you running exactly?
I'm not sure what you mean by "now when you click browse it goes to this error." Are you getting this window after logging into a shortcut? Can you login to Weblink first and if so, do you get the same message?
It is weblink 9. If you click browse from INETMGR on the application site it goes to that error. I then refresh IE and it logs in
So it only fails in INETMGR but works if you login directly through a browser (i.e open a browser, type in the URL and login)?
It shows the same from where ever i try to access it
I have another application setup with weblink to use windows auth on the same server and it works just fine.
What browser are you using with Weblink when you get the error?
Does the account you are using for anonymous authentication have rights to the Weblink files and folders?
I was using IE. I just tried using Firefox and chrome with the same results.
If I hit refresh at that exact screen it will log in
I'm wondering if the issue is related to the web application name you're using. There may be a problem with trying to parse the URL when the browser encodes the space character with %20.
Try removing the web application in IIS, and then create a new one using a name that doesn't have a space, i.e. PublicPortal.
That did the trick! Thank you.