Connecting Tech Pros Worldwide Help | Site Map

Help Needed on ASP.Net Deployment

Newbie
 
Join Date: Aug 2007
Posts: 1
#1: Aug 10 '07
Hello friends..

I needed some help on ASP.Net web application along with its web service deployment

I have a situation where i am not able to understand and confused a bit on how to proceed with the deployment.

I have a Web Application and a Web Service associated with the Web Application and each of these have a ther own web.config files. Now i want to deploy both the application together but the problem is the there are database connections strings in the web.config files which can be changed .

Can u please let me know the procedure to follow for the deployment because i found example for class library and web application but i couldn't find any example where i have to deploy both the web application and web service together.

Can anyone please take sometime and help me out with the procedure.

i am using VS 2005 and Web Deployment addon

[EMAIL REMOVED]

Thank You

Regards,
Govardhan
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Aug 11 '07

re: Help Needed on ASP.Net Deployment


Welcome to TSDN. I take it you are not using VS. The forum is not about procedures and design, these things are assumed. If you don't have VS then you will have to manage it yourself. One tip don't deploy to production in debug mode. Do you have a test environment? I suggest deploying to that first.
Reply