How to deploy the Asp.Net Project ?

Answers were Sorted based on User's Feedback



How to deploy the Asp.Net Project ?..

Answer / rocky

2 ways
create a MSI package
or place the precompiled webpages in a shared folder on the
hosting server.

Is This Answer Correct ?    4 Yes 0 No

How to deploy the Asp.Net Project ?..

Answer / vyas pyk

the other way of deploying the asp.net project is, we can go
IIS (Internet Information Service ).

create a new virtual directory in the IIS-->Default
Website-->UR project name -->and browse the path of your
project.

after completion of this processec.
go to browser ant type

http://localhost/UR project name/login.aspx

Is This Answer Correct ?    4 Yes 1 No

How to deploy the Asp.Net Project ?..

Answer / charan

In ASP.NET 2.0, there is 2 types of deployment

1 - websetup
2 - copy file

websetup projects is usually for when a user want to
download any software or files.. certain steps involved in
this process...

2 - copy file is for small websites..


in the solution explorer, click the copy icon .. it will
prompt a two panel window.. one is for source website and
other one is Remote website

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is application variable in asp.net?

0 Answers  


What are the ways of preserving data on a Web Form in ASP.NET?

0 Answers  


what are partial classes and their use?

1 Answers   Patni,


Define page output caching?

0 Answers  


What is OSI layer? Explain different layers.

0 Answers   MCN Solutions,






How can you execute stored procedure from windows application?

1 Answers   Microsoft,


Explain the life cycle of an ASP .NET page

2 Answers   HCL, Surya Software,


what is diference between the .net1.0 & .net2.0 ?

3 Answers   EMax,


What are standard controls?

0 Answers  


What is different in .net 1.1 and .net 2.0?

0 Answers  


What base class do all Web Forms inherit from?

2 Answers   Siebel Systems,


If Asp Dot Application is stateless what happened? during designing

3 Answers   TCS,


Categories