Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 03, 2013 12:42 PM by prk_in
Member
11 Points
42 Posts
Jun 03, 2013 08:21 AM|LINK
Hi,can any one please tell me how to deploy a web project and how to host it?am using vs2010,and sql server 2008,c#,asp
Participant
1397 Points
503 Posts
Jun 03, 2013 08:28 AM|LINK
refer this link http://www.dotnetfunda.com/articles/article1247-how-to-host-aspnet-application-on-the-web-server-iis.aspx
Jun 03, 2013 09:02 AM|LINK
before goung to iis,can we do anything?
before going to iis,can we do anything?i mean can do,publish or something from the solution explorer?
Jun 03, 2013 11:45 AM|LINK
publishing is optional. If you want to your code to be encrypted then publish it else not required. You can directly host your application
296 Points
77 Posts
Jun 03, 2013 12:42 PM|LINK
For Better Perfomace before deploy the asp.net website we need to do the bellow changes
1. Change web.config file
<compilation debug="False">
this will help to removing all break points
2.Remove the unnecessary files if you have any .
3.Remove the log files if any .
4.Publish the Website by using solution Explorer-> Publish website Option
deployasp.netproject deploythewebsite Publishwebsite
pratyushapra...
Member
11 Points
42 Posts
How to deploy and host a web .net project?
Jun 03, 2013 08:21 AM|LINK
Hi,can any one please tell me how to deploy a web project and how to host it?am using vs2010,and sql server 2008,c#,asp
heyitsme
Participant
1397 Points
503 Posts
Re: How to deploy and host a web .net project?
Jun 03, 2013 08:28 AM|LINK
refer this linkarticles/article1247-how-to-host-aspnet-application-on-the-web-server-iis.aspx
http://www.dotnetfunda.com/
pratyushapra...
Member
11 Points
42 Posts
Re: How to deploy and host a web .net project?
Jun 03, 2013 09:02 AM|LINK
before goung to iis,can we do anything?
pratyushapra...
Member
11 Points
42 Posts
Re: How to deploy and host a web .net project?
Jun 03, 2013 09:02 AM|LINK
before going to iis,can we do anything?i mean can do,publish or something from the solution explorer?
heyitsme
Participant
1397 Points
503 Posts
Re: How to deploy and host a web .net project?
Jun 03, 2013 11:45 AM|LINK
publishing is optional. If you want to your code to be encrypted then publish it else not required. You can directly host your application
prk_in
Member
296 Points
77 Posts
Re: How to deploy and host a web .net project?
Jun 03, 2013 12:42 PM|LINK
For Better Perfomace before deploy the asp.net website we need to do the bellow changes
1. Change web.config file
<compilation debug="False">
this will help to removing all break points
2.Remove the unnecessary files if you have any .
3.Remove the log files if any .
4.Publish the Website by using solution Explorer-> Publish website Option
deployasp.netproject deploythewebsite Publishwebsite
Happy Coding !
http://ramakrishnapathuri.blogspot.in || Ramakrishna.p