User332251299 posted
Hi All,
Please help...
I was trying to Publish same Web API program into the same server IIS new site with port (4442)
1. I am using File System Publish into C:\API2
2. In IIS I created a new Site and point that site into C:\API2, it automatically import into C:\inetput\wwwroot\....
3. I also have changed the Application Pool to .Net 4.0
4. When I Execute the new WebAPI through URL, it suppose return me ( ask to save as ) a .JSON file, but it always comes with a file without any extension ( size is ~ 5KB ).
And when I try to save it, it always return ERROR " couldn't be downloaded "
![WebAPI issue]()