<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Configuration and Deployment</title><link>http://forums.asp.net/26.aspx</link><description>Configuring and deploying ASP.NET applications - web.config, \bin, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Publishing my web site and administrating it.</title><link>http://forums.asp.net/thread/1697657.aspx</link><pubDate>Mon, 07 May 2007 05:43:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1697657</guid><dc:creator>Rex Lin - MSFT</dc:creator><author>Rex Lin - MSFT</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1697657.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1697657</wfw:commentRss><description>&lt;p&gt;Hi, &lt;strong&gt;prodigy:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Here are some principles of deploying website of ASP.NET 2.0. Hope it&amp;nbsp;will help you.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://west-wind.com/weblog/posts/2454.aspx"&gt;http://west-wind.com/weblog/posts/2454.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.beansoftware.com/ASP.NET-Tutorials/Deploy-ASP.NET.aspx"&gt;http://www.beansoftware.com/ASP.NET-Tutorials/Deploy-ASP.NET.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.15seconds.com/issue/030806.htm"&gt;http://www.15seconds.com/issue/030806.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I hope the above information will be helpful. If you have any issues or concerns, please let me know. It's my pleasure to be of assistance&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Publishing my web site and administrating it.</title><link>http://forums.asp.net/thread/1695873.aspx</link><pubDate>Fri, 04 May 2007 22:41:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1695873</guid><dc:creator>Bruce L</dc:creator><author>Bruce L</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1695873.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1695873</wfw:commentRss><description>Well.. that's how VS.NET works.&amp;nbsp; In development mode, you'll be using VS.NET development web server which access your files in the file system.&amp;nbsp; This is not meant for production use.&amp;nbsp; What you need to do is to get IIS setup on your server and create the website configuration on IIS.&amp;nbsp; You will then copy your asp.net project over to the server using either simple file copy or publish feature with VS.NET.</description></item><item><title>Re: Publishing my web site and administrating it.</title><link>http://forums.asp.net/thread/1695061.aspx</link><pubDate>Fri, 04 May 2007 13:58:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1695061</guid><dc:creator>prodigy</dc:creator><author>prodigy</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1695061.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1695061</wfw:commentRss><description>&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yes i want other users to access my application (web site). We have a server here at work and various people from this building or other branches want to access it via there web browser. So basically i want to know how i can set this up?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Would you be able to tell me why when i create a new web site in Visual Studio 2005 it puts all my source code in the VisualStudio2005/Websites directory as opposed to wwwroot folder? What is the difference?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;Thanks in advance...&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Publishing my web site and administrating it.</title><link>http://forums.asp.net/thread/1693812.aspx</link><pubDate>Thu, 03 May 2007 19:29:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1693812</guid><dc:creator>Bruce L</dc:creator><author>Bruce L</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1693812.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1693812</wfw:commentRss><description>&lt;p&gt;Let me make sure I understand your question, you want to allow other user to access your web application on your computer.&amp;nbsp; Is that correct?&lt;/p&gt;
&lt;p&gt;Do you intend to host your application on your workstation or do you have a server in-house?&lt;/p&gt;
&lt;p&gt;Are you intended users local user or will they be accessing the web app from the Internet?&lt;/p&gt;
&lt;p&gt;&amp;gt;2. How do i stop and start my code? The reason i ask this is generally people will be accessing the code via their browsers during the day so at night i could stop it, where does the administration process of the web server come in and how does it work?&lt;/p&gt;
&lt;p&gt;For ASP.NET application, you can put a file named app_offline.htm in your application root.&amp;nbsp; IIS or ASP.NET development server will detect this file and display an unavailable message.&amp;nbsp;&amp;nbsp; See &lt;a href="http://weblogs.asp.net/scottgu/archive/2005/10/06/426755.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2005/10/06/426755.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Publishing my web site and administrating it.</title><link>http://forums.asp.net/thread/1693544.aspx</link><pubDate>Thu, 03 May 2007 17:01:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1693544</guid><dc:creator>prodigy</dc:creator><author>prodigy</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1693544.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=1693544</wfw:commentRss><description>&lt;p&gt;I finally have finished my web site and since its only being used here im my office all i want to do is publish it (if publish is the correct word to use when i want other people to access it through a web browser from a remote machine) so that i can run the code on a machine here and have a few users access it via a web browser.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;A few points to note here is that i am using Visual Studio 2005 and by default when creating a web site Visual Studio creates the project in My documents under Visual Studio 2005\Websites\ and when i read the Visual Studio Documentation it keeps talking about the C:\Inetpub\wwwroot folder. &lt;/p&gt;&lt;p&gt;Please can someone tell me if this is a problem and what is the difference between creating a website in the wwroot folder and the Visual Studio folder?&amp;nbsp;&lt;/p&gt;&lt;p&gt;Back onto the topic can anyone suggest...&lt;/p&gt;&lt;p&gt;1. A simple way to "publish" (if correct word) my web site so that users within my firm can access it via a web browser?&lt;/p&gt;&lt;p&gt;2. How do i stop and start my code? The reason i ask this is generally people will be accessing the code via their browsers during the day so at night i could stop it, where does the administration process of the web server come in and how does it work?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;Any suggestions would be highly appreciated.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>