I will be deploying my web application this weekend on a testing server. I have already had a couple of attempts at putting it up and have found trouble with:
What major/minor pitfalls have you found and how would I go about avoiding or fixing them?
Or is there a one stop fix all for deploying web applications?
You can deploy your ASP.NET web application by using the MS-DOS xcopy command-line utility. However, it's a good idea to deploy your project instead of using xcopy . As with the Copy Project command, xcopy doesn't register or verify the location of assemblies.
Hai Kieran,
Just have a look at this it may give you some idea Deploying Tips for asp.net web application
Let me know if you have any issues while deploying.....
In the end, easy deployment should be part of the architectural-level design. It's one of those things that can be tricky to shoe-horn in at the end of a project. In addition to just getting the site running, you also need to include things like versioning, configuration changes, build process, support for multiple servers (if appropriate), etc.
A few guidelines:
In case it's of any interest, I cover deployment issues in my book: Ultra-Fast ASP.NET.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With