The Server Connection Time out Error when builiding .Net applicaton

  • Thread starter Thread starter Zahir
  • Start date Start date
Z

Zahir

Hi :

I am developing an applicaiton with ASP.NET & C#, with remote web
server. It was working fine . But last two days when I bulid my
application it throws an error: "Cannot Save the file bin/holimart.pdb
to the web server. The server connection timed out." here holimart is
my project name. The details of the error is like this:
Could not copy built outputs to the Web. Unable to add 'C:\Documents
and Settings\mark\VSWebCache\mainServer\holimart\bin\SFISDOTNET.pdb' to
the project. The server connection timed out..

Note that there is no memory problem whether local or server machine .

TIA
Zahir
 
hi,

can you manually empty the /bin directory, I had some similar issues with
windows app. all you have to do is delete the pdb and ready.

cheers,
 
Machin:

I get rid from error after manually empty the bin folder. But today I
agin face the same. This time i again empty the bin folder but .....

TIA
Zahir
 
I keep a shortcut to IISReset.exe on my task bar area. This forces IIS to
restart, releasing any locked files.
 
Back
Top