How to enable ASP classic in IIS7.5
Go to control panel click program features turn windows on and off go to internet services under world wide web services check the asp.net and others Click ok and your web sites will load properly.
Go to control panel click program features turn windows on and off go to internet services under world wide web services check the asp.net and others Click ok and your web sites will load properly.
long time since I’ve done that but we used an upload without third party components, just two vbscript classes (solution credit goes to Lewis Moten). It looks like you can still find this “Lewis Moten solution” in the wild If you include the clsUpload file, further upload process is as simple as: Dim objUpload Dim … Read more
We were affected with multiple customers too. I ruled out invalid strong-name signing of our assemblies, since the .NET Assemblies from the Framework itself were affected by that access-denied error too. Finally I managed to solve the issue by configuration. Apparently the authenticating identity of the website has now to match the identity of the … Read more
I have come to the same problem and fixed the same way as Alex K. So if “Send Errors To Browser” is not working set also this: Error Pages -> 500 -> Edit Feature Settings -> “Detailed Errors” Also note that if the content of the error page sent back is quite short and you’re … Read more