deploy ASP.NET application

Rajya

Member
Joined
Apr 15, 2005
Messages
22
Location
Calcutta, India
Programming Experience
1-3
Hi

How do I deploy / install an ASP.NET application onto a machine / intranet other than the development machine?

I am using VS.NET along with SQL Server 2000.
 
You need to install IIS on the server machine then copy the files there. Granting the correct permissions for the web site, also using IIS
 
Thanks a ton for the info, gentleman :)
I am working on the same now.

I also got the following articles in the MSDN library -

1. Walkthrough: Deploying a Web Solution
(ms-help://MS.MSDNQTR.2004APR.1033/vsintro7/html/vbtskDeployingWebSolution.htm)

2. Walkthrough: Deploying an ASP.NET Web Application
(ms-help://MS.MSDNQTR.2004APR.1033/cpguide/html/cpconwalkthroughdeployingaspnetwebapplication.htm)

Will seek your advice further as I try to find my way out ;-)
Thanks again.
 
run asp.net at server

i have develop asp.net site at local host and it's running fine. i have to upload and run it from internet server .How it could be done plz. Tell me




:confused:
 
Back
Top