up vote 0 down vote favorite
share [g+] share [fb]

i created a website using c# in asp.net when i am publishing it. Its taking more than 1 hours to publish that particular site.

link|improve this question
How large is the website? And are you publishing it to a server or locally? – Chris Pebble Jul 29 '09 at 12:39
feedback

2 Answers

It seems you are trying to publish to remote server via FTP. Now this will surely take time due to network operations.

Try publishing website to local machine first and then upload it using your preferred FTP client.

I also recommend using Web Deployment Projects.

link|improve this answer
feedback

You can check Publishing Web Sites to see if you do website publishing properly.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown