Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 09-30-2007, 08:43 PM IIS in Vista Basic?
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
Is there any program that will make IIS work in Vista? Or do I need to get one of those addons for Apache to make ASP work? =/
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
 
Register now for full access!
Old 09-30-2007, 08:54 PM Re: IIS in Vista Basic?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
ASP for Apache is not compatible with the MS versions so a lot of things won't work.

You could upgrade to a different Vista version, or install Win2k or XP instead.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-01-2007, 02:31 AM Re: IIS in Vista Basic?
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
I thought Vista came with IIS 7?
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 10-02-2007, 04:40 PM Re: IIS in Vista Basic?
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
Quote:
Originally Posted by ForrestCroce View Post
I thought Vista came with IIS 7?
It comes is all versions but Basic =/
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 10-02-2007, 04:48 PM Re: IIS in Vista Basic?
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Maybe he was confused and thought you meant the Basic programming language? Forrest is kind of an idiot.

What you want to do is not install a different operating system (at $400 a pop?) since there are like 18 flavors of Vista. Instead, we're gonna bypass IIS altogether.

One traditional way to do that is have a development server, which a lot of people just use the live sever as. I don't know about you, but I don't like playing Russian Roulette. What if you could run a mini-IIS and get your ASP.NET to run on your personal Windows machine.

Visual Web Developer Express is a Microsoft product, and a free one, that's an Integrated Development Environment or IDE. It lets you type out code, has all the great stuff like highlighting, error detecting, you can hover the mouse over a variable and get more info, there's a debugger, all that stuff you would expect. There's also a test server, something that will actually run your code.

Then once it's ready and perfect, you upload it to your real server with the latest IIS. But if you make a mistake, you didn't break the site.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 10-03-2007, 04:11 AM Re: IIS in Vista Basic?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Only runs .net code though

I played with Baby Web Server briefly, some time ago, didn't find any problems as I recall.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-04-2007, 05:36 PM Re: IIS in Vista Basic?
Skilled Talker

Posts: 97
Name: Ganesh
Trades: 0
Quote:
Originally Posted by coolkbk585 View Post
Is there any program that will make IIS work in Vista? Or do I need to get one of those addons for Apache to make ASP work? =/

Cool,

Try the visual studio developer express and use the file based web project, that will help you develop web apps and test'em there.
__________________
Gather. Search. Compare. Save on Hotel and Flight Prices @
Please login or register to view this content. Registration is FREE
sri_gan is offline
Reply With Quote
View Public Profile
 
Old 10-04-2007, 07:52 PM Re: IIS in Vista Basic?
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Only runs .net code though
Is there any other?

IIS can run ASP and it can run ASP.NET but it can also run them both, like a split application. So the .NET only version is incomplete for a lot of legacy sites. If you're starting from scratch unless the customer wants ASP Classic you're good to go tho.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 10-04-2007, 09:47 PM Re: IIS in Vista Basic?
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Only runs .net code though

I played with Baby Web Server briefly, some time ago, didn't find any problems as I recall.
Baby Web Server runs ASP then? Not .NET, right? I'm good at PHP, but I just want to see what I can do in ASP. Nothing special, just toying around.
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 10-05-2007, 01:08 AM Re: IIS in Vista Basic?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
coolkbk85: IIS can run ASP in Windows Vista Home Premium (not sure about Basic, but I suspect the steps are the same).

If you click the ASP section within IIS administration, you'll see a series of boxes under Properties. One of these is "Enable", and for some stupid reason it's set to False by default. Set it to True, and you're done.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 10-06-2007, 02:00 PM Re: IIS in Vista Basic?
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
No. That's not the problem. It's not running static pages either...

This is a post I made on IIS.NET about it, and this is a link to another thread that someone gave me.

Apparently Basic doesn't come with something that it needs.
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 10-06-2007, 04:04 PM Re: IIS in Vista Basic?
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
Quote:
Originally Posted by coolkbk585 View Post
Apparently Basic doesn't come with something that it needs.
That's pretty common with Microsoft. Vista Basic doesn't need IIS, you do; and for that you need to send a few hundred over to Paul Allen. You can use John's free test server, but only for .net pages; you can use the free version of sql server, but only if your entire database with indexes comes to 4 gb or less. Microsoft likes issuing teasers and forcing people to spend 50 % more for 15 % more functionality. Really not that different from Canon or Nikon.

XP pro comes with IIS, but only lets you run one web site on it.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 10-07-2007, 07:37 AM Re: IIS in Vista Basic?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Not that many people will know who Paul Allen is without a Google search

Unless of course they have heard of "Traf-O-Data"
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-07-2007, 12:58 PM Re: IIS in Vista Basic?
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Not that many people will know who Paul Allen is without a Google search

Unless of course they have heard of "Traf-O-Data"
I knew who he was
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 10-09-2007, 02:22 AM Re: IIS in Vista Basic?
Johnno's Avatar
Novice Talker

Posts: 8
Trades: 0
Hey "Learning Newbie", thanks for the heads up re Visual Web Developer Express. I was looking for something to use to learn .NET - no excuses now!
__________________
Want to know the quickest & easiest way to edit your website?
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Johnno is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IIS in Vista Basic?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.45310 seconds with 12 queries