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 css and what is it used for?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Explain which is best suited place in the Application Start and Session_Start subroutines with an example?
How does a content page differ from a master page?
how to send mail in asp.net
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
is it possible to access website from a remote place, without deploying it on web server?
What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError
Is it possible for me to change my aspx file extension to some other name?
Can two different programming languages be mixed in a single ASMX file?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
how to update data using store procedure
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)