Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Programming > ASP.NET

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-08-2008, 12:10 AM
Jordan S.
 
Posts: n/a
Copying Web Site - Required Steps?

I'm thinking this should be really easy. But somehow I've screwed something
up. Rather than recount my problems (which I described in an earlier post),
I would appreciate your comments on my thinking here. I'm thinking that I'm
missing something [hopefully] obvious:

My objective is to take an ASP.NET 3.5 Web app and then deploy multiple
copies of it on a single Web server (IIS6). The idea is that I put a
different "face"on it for each of my customers (i.e.., exact same ASP.NET
web app, but with custom graphics and css per customer; with one copy of the
ASP.NET app per Web site). I already did this with an ASP.NET 1.1 app and it
works beautifully. Happy customers year after year, etc Now I want to do it
with a new ASP.NET 3.5 app.

I have developed and tested the ASP.NET Web app in VS2008 Pro and IIS 5.1 as
the development web server. Now I want to create a local copy for testing
purposes on my XP Pro/IIS 5.1 development PC - and I want for this local
copy to run *outside* of Visual Studio.

So here is what I think I need to do (please comment on these specific step
if I'm missing something or have something wrong):

1. create the supporting NTFS folder structure, giving permissions (say,
Full Control, just to remove any doubt) to the ASPNET account.

2. create a new IIS Web site on the local machine, that uses the newly
created NTFS directories for the new/test Web site. This includes creating
all requisite virtual directories in IIS with the requisite permissions, and
the root folder being set as an application.

3. Copy the ASP.NET DLLs, aspx, ascx, etc from the VS project folders to the
NTFS folders created in step 1 above.

That is all I ever did for the 1.1 version of the system and it worked
great. But with this new 3.5 version I'm having problems. Again, rather than
talking about the problems (enumerated in an earlier post), can you verify
that the above 3 steps are all that I *should* need to do (to create a
separate copy of the Web site that runs *outside* of Visual Studio).

I did receive some advice to Publish the Web site at step 3 above, rather
than manually copying the files. Is Publishing *required* in the post .NET
1.1 world? Or, should I be able to manually copy everything over to the
other non-VS Web site?

Thanks.




Reply With Quote
  #2 (permalink)  
Old 10-08-2008, 12:48 AM
John Saunders
 
Posts: n/a
Re: Copying Web Site - Required Steps?

You should check out Web Deployment Projects at
http://blogs.msdn.com/webdevtools/ar...jects-wdp.aspx,
and the Web Deployment Tool (MSDEPLOY) at
http://blogs.iis.net/msdeploy/archiv...-released.aspx
and http://learn.iis.net/page.aspx/346/m...ployment-tool/,
though the latter may require IIS6.
--
John Saunders | MVP - Connected System Developer

Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Programming > ASP.NET


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:50 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Credit Cards | Electricity Suppliers | Loans | Credit Check | Free Advertising



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114