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

Difference between dynamic query and static query ?

1 Answers   DELL,


About DataAdapters ?

8 Answers   Accenture,


How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

0 Answers  


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

0 Answers   Hexaware, Infosys,


Explain form level validation and field level validation?

0 Answers  






If i have a page where i create an instance of a dll and without invoking any method can I send values to next page ?

1 Answers   Satyam,


Difference between windows application and web application? Which is the best for updation purpose?

5 Answers   IBS,


how can i call output parameters from ado.net

3 Answers   TCS,


Describe how passport authentication works.

0 Answers  


Which template must you provide, in order to display data in a Repeater control?

1 Answers  


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


what are the application layers for a distribute application?

0 Answers   Mind Tree,


Categories