Go Back   eXceem > Off Topic > Technical Help


Get a Free iPhone 3GS with Free3GiPhone.com


Reply
 
LinkBack Thread Tools
Old 17-09-08, 07:36 PM   #21
iPod Nano 2GB
 
Join Date: Aug 2008
Posts: 191
Thanks: 5
Thanked 31 Times in 31 Posts
johns_ar is on a distinguished road

Re: Getting ASP working on Vista


yeah save them where you want it shouldnt make any difference as long as iis is on
Offline  
Reply With Quote
Old 17-09-08, 08:46 PM   #22
iPod 30gb
 
christoski's Avatar
 
Join Date: May 2008
Location: Bournemouth
Posts: 1,287
Thanks: 202
Thanked 383 Times in 365 Posts
christoski is a jewel in the rough
Send a message via MSN to christoski Send a message via Skype™ to christoski

Re: Getting ASP working on Vista


Soz been watching Utd. What a load of rubbish that was. Anyway...I still get the open or save option when I try to open it in ie or ff.
Offline  
Reply With Quote
Old 17-09-08, 09:40 PM   #23
iPod Nano 2GB
 
Join Date: Aug 2008
Posts: 191
Thanks: 5
Thanked 31 Times in 31 Posts
johns_ar is on a distinguished road

Re: Getting ASP working on Vista


you mean when you double click an asp file from explorer it brings the unknown file dialogue up?

right click & open with whatever and tick the remember this box
Offline  
Reply With Quote
Old 17-09-08, 10:14 PM   #24
iPod 30gb
 
christoski's Avatar
 
Join Date: May 2008
Location: Bournemouth
Posts: 1,287
Thanks: 202
Thanked 383 Times in 365 Posts
christoski is a jewel in the rough
Send a message via MSN to christoski Send a message via Skype™ to christoski

Re: Getting ASP working on Vista


Nope, When I try to run it but typing in the address, browsing to the file and then clicking open with ie, it brings up open, save, cancel. If I try open it just goes to a blank page.
Offline  
Reply With Quote
Old 17-09-08, 10:19 PM   #25
iBook
 
Join Date: Feb 2008
Posts: 2,556
Thanks: 702
Thanked 447 Times in 388 Posts
-null- is a glorious beacon of light-null- is a glorious beacon of light-null- is a glorious beacon of light

Re: Getting ASP working on Vista


Quote:
Originally Posted by johns_ar View Post
you mean when you double click an asp file from explorer it brings the unknown file dialogue up?

right click & open with whatever and tick the remember this box
What Chris is trying to do is execute the asp file, not edit it. You can't double click an asp file to execute it, you need to access it through the web server and in order to do that it needs to be somewhere the web server can see it and the web server needs to know what to use to execute it.

And unfortunately it sounds like your IIS can't do the latter. Can you go into IIS Manager from the Administration tools. And check the properties for the default website. In "Home Directory" there should be a configuration button, check .asp is listed in there.
Offline  
Reply With Quote
Old 17-09-08, 10:28 PM   #26
iPod 30gb
 
christoski's Avatar
 
Join Date: May 2008
Location: Bournemouth
Posts: 1,287
Thanks: 202
Thanked 383 Times in 365 Posts
christoski is a jewel in the rough
Send a message via MSN to christoski Send a message via Skype™ to christoski

Re: Getting ASP working on Vista


Still getting no where, it was so much easier in XP!!
Offline  
Reply With Quote
Old 17-09-08, 10:36 PM   #27
iBook
 
Join Date: Feb 2008
Posts: 2,556
Thanks: 702
Thanked 447 Times in 388 Posts
-null- is a glorious beacon of light-null- is a glorious beacon of light-null- is a glorious beacon of light

Re: Getting ASP working on Vista


Can you access localhost at all.
Offline  
Reply With Quote
Old 17-09-08, 10:47 PM   #28
iPod Nano 2GB
 
Join Date: Aug 2008
Posts: 191
Thanks: 5
Thanked 31 Times in 31 Posts
johns_ar is on a distinguished road

Re: Getting ASP working on Vista


Right with you now. His IIS should do it though as I've set it up on a few consultants laptops at work when theyve been in doing stuff.

http://www.ocmodshop.com/ocmodshop.aspx?a=903

Youve obviously done whats on the link above?

I only had one problem installing it and that was on a machine that was an upgrade from XP and had loads of old iis 6 crap lying about. Binning everything from the system32\inetsrv folder and then trying a re-install sorted it though.
Offline  
Reply With Quote
The Following User Says Thank You to johns_ar For This Useful Post:
christoski (17-09-08)
Old 17-09-08, 10:55 PM   #29
iPod 30gb
 
christoski's Avatar
 
Join Date: May 2008
Location: Bournemouth
Posts: 1,287
Thanks: 202
Thanked 383 Times in 365 Posts
christoski is a jewel in the rough
Send a message via MSN to christoski Send a message via Skype™ to christoski

Re: Getting ASP working on Vista


Wooooooooo!

I have a simple Response.Write working! All be it I have to put the file in inetpub/wwwroot for it to work and then browse to htt*p://localhost.... to see it!

Thanks so far!
Offline  
Reply With Quote
Old 17-09-08, 10:59 PM   #30
iBook
 
Join Date: Feb 2008
Posts: 2,556
Thanks: 702
Thanked 447 Times in 388 Posts
-null- is a glorious beacon of light-null- is a glorious beacon of light-null- is a glorious beacon of light

Re: Getting ASP working on Vista


Quote:
Originally Posted by -null- View Post
Where ever you like if you set up a new virtual directory. Otherwise C:\Inetpub\wwwroot (assuming it is the same as XP).
Offline  
Reply With Quote
Old 17-09-08, 11:03 PM   #31
iPod 30gb
 
christoski's Avatar
 
Join Date: May 2008
Location: Bournemouth
Posts: 1,287
Thanks: 202
Thanked 383 Times in 365 Posts
christoski is a jewel in the rough
Send a message via MSN to christoski Send a message via Skype™ to christoski

Re: Getting ASP working on Vista


Sorry Null, didn't read that! I apologise. I just read Johns post about saving it anywhere.

Sorry
Offline  
Reply With Quote
Old 17-09-08, 11:08 PM   #32
iPod Nano 2GB
 
Join Date: Aug 2008
Posts: 191
Thanks: 5
Thanked 31 Times in 31 Posts
johns_ar is on a distinguished road

Re: Getting ASP working on Vista


I was under the impression you had sorted the virtual directories out sorry.
Offline  
Reply With Quote
Old 17-09-08, 11:10 PM   #33
iPod 30gb
 
christoski's Avatar
 
Join Date: May 2008
Location: Bournemouth
Posts: 1,287
Thanks: 202
Thanked 383 Times in 365 Posts
christoski is a jewel in the rough
Send a message via MSN to christoski Send a message via Skype™ to christoski

Re: Getting ASP working on Vista


Quote:
Originally Posted by johns_ar View Post
I was under the impression you had sorted the virtual directories out sorry.
Naa it's my fault I should read. Thanks to both of you for all your help.
Offline  
Reply With Quote
Reply

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 Off
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 05:51 PM.
All trademarks and copyrights held by respective owners. Forum posts are owned by the poster.

Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
no new posts