vote up 0 vote down star

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.

flag
How large is the website? And are you publishing it to a server or locally? – Chris Pebble Jul 29 at 12:39

2 Answers

vote up 0 vote down

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

link|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.