Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
running a copy of a .net website locally
10-01-2008, 11:36 AM
Post: #1
running a copy of a .net website locally
okay so not technically a coding question but here goes, basically my boss has a give a presnetation to a potential client in the morning and one of the things he is presenting to them is a form of cms that has been used in one of our much older sites (pre moi) it is a .net site unfortunately the place they are having the meeting does not have an internet connection so basically I need to make a copy of the live site and get it to run on the bosses laptop.

can anyone give me some pointers on doing this please?

My portfolio website
My blog
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
10-01-2008, 11:42 AM
Post: #2
 
1) Install IIS

2) Install the right version of the .NET framework for the application: 1.1 / 2.0

3) Copy website directory from server to laptop's c:\inetpub\wwwroot folder

4) In IIS, set up appropriate virtual directory for the application

5) Go to http://localhost/virtualdirectoryname

6) ???

7) Profit!

Give me liberty, or give me death - Patrick Henry 1775.
Think for yourselves and let others enjoy the privilege to do so too - Evelyn Beatrice Hall 1906
I spread my wings, only to find that they are paper in the rain - Neko 2006
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
10-01-2008, 11:48 AM
Post: #3
 
thanks Neko mate,

just got a coulpe of questions

1) as i didnt build the site is there a way of finding out which framework is required?
2) how do i set up a virtual directory in IIS?

My portfolio website
My blog
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
10-01-2008, 12:12 PM
Post: #4
 
1) Ask someone Confused

2) Right click the site you want the directory under, New -> Virtual Directory

Not so hard Smile

Give me liberty, or give me death - Patrick Henry 1775.
Think for yourselves and let others enjoy the privilege to do so too - Evelyn Beatrice Hall 1906
I spread my wings, only to find that they are paper in the rain - Neko 2006
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
10-01-2008, 12:15 PM
Post: #5
 
lol thanks again matey but apparently this particular website wasnt built in house and (from past experience the company that were used at the time are a pain in the rear to in touch with) is it is possible to install both frameworks or can I only have one running at any one time?

thanks again dude Smile

My portfolio website
My blog
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
10-01-2008, 12:40 PM
Post: #6
 
You can install both, but you have to set the virtual directory to use just one or the other.

Best advice is to start with it set to 1.1, and if it blows up, change to 2.0 and see if that fixes it.

Give me liberty, or give me death - Patrick Henry 1775.
Think for yourselves and let others enjoy the privilege to do so too - Evelyn Beatrice Hall 1906
I spread my wings, only to find that they are paper in the rain - Neko 2006
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
10-01-2008, 12:44 PM
Post: #7
 
thanks very much fella will let you know how I get on Smile

My portfolio website
My blog
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
10-01-2008, 04:50 PM
Post: #8
 
worked a charm mate didnt even need to tell it which framework to use Smile

thanks very much for your help

My portfolio website
My blog
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
10-01-2008, 04:53 PM
Post: #9
 
Guess it uses the default then (probably 1.1). And .NET is generally nice like that - one of the big selling points of applications built on it is it's drag-and-drop deployment, no registering servers, no 'dll hell' Smile

Give me liberty, or give me death - Patrick Henry 1775.
Think for yourselves and let others enjoy the privilege to do so too - Evelyn Beatrice Hall 1906
I spread my wings, only to find that they are paper in the rain - Neko 2006
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
10-01-2008, 05:07 PM
Post: #10
 
yeah I can see the appeal of it more and more everyday.

My portfolio website
My blog
Send this user an email Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: