Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this be used in IIS asp.net #19

Open
wdstest opened this issue May 15, 2019 · 2 comments
Open

Can this be used in IIS asp.net #19

wdstest opened this issue May 15, 2019 · 2 comments

Comments

@wdstest
Copy link

wdstest commented May 15, 2019

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.

@zalintyre
Copy link
Contributor

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

@wdstest
Copy link
Author

wdstest commented May 17, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants