Setting IIS for scripts in main website directory

This is a discussion on "Setting IIS for scripts in main website directory" within the Classic ASP section. This forum, and the thread "Setting IIS for scripts in main website directory are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old Nov 5th, 2003, 17:31
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Ok.... As a banner it fails in one important respect: It isn't a specific banner size. Most banners are 468x60 or there abouts. This is a monster at 731x164...
Why ALL that black? there's about 20 pixels at the top you don't need and it's all wasted space. It is easy to read, but it doesn't grab my attention and it looks dull. There's what... turqoise, white and black.
More importantly... What the hell is HDH? Harddriveheroes? Forums, ladders, downloads, news, reviews, chat... About what?! Is it counterstrike? What game? I can't tell.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Nov 7th, 2003, 22:30
Reputable Member
Join Date: Aug 2003
Location: Singapore
Posts: 321
Thanks: 0
Thanked 0 Times in 0 Posts
u may want to take a look at my dead site's banner

http://www31.brinkster.com/gwxthebest/

yours is ok, I think.... to me...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Nov 7th, 2003, 22:55
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
Well.. it is going to be the home to like 20-30 games so far. We are going to have TOns of competitions for each game with prizes for the winning team/person. So far we have, Tribes 1, Tribes 2, All the Star Wars, Battlefield, Counterstrike, Halo, and some others I havent heard of before..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Jun 29th, 2004, 08:44
Junior Member
Join Date: Jun 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Setting IIS for scripts in main website directory

I've moved over from apache 2.0 to IIS on Windows 2000.

I need to set-up a virtual directory to run my scripts in - which I have done. However, this virtual directory runs in a sub-folder to the main site. I want to run index.asp - the main index file to the website. How do I set up a virtual directory with the same name as my main site that works? Or am I being (more likely) just a dimwit?

Presently, I have the website set-up as 'www.the-stranglers.com/' and scripts run in 'www.the-stranglers.com/scripts/' how do I get index.asp to work in the main site folder?

Any hints, clues or ideas where I can stick my head welcome.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old Jun 29th, 2004, 08:55
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,186
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
Hi Lizard...

On IIS expand the websites list.
On the 'default website' right click and choose properties.

Next, on the 'home directory' tab, at the bottom, change the 'execute permissions' dropdown to scripts only.

There you have it.... drop your file in the root of the website, and it'll work.

However, index.asp is NOT a default document in IIS as a default setting. The filename you are really looking for is:- 'default.asp'

Hope this helps you.
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old Jun 29th, 2004, 10:35
Junior Member
Join Date: Jun 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Many thanks but ...

This is what is driving me mad. IIS appears - at face value - not even slightly logical. What is the point of this 'default website'? in the drop down list?

I went to the default website and it was already configured as you suggested. On a seperate note, I know about default pages etc. - not a problem.

This is how IIS is set-up

Server Name: ODIN
+ Default Web site
+ Administration web site
+ www.the-stranglers.com
>>> + scripts (virtual Directory)
>>> + Images (website folders, etc.)
>>>>>>index.asp (website files, etc)

I cannot run index.asp in www.the-stranglers.com

Have I done something stoopid?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old Jun 29th, 2004, 15:33
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
right click on the default website and select "stop"

you could also delete that scripts virtual directory, you dont need it. (you can run ASP script anywhere)

Default website exists so that there is at least 1 website setup when IIS is installed, no need to get your knickers in a twist about it! :wink:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #8  
Old Jun 29th, 2004, 18:56
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Windows 2000 Workstation or Server?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #9  
Old Jun 29th, 2004, 19:02
Junior Member
Join Date: Jun 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Catalyst

Windows 2000 Workstation or Server?
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

win 2000 server
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #10  
Old Jun 30th, 2004, 08:55
Junior Member
Join Date: Jun 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Smokie

right click on the default website and select "stop"
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

Yes, this worked - fantastic!! Thanks very much.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
setting, iis, scripts, main, website, directory

Thread Tools

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to block Googlebot from checking a certain directory of my website? Epifrin Web Page Design 2 Mar 26th, 2008 11:46
Setting up a website...query posiview Starting Out 0 Feb 22nd, 2008 12:10
Site Directory Website qazzy Starting Out 3 Oct 6th, 2007 01:15
a directory website in the making setroid2005 Other Programming Languages 2 Nov 4th, 2006 21:09
Setting the directory to upload an image php djme PHP Forum 2 Jan 11th, 2006 15:39


All times are GMT. The time now is 03:49.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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