M
Miro
I am very new to asp.net and going thru a book "Microsoft asp.net 2.0 step
by step by George Shepherd"
Its the 2005 edition, but im using vs2008 on Vista ( I am logged in as
administrator )
at one of the first pages ( right in the begining ) it tells me to open up
the visual studio command prompt ( which I do ), and type this in
c:\ TELNET localhost 80
this clears the blank screen and I am assuming i should get another c:\ to
type in the rest.
What could be setup wrong with the IIS ?
If I type in adslkjflfskjd and press enter - I get this error within the
consol window:
====================================begin error
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Fri, 20 Mar 2009 14:45:03 GMT
Connection: close
Content-Length: 326
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.01//EN""http://www.w3.org/TR/html4/str
ict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html;
charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid Verb</h2>
<hr><p>HTTP Error 400. The request verb is invalid.</p>
</BODY></HTML>
Connection to host lost.
C:\Program Files\Microsoft Visual Studio 9.0\VC>
=========================================end error
As well - here is something else... that might bring some light to my setup
issue.
there is an htm located here:
C:\Microsoft Press\ASP.NET 2.0 Step by
Step\VB\Chapter02\content\helloworld.htm
opening that up in Internet explorer works fine.
Going here:
http://localhost/aspnet2sbs/VB/Chapter02/content/helloworld.htm
just opens up a blank page.
Within IIS I see an aspnet2sbs alias
Clicking on "Default Settings"...
the physical path is set to: C:\Microsoft Press\ASP.NET 2.0 Step by Step
but when I click "test settings",
The Authentication passes - Pass-through authentication
(defaultapppool:networkservice)
but Authorization fails:
Authorization - Cannot verify access to path ( c:\microsoft press\asp.net
2.0 step by step
The path is there - when I click on browse and select it - it is there.
I am logged in as administrator....
If anyone has any suggestions...im all ears.
Thanks,
Miro
by step by George Shepherd"
Its the 2005 edition, but im using vs2008 on Vista ( I am logged in as
administrator )
at one of the first pages ( right in the begining ) it tells me to open up
the visual studio command prompt ( which I do ), and type this in
c:\ TELNET localhost 80
this clears the blank screen and I am assuming i should get another c:\ to
type in the rest.
What could be setup wrong with the IIS ?
If I type in adslkjflfskjd and press enter - I get this error within the
consol window:
====================================begin error
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Fri, 20 Mar 2009 14:45:03 GMT
Connection: close
Content-Length: 326
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.01//EN""http://www.w3.org/TR/html4/str
ict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html;
charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid Verb</h2>
<hr><p>HTTP Error 400. The request verb is invalid.</p>
</BODY></HTML>
Connection to host lost.
C:\Program Files\Microsoft Visual Studio 9.0\VC>
=========================================end error
As well - here is something else... that might bring some light to my setup
issue.
there is an htm located here:
C:\Microsoft Press\ASP.NET 2.0 Step by
Step\VB\Chapter02\content\helloworld.htm
opening that up in Internet explorer works fine.
Going here:
http://localhost/aspnet2sbs/VB/Chapter02/content/helloworld.htm
just opens up a blank page.
Within IIS I see an aspnet2sbs alias
Clicking on "Default Settings"...
the physical path is set to: C:\Microsoft Press\ASP.NET 2.0 Step by Step
but when I click "test settings",
The Authentication passes - Pass-through authentication
(defaultapppool:networkservice)
but Authorization fails:
Authorization - Cannot verify access to path ( c:\microsoft press\asp.net
2.0 step by step
The path is there - when I click on browse and select it - it is there.
I am logged in as administrator....
If anyone has any suggestions...im all ears.
Thanks,
Miro