Tuesday, May 8, 2018

Asp Classic Upload File Issue

Recently I have migrated asp classic application from old server to new server . I found file upload is not working in new IIS 7 Server . I found the solution from here "In IIS 7, click your site and expand it then click the ASP icon. Expand the Limits Properties icon, and change the value in the “Maximum Requesting Entity Body Limit” to a value larger than 200000"


 I fixed it by adding limit in applicationhost file C:\Windows\System32\inetsrv\config\applicationHost.config 
looked for asp tag
      
and update it like this

       


           

       

       

No comments:

Post a Comment

Postman beginner Tutorial

Hi , I have started new video series of postman tutorial hope it will be helpful:Please give me your feed back in comments and like and sub...