IIS - The system cannot find the file specified.
Asked By Naren ukt on 06-Mar-12 04:48 AM
i am using windows 2003 server and iis 6.0. i have asp files and aspx files in the same server. all the aspx files are working fine. when i try to access asp file it shows "The system cannot find the file specified."
pls help on this issue...
Somesh Yadav replied to Naren ukt on 06-Mar-12 04:54 AM
One of the possible reason could be tool such as
UrlScan - you need to explicitly configured it to allow dot(.)s in the url - this can be done by editing
<Windows Folder>\system32\inetsrv\urlscan.ini and setting
AllowDotInPath=1
Naren ukt replied to Somesh Yadav on 06-Mar-12 05:02 AM
i have change that inifile from 0 to 1. but nothing happen...
can you pls explain briefly... then hw aspx files are working...
pls....
Somesh Yadav replied to Naren ukt on 06-Mar-12 05:17 AM
kalpana aparnathi replied to Naren ukt on 06-Mar-12 05:26 AM
hi,
Remove wildcard application maps in website Properties -> Home Directory -> Configuration
Regards,
Naren ukt replied to Naren ukt on 06-Mar-12 06:09 AM
we have installed urlscan in our server. it only rejects .asp files.... i have check .ini file in that file they said if you want to enable .asp files you should delete .asp line in that ini file...
i did but its not working...
pls help....
Naren ukt replied to Somesh Yadav on 06-Mar-12 06:34 AM
thanks yadav. its working after changes in .ini file then restart my iis...
thaks a lot....
Somesh Yadav replied to Naren ukt on 06-Mar-12 06:50 AM