You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello All,
I have followed the steps written here and got the application running, but I am struggling to run the application through IIS directly. Is there a way to do that?
The text was updated successfully, but these errors were encountered:
i have a try and i can run application through IIS directly
First, publish the application to your folder (use visual stdio to publish)
then add it to iis
the project use .net3.5 default, i use .net4.8 have some errors and i resolved
duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
you have two solutions
a.change your apppool .net version to 2.0
b. delete the section from web.config
if you choose solution B(use .net4.0 or later), maybe have another error
@tcsecchen
I'm stuck on the last bit as I don't know where that is located in the visual studio.
Are you able to explain how you got the MYSQL section working?
Hello All,
I have followed the steps written here and got the application running, but I am struggling to run the application through IIS directly. Is there a way to do that?
The text was updated successfully, but these errors were encountered: