LegacyWrapper icon indicating copy to clipboard operation
LegacyWrapper copied to clipboard

Can this be used in IIS asp.net

Open wdstest opened this issue 5 years ago • 2 comments

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.

wdstest avatar May 15 '19 02:05 wdstest

You should include all necessary files via nuget package manager, not copying files. system32 is definitely the wrong place for dependencies.

zalintyre avatar May 15 '19 16:05 zalintyre

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.

wdstest avatar May 17 '19 02:05 wdstest