Global.asax file not firing when uploading the files in online server using asp.net?
To add the following lines in your web.config file to solve the issue.
To add the following lines in your web.config file to solve the issue.
<system.webServer>
<modules runAllManagedModulesForAllRequests="true" />
</system.webServer>
0 comments:
Post a Comment