How to deploy the Asp.Net Project ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
what is the assembly?
I create small website, i want accept all the browser this website? what will do?
can we transfer data from one page to another page using viewstate if so how?if not y?
Difference between windows application and web application? Which is the best for updation purpose?
What are type/key pairs in client script registration?
What is ISAPI?
Define a multilingual website?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is a response cookie?
Apart from IDE what are the enhancements in asp.net 2.0?