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

Who will magage un-managed code?

7 Answers   HP,


what is reference type to value type.

3 Answers   AG Technologies,


what is wwf in asp.net?

3 Answers  


can i call the java script to code behind file?if yes how?

4 Answers   Wipro,


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

0 Answers  






List the major built-in objects in asp.net?

0 Answers  


What methods are fired during the page load? Init()

0 Answers  


Explain diff. Betn dataset and recordset?

0 Answers  


What is different authentication mechanisms used in ASP.NET?

0 Answers   Amdocs,


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  


What is viewstate?

6 Answers   Abacus, Microsoft, Sopra,


How do you declare static variable? What is its lifetime?

0 Answers  


Categories