Answer Posted / alb.shah
--On the Build menu, click Publish Web Site.
--In the Publish Web Site dialog box, click the ellipsis
button (…) to browse to the location to which you want to
publish the Web site.
--You can write the Web site output to a local or shared
folder, to an FTP site, or to a Web site that you access
with a URL. You must have Create and Write permissions in
the target location.
--To be able to change the layout (but not the code)
of .aspx files after publishing the Web site, select the
Allow this precompiled site to be updateable check box.
--To name strongly named assemblies using a key file or a
key container, select the Enable strong naming on
precompiled assemblies check box, and then click OK.
--Publishing status is displayed in the taskbar. Depending
on the connection speed, the size of the site and the types
of content files, publishing time can vary. When publishing
is completed, the status of Publish succeeded is displayed.
--Make any configuration changes that are necessary for
your site. For more information, see How to: Configure
Published Web Sites. You might also want to encrypt
specific configuration settings. For more information, see
Encrypting Configuration Information Using Protected
Configuration.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is autopostback true?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is inheritance and an how it be used, example with an example?
What are the various types of cookies in asp.net?
Explain Authentication mechanism in dotnet
What is inproc and outproc?
What is asp.net web application?
Is it possible to change the index of primary key on table?
Can master pages be nested?
How will you maintain versioning in asp.net 2.0?
What's the use of response.output.write()?
What is data binding in asp net?
Define machine.config in .net?
Explain some of the major built-in objects in asp.net
What are server activated objects?