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

Explain the difference between webfarm and webgardens in .net?

0 Answers  


What is a web api? Which protocol is used in a web api?

0 Answers  


What is session and cookies in asp.net?

0 Answers  


hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.

0 Answers  


How can you handle unmanaged code exceptions in asp.net?

0 Answers  






How to set/get parent page values in child page in asp.net

3 Answers   Wipro,


Why mvc is faster than asp.net? : Asp.Net MVC

0 Answers  


Define a multilingual website?

0 Answers  


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

0 Answers  


Difference between .NET and previous version?

0 Answers   Microsoft, TIPL,


What is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


How Many types of Page Load functions in asp.net

2 Answers  


Categories