Thursday, October 27, 2022

How to change compilation debug temp directory web.config

Change web.config

from 

     <compilation debug="true" >

to

     <compilation debug="true" tempDirectory="F:\Inetpub\vhosts\pms.icar.gov.in\tmp">

No comments:

Post a Comment