LegacyWrapper
LegacyWrapper copied to clipboard
Can this be used in IIS asp.net
I am trying to use this on the web server. I place everything in the site's bin folder, but the page complaint with an exception about file not find in start process. So I place all the file in windows\system32\inetsrv
Now it the site gives a request timed out exception.
You should include all necessary files via nuget package manager, not copying files. system32 is definitely the wrong place for dependencies.
To move it onto the web server, we use the 'publish' feature of Visual Studio. Then we need to copy the 'published' content into the web server site's bin folder. All the files are there. But it doesn't work.