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

Configuring IIS6 on Win Server 2003 for VS 2005

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  WAS Performance Counter Problem  
Author Message
GAZ

External


Since: Aug 09, 2007
Posts: 3



(Msg. 1) Posted: Thu Aug 09, 2007 6:56 am
Post subject: Configuring IIS6 on Win Server 2003 for VS 2005
Archived from groups: microsoft>public>dotnet>framework>aspnet, others (more info?)

I would be very grateful if someone could point me in the direction of a
step-by-step instructions for configuring IIS6 for web development with
Visual Studio 2005.

God knows I tried everything but nothing works. We can't even create a web
site from the VS on our workstations let alone do some development. I must
admit it was way easier with IIS5.

Thanks in advance.

BR,


GAZ

 >> Stay informed about: Configuring IIS6 on Win Server 2003 for VS 2005 
Back to top
Login to vote
Fred Chateau

External


Since: Aug 09, 2007
Posts: 1



(Msg. 2) Posted: Thu Aug 09, 2007 6:56 am
Post subject: Re: Configuring IIS6 on Win Server 2003 for VS 2005 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'll let someone else point you to the documentation. I just wanted to
mention that it's actually a whole lot easier once you get use to it.

If you have any specific questions, post them and I'll try to answer now.

--
Regards,

Fred Chateau
fchateauAtComcastDotNet

"GAZ" <gaz.DeleteThis@gaz.com> wrote in message
news:eAOPVtm2HHA.4476@TK2MSFTNGP06.phx.gbl...
>I would be very grateful if someone could point me in the direction of a
>step-by-step instructions for configuring IIS6 for web development with
>Visual Studio 2005.
>
> God knows I tried everything but nothing works. We can't even create a web
> site from the VS on our workstations let alone do some development. I must
> admit it was way easier with IIS5.
>
> Thanks in advance.
>
> BR,
>
>
> GAZ
>

 >> Stay informed about: Configuring IIS6 on Win Server 2003 for VS 2005 
Back to top
Login to vote
David Wang

External


Since: Nov 04, 2007
Posts: 333



(Msg. 3) Posted: Thu Aug 09, 2007 6:56 am
Post subject: Re: Configuring IIS6 on Win Server 2003 for VS 2005 [Login to view extended thread Info.]
Archived from groups: microsoft>public>dotnet>framework>aspnet, others (more info?)

It's a lot "easier" with IIS5 because it is a lot less secure than
IIS6. Just about anything could exploit IIS5, so of course you could
create websites.

It is in your best interest to understand security and how to develop
software in the security-conscious world. IIS is not getting any more
"relaxed" about security, so you can be assured that IIS7 and Vista is
even stricter.

VS2005 documentation tells you the two ways that it interacts with IIS
-- either via FPSE or ADSI+UNC. Make sure you know how you configure
VS2005 to interact with IIS, and make sure those ports are opened on
the server's firewall (if it is running). Also, you can check on IIS
web log files for request status if you are using FPSE.

Yes, all these things are wide open by default on IIS5 so it just
works without effort, and they are all disabled by default on IIS6
because that is the secure way. Security only seems like a pain until
you understand it; then it is just blatantly obvious.


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




On Aug 9, 3:24 am, "GAZ" <g....RemoveThis@gaz.com> wrote:
> Thanks for your answer.
>
> We believe that security setup is the issue at hand. Basically, however we
> set up the IIS when we try to create a web site from VS 2005 we get the
> window showing a message 'Creating website such-and-such' and it just stands
> there. It neither creates the web site nor reports an error.
>
> Any help is appreciated.
>
> GAZ
>
> "Fred Chateau" <fchat....RemoveThis@127.0.0.1> wrote in message
>
> news:e65EE2m2HHA.1188@TK2MSFTNGP04.phx.gbl...
>
>
>
> > I'll let someone else point you to the documentation. I just wanted to
> > mention that it's actually a whole lot easier once you get use to it.
>
> > If you have any specific questions, post them and I'll try to answer now.
>
> > --
> > Regards,
>
> > Fred Chateau
> > fchateauAtComcastDotNet
>
> > "GAZ" <g....RemoveThis@gaz.com> wrote in message
> >news:eAOPVtm2HHA.4476@TK2MSFTNGP06.phx.gbl...
> >>I would be very grateful if someone could point me in the direction of a
> >>step-by-step instructions for configuring IIS6 for web development with
> >>Visual Studio 2005.
>
> >> God knows I tried everything but nothing works. We can't even create a
> >> web site from the VS on our workstations let alone do some development. I
> >> must admit it was way easier with IIS5.
>
> >> Thanks in advance.
>
> >> BR,
>
> >> GAZ- Hide quoted text -
>
> - Show quoted text -
 >> Stay informed about: Configuring IIS6 on Win Server 2003 for VS 2005 
Back to top
Login to vote
Juan T. Llibre

External


Since: Feb 26, 2005
Posts: 24



(Msg. 4) Posted: Thu Aug 09, 2007 7:04 am
Post subject: Re: Configuring IIS6 on Win Server 2003 for VS 2005 [Login to view extended thread Info.]
Archived from groups: microsoft>public>dotnet>framework>aspnet, others (more info?)

A bunch of unnecessary newsgroups were deleted from the recipient list.

1. Did you install IIS ?
2. Did you enable ASP.NET ?


IIS 6.0 is locked down by default,
and you must enable whatever you need to run in IIS 6.0.

Open the IIS MMC, scroll on the left to "Web Service Extensions" and select that.

Now, go to the right-hand panel, select whatever you want to allow
( ASP, one or more versions of ASP.NET, CGI, ISAPI, etc. )
....and click the "Allow" button.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
======================================

"GAZ" <gaz DeleteThis @gaz.com> wrote in message news:eAOPVtm2HHA.4476@TK2MSFTNGP06.phx.gbl...
>I would be very grateful if someone could point me in the direction of a step-by-step instructions for configuring IIS6
>for web development with Visual Studio 2005.

> God knows I tried everything but nothing works. We can't even create a web site from the VS on our workstations let
> alone do some development. I must admit it was way easier with IIS5.
>
> Thanks in advance.
>
> BR,
>
>
> GAZ
 >> Stay informed about: Configuring IIS6 on Win Server 2003 for VS 2005 
Back to top
Login to vote
GAZ

External


Since: Aug 09, 2007
Posts: 3



(Msg. 5) Posted: Thu Aug 09, 2007 7:56 am
Post subject: Re: Configuring IIS6 on Win Server 2003 for VS 2005 [Login to view extended thread Info.]
Archived from groups: microsoft>public>dotnet>framework>aspnet, others (more info?)

Thanks for your answer.

We believe that security setup is the issue at hand. Basically, however we
set up the IIS when we try to create a web site from VS 2005 we get the
window showing a message 'Creating website such-and-such' and it just stands
there. It neither creates the web site nor reports an error.

Any help is appreciated.

GAZ


"Fred Chateau" <fchateau RemoveThis @127.0.0.1> wrote in message
news:e65EE2m2HHA.1188@TK2MSFTNGP04.phx.gbl...
> I'll let someone else point you to the documentation. I just wanted to
> mention that it's actually a whole lot easier once you get use to it.
>
> If you have any specific questions, post them and I'll try to answer now.
>
> --
> Regards,
>
> Fred Chateau
> fchateauAtComcastDotNet
>
> "GAZ" <gaz RemoveThis @gaz.com> wrote in message
> news:eAOPVtm2HHA.4476@TK2MSFTNGP06.phx.gbl...
>>I would be very grateful if someone could point me in the direction of a
>>step-by-step instructions for configuring IIS6 for web development with
>>Visual Studio 2005.
>>
>> God knows I tried everything but nothing works. We can't even create a
>> web site from the VS on our workstations let alone do some development. I
>> must admit it was way easier with IIS5.
>>
>> Thanks in advance.
>>
>> BR,
>>
>>
>> GAZ
>>
>
>
 >> Stay informed about: Configuring IIS6 on Win Server 2003 for VS 2005 
Back to top
Login to vote
GAZ

External


Since: Aug 09, 2007
Posts: 3



(Msg. 6) Posted: Fri Aug 10, 2007 7:59 am
Post subject: Re: Configuring IIS6 on Win Server 2003 for VS 2005 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks all for your answers. However, we actually set everything right
(without the docs) and the problem was not security.

Our web server had everything installed but FPSE. When we installed the FPSE
from the Control Panel and enabled it for some reason it attached only one
DLL to the IIS.

We actually had to re-install the IIS and had to enable the FPSE from the
setup to get all DLLs attached.

Evereything works like a charm now.

BR,

GAZ


"GAZ" <gaz RemoveThis @gaz.com> wrote in message
news:eAOPVtm2HHA.4476@TK2MSFTNGP06.phx.gbl...
>I would be very grateful if someone could point me in the direction of a
>step-by-step instructions for configuring IIS6 for web development with
>Visual Studio 2005.
>
> God knows I tried everything but nothing works. We can't even create a web
> site from the VS on our workstations let alone do some development. I must
> admit it was way easier with IIS5.
>
> Thanks in advance.
>
> BR,
>
>
> GAZ
>
 >> Stay informed about: Configuring IIS6 on Win Server 2003 for VS 2005 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
.asp Pages in IIS6 windows 2003 server - I moved my companies Intranet from an old windows 2000 pro machine to a windows 2003 server. All pages display properly but not the one .asp page. the server is not a domain controller, but is a member of the domain. I have .net loaded and also active....

Virtrual Server 2005 on Vista - I've Virtual Server 2005 installed on Vista and am having trouble accessing the web pages for Virtual Server. Vista did not have IIS installed before Virtual Server, so the Virtual Server setup, installed IIS for me (without requiring the Vista DVD I....

401.2 Denied by Server Configuration Errors w/ Windows 200.. - I have a 2003 ASP.NET intranet application set to Windows Authentication in my Web.config. In IIS (Windows 2003 Server) i've set only Integrated Security. My clients are using IE7. I get almost the same number of 401.2 error and i do status code 200...

Server 2003 and IIS 7.0 ? - Hi there, is there any hope that we could one day download IIS 7.0 on W2K3 ? Best regards

Can't install IIS on 2003 server - I'm trying to install IIS on a windows 20003 server R2 with service pack 2. Every time it stops at the same point and prompts me with... "Setup cannot copy the file convlog.exe. Ensure that the location specified below is correct, or change it an...
   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 ]