Monday 10 February 2014

Global.asax file not firing when uploading the files in online server using asp.net?

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.
<system.webServer>
          <modules runAllManagedModulesForAllRequests="true" />
</system.webServer>

0 comments:

Post a Comment