Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
I have created a website.
If it is to be delivered to customer then how do i need to give them my project..?
They wont be having any software. To deploy my project in their system wat i need to do.
please Help!
whoever is available now kindly reply soon.
Thank u.
Posted

You need to configure the hosting server:-

1.IF you have developed website in asp.net then client's server must support specific framwork
2.If you use database then client's server must have that database server (you need to change the connection string)
3.In IIS client's server has create the virtual directory
4.If you use any file upload function then in client's system need to give write permisson on that specific folder
 
Share this answer
 
v2
Comments
Varun Sareen 23-Feb-12 3:51am    
edit for: removed pre tag
For this you need to setup your website by configuring an IIS for your website at the client end:-

Please refer the links for the same:-

http://www.beansoftware.com/ASP.NET-Tutorials/Set-Up-IIS-ASP.NET.aspx[^]

http://www.tech-faq.com/how-to-configure-iis-to-host-my-web-page.html[^]

Please don't forget to mark this as your answer if it helps you out. Queries are welcome from your side.

Thanks
 
Share this answer
 
Thanks for the reply...
But cant we do it without setting anything at client side..
 
Share this answer
 
Comments
Member 8660975 23-Feb-12 4:45am    
Thanks for the reply...
But cant we do it without setting anything at client side..
krumia 23-Feb-12 5:51am    
Er... NO! Not if anyone from client side does the configuring part for you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900