Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS 5 and 6

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Help Analyze Crash Dump  
Author Message
bitslayer

External


Since: Jan 08, 2008
Posts: 2



(Msg. 1) Posted: Tue Jan 08, 2008 1:35 pm
Post subject: IIS 5 and 6
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,

I had IIS 5 installed on my machine and it was working fine. Then one
day it simply stopped working.

When I would use http://localhost/myapp which worked it would say it
could not find the server.

At the time I never messed with it because i wasn't doing any web
development locally on my machine.

Now I have Visual Studio 2003 and I need to develop a web app and
start learning asp.net. The problem, of course is my iis 5. It's a
dev machine on XP so I can't install IIS 6. I just need to IIS 5 to
work again.

So in an effort to fix the problem, I uninstalled IIS 5 and
reinstalled it. Strangely it can't start the "service in a timely
fashion." I've looked at the services installed and it's not
installing the Word Wide Web publishing service (if that matters).

So for now I've been racking my brain, combing the internet for a
solution only to have no success at all.

When I run the IIS 5 MMC snap in - it doesn't even show my computer's
name. So I am stuck.

The other idea I had is to use the IIS 6 server to by my web server
but I am not sure how to set that up so VISUAL studio 2003 would allow
my to write asp.net apps.

Please Help

 >> Stay informed about: IIS 5 and 6 
Back to top
Login to vote
David Wang

External


Since: Nov 14, 2007
Posts: 362



(Msg. 2) Posted: Tue Jan 08, 2008 9:16 pm
Post subject: Re: IIS 5 and 6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 8, 1:35 pm, bitslayer <kevintemp... RemoveThis @gmail.com> wrote:
> Hello,
>
> I had IIS 5 installed on my machine and it was working fine.  Then one
> day it simply stopped working.
>
> When I would usehttp://localhost/myappwhich worked it would say it
> could not find the server.
>
> At the time I never messed with it because i wasn't doing any web
> development locally on my machine.
>
> Now I have Visual Studio 2003 and I need to develop a web app and
> start learning asp.net.  The problem, of course is my iis 5.  It's a
> dev machine on XP so I can't install IIS 6.  I just need to IIS 5 to
> work again.
>
> So in an effort to fix the problem, I uninstalled IIS 5 and
> reinstalled it.  Strangely it can't start the "service in a timely
> fashion."  I've looked at the services installed and it's not
> installing the Word Wide Web publishing service (if that matters).
>
> So for now I've been racking my brain, combing the internet for a
> solution only to have no success at all.
>
> When I run the IIS 5 MMC snap in - it doesn't even show my computer's
> name.  So I am stuck.
>
> The other idea I had is to use the IIS 6 server to by my web server
> but I am not sure how to set that up so VISUAL studio 2003 would allow
> my to write asp.net apps.
>
> Please Help




Visual Studio has full documentation on how to set it up as a remote
server for development of ASP.Net application.

My read on your issue is that you had some network name issue in the
past, and now you have some Personal Security software blocking IIS
from functioning on XP Pro. You can either fight that battle, or try
my suggestion below...

Personally, if I was trying to learn ASP.Net and write a Web App, I
would use Visual Web Developer 2005 or 2008 -- freely available from
microsoft.com, comes with its own debug web "server" and integrated
with everything -- so everything just works out of the box. Easy and
excellent Development experience.

http://www.microsoft.com/express/vwd/

When you see how easy ASP.Net+Ajax allows you to craft the UI by drag-
and-drop, write code behind to handle events, and data bind to MSDE...
you will never try anything else again. It's like Visual Basic for the
Web (heck, you can even write in Visual Basic .NET, but I would
suggest learning C#). And we haven't even talked about Master Pages to
organize UI across pages of the web app, Form-based user login, custom
authorization, page skinning... you get all that for free from ASP.Net
2.0.

So, jump on with ASP.Net 2.0. Don't bother with Visual Studio 2003 --
ancient by today's standards.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

 >> Stay informed about: IIS 5 and 6 
Back to top
Login to vote
bitslayer

External


Since: Jan 08, 2008
Posts: 2



(Msg. 3) Posted: Wed Jan 09, 2008 7:44 am
Post subject: Re: IIS 5 and 6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jan 8, 11:16 pm, David Wang <w3.4... RemoveThis @gmail.com> wrote:
> On Jan 8, 1:35 pm, bitslayer <kevintemp... RemoveThis @gmail.com> wrote:
>
>
>
>
>
> > Hello,
>
> > I had IIS 5 installed on my machine and it was working fine.  Then one
> > day it simply stopped working.
>
> > When I would usehttp://localhost/myappwhichworked it would say it
> > could not find the server.
>
> > At the time I never messed with it because i wasn't doing any web
> > development locally on my machine.
>
> > Now I have Visual Studio 2003 and I need to develop a web app and
> > start learning asp.net.  The problem, of course is my iis 5.  It's a
> > dev machine on XP so I can't install IIS 6.  I just need to IIS 5 to
> > work again.
>
> > So in an effort to fix the problem, I uninstalled IIS 5 and
> > reinstalled it.  Strangely it can't start the "service in a timely
> > fashion."  I've looked at the services installed and it's not
> > installing the Word Wide Web publishing service (if that matters).
>
> > So for now I've been racking my brain, combing the internet for a
> > solution only to have no success at all.
>
> > When I run the IIS 5 MMC snap in - it doesn't even show my computer's
> > name.  So I am stuck.
>
> > The other idea I had is to use the IIS 6 server to by my web server
> > but I am not sure how to set that up so VISUAL studio 2003 would allow
> > my to write asp.net apps.
>
> > Please Help
>
> Visual Studio has full documentation on how to set it up as a remote
> server for development of ASP.Net application.
>
> My read on your issue is that you had some network name issue in the
> past, and now you have some Personal Security software blocking IIS
> from functioning on XP Pro. You can either fight that battle, or try
> my suggestion below...
>
> Personally, if I was trying to learn ASP.Net and write a Web App, I
> would use Visual Web Developer 2005 or 2008 -- freely available from
> microsoft.com, comes with its own debug web "server" and integrated
> with everything -- so everything just works out of the box. Easy and
> excellent Development experience.
>
> http://www.microsoft.com/express/vwd/
>
> When you see how easy ASP.Net+Ajax allows you to craft the UI by drag-
> and-drop, write code behind to handle events, and data bind to MSDE...
> you will never try anything else again. It's like Visual Basic for the
> Web (heck, you can even write in Visual Basic .NET, but I would
> suggest learning C#). And we haven't even talked about Master Pages to
> organize UI across pages of the web app, Form-based user login, custom
> authorization, page skinning... you get all that for free from ASP.Net
> 2.0.
>
> So, jump on with ASP.Net 2.0. Don't bother with Visual Studio 2003 --
> ancient by today's standards.
>
> //Davidhttp://w3-4u.blogspot.comhttp://blogs.msdn.com/David.Wang
> //- Hide quoted text -
>
> - Show quoted text -

I didn't know the Visual Web Developer is free. I am getting Vis
Studio 2008 soon and I am a very experienced c++ developer writing
windows apps and have done some c#. I just haven't done any web-based
apps of any significance. I saw bit of the ajax controls and saw some
of the master page stuff. It does seem to be a very cool tool.

For the project I am working on I might use Microsoft Speech Server
but in the meantime the Vis Web Developer is a great idea.

Thanks!
 >> Stay informed about: IIS 5 and 6 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Connecting to Https is too slow form internet for IIS 6.0 - Does anyone who can help me to figure the following problem: First I set my web site to accept https connection only. It works in intranet is fine; however, when I try to connect it from internet, it takes me almost 1 minute to handshake. I've compared....

IISState Analysis - IIS stops serving ASP pages. Maybe possible memory leak or fragmented memory? Opened log file 'C:\iisstate\output\IISState-7772.log' *********************** Starting new log output IISState version 3.3.1 Sat Oct 30 18:45:20 2004 OS = Windows 2000..

IISState Analysis - IIS stops serving asp pages. Maybe a memory leak

IIS 5.0 : DLLHOST.exe takes 100% cpu - Hi, Can someone please have a look at the log below and let us know what the problem could be. Dllhost.exe is taking 100% CPU and the web site is running slow or not responding. thanks for your help in advance. regards, ..

VB6 and IIS5 - Dear all I am looking to do some development for a web front end. I can code in VB6 and have a number of web sites running IIS4 with VB6 DLLs. I am going to upgrade the server to IIS5 with the same DLLs. I need to get a site running which will host..
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]