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

IIS will not open frames?

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  MySQl and Apache  
Author Message
jnm

External


Since: May 30, 2005
Posts: 3



(Msg. 1) Posted: Mon May 30, 2005 2:26 pm
Post subject: IIS will not open frames?
Archived from groups: microsoft>public>inetserver>iis (more info?)

I am running both a Win XP-prof and Win200-prof PC. On both PC's I have
installed IIS v. 5.? with all options selected.

In FP2000, which runs on a third PC (Win200-prof ) I have created a web site
based on frames (top, left and main) and normal HTML code.

When I upload the web site to the IIS running on the Win XP-prof PC,
everything is perfect. Frames, search engine and server side includes works
fine. Files in the private folder are hidden from the search engine.
PERFECT.

When I upload the web site to the IIS running on the Win 200-prof PC I get
problems. I get the failure message "Cannot display." in the top and left
frame. Main works fine (I think).

I have tried to identify any deferens in the set up of the IIS, but cannot
find any.

I am using Explorer 6.? latest updates installed.

However something must be different.!!

Any good suggestion

Jorgen

 >> Stay informed about: IIS will not open frames? 
Back to top
Login to vote
Kristofer Gafvert [MVP]

External


Since: May 28, 2005
Posts: 210



(Msg. 2) Posted: Mon May 30, 2005 2:26 pm
Post subject: Re: IIS will not open frames? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It would be great to know the exact failure message, so we know what is
wrong. But i am almost 100% sure that the file is missing, or that the
reference(s) to the file is wrong.


--
Regards,
Kristofer Gafvert (IIS MVP)
<a rel="nofollow" style='text-decoration: none;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<a rel="nofollow" style='text-decoration: none;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>


jnm wrote:

 > I am running both a Win XP-prof and Win200-prof PC. On both PC's I have
 > installed IIS v. 5.? with all options selected.
 >
 > In FP2000, which runs on a third PC (Win200-prof ) I have created a web
site
 > based on frames (top, left and main) and normal HTML code.
 >
 > When I upload the web site to the IIS running on the Win XP-prof PC,
 > everything is perfect. Frames, search engine and server side includes
works
 > fine. Files in the private folder are hidden from the search engine.
 > PERFECT.
 >
 > When I upload the web site to the IIS running on the Win 200-prof PC I
get
 > problems. I get the failure message "Cannot display." in the top and left
 > frame. Main works fine (I think).
 >
 > I have tried to identify any deferens in the set up of the IIS, but
cannot
 > find any.
 >
 > I am using Explorer 6.? latest updates installed.
 >
 > However something must be different.!!
 >
 > Any good suggestion
 >
 > Jorgen

 >> Stay informed about: IIS will not open frames? 
Back to top
Login to vote
jnm

External


Since: May 30, 2005
Posts: 3



(Msg. 3) Posted: Mon May 30, 2005 4:55 pm
Post subject: Re: IIS will not open frames? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Kristofer Gafvert [MVP]" skrev i en meddelelse

 > It would be great to know the exact failure message, so we know what is
 > wrong. But i am almost 100% sure that the file is missing, or that the
 > reference(s) to the file is wrong.

Hi Kristofer


I have translated the failure message from Danish. I hope it looks familiar
to you.



Failure message, JNM translation.



The pages cannot be shown

A problem has occurred with the page you want to open and the page cannot be
shown



----------------------------------------------------------------------------
----

Try the following:



Open the server homepage, and search for hyperlinks to the wanted
information.

Click the update knob, or try again later.



HTTP 403,2 - Not allowed: Reading access prohibited

Internet Information Services



----------------------------------------------------------------------------
----

Technical information (for the support technician)



Background:

This failure may occur if you cannot get a standard page shown, and if the
search in folders is not activated for the particular folder, or if you try
to open a HTML page, which is placed in a folder where you only have Execute
permission or script permission



Further information:

Microsoft Support



End translation.



The following is a copy of the code from the top frame in the browser:



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<html dir=ltr>



<head>

<style> a:link {font:8pt/11pt
verdana; color:FF0000} a:visited
{font:8pt/11pt verdana; color:#4e4e4e}

</style>



<META NAME="ROBOTS" CONTENT="NOINDEX">



<title>Siden kan ikke vises</title>



<META HTTP-EQUIV="Content-Type" Content="text-html; charset=iso-8859-1">

</head>



<script>

function Homepage(){

<!--

// in real bits, urls get returned to our script like this:

// <a rel="nofollow" style='text-decoration: none;' href="res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm" target="_blank">res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm</a>



//For testing use DocURL =
"res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"

DocURL=document.URL;



//this is where the http or https will be, as found by
searching for :// but skipping the <a rel="nofollow" style='text-decoration: none;' href="res://" target="_blank">res://</a>

protocolIndex=DocURL.indexOf("://",4);



//this finds the ending slash for the domain server

serverIndex=DocURL.indexOf("/",protocolIndex + 3);



//for the href, we need a valid URL to the domain. We
search for the # symbol to find the begining

//of the true URL, and add 1 to skip it - this is the
BeginURL value. We use serverIndex as the end marker.

//urlresult=DocURL.substring(protocolIndex -
4,serverIndex);

BeginURL=DocURL.indexOf("#",1) + 1;

urlresult=DocURL.substring(BeginURL,serverIndex);



//for display, we need to skip after <a rel="nofollow" style='text-decoration: none;' href="http://," target="_blank">http://,</a> and go
to the next slash

displayresult=DocURL.substring(protocolIndex + 3
,serverIndex);

InsertElementAnchor(urlresult, displayresult);

}



function HtmlEncode(text)

{

return text.replace(/&/g, '&amp').replace(/'/g, '"').replace(/</g,
'<').replace(/>/g, '>');

}



function TagAttrib(name, value)

{

return ' '+name+'="'+HtmlEncode(value)+'"';

}



function PrintTag(tagName, needCloseTag, attrib, inner){

document.write( '<' + tagName + attrib + '>' + HtmlEncode(inner) );

if (needCloseTag) document.write( '</' + tagName +'>' );

}



function URI(href)

{

IEVer = window.navigator.appVersion;

IEVer = IEVer.substr( IEVer.indexOf('MSIE') + 5, 3 );



return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?

encodeURI(href) :

escape(href).replace(/%3A/g, ':').replace(/%3B/g, ';');

}



function InsertElementAnchor(href, text)

{

PrintTag('A', true, TagAttrib('HREF', URI(href)), text);

}



//-->

</script>



<body bgcolor="FFFFFF">



<table width="410" cellpadding="3" cellspacing="5">



<tr>

<td align="left" valign="middle" width="360">

<h1 style="COLOR:000000; FONT: 13pt/15pt
verdana"><!--Problem-->Siden kan ikke vises</h1>

</td>

</tr>



<tr>

<td width="400" colspan="2"> <font style="COLOR:000000; FONT: 8pt/11pt
verdana">Der er opstået et problem med den side, du forsøger at se, og siden
kan ikke vises.</font></td>

</tr>



<tr>

<td width="400" colspan="2"> <font style="COLOR:000000; FONT: 8pt/11pt
verdana">



<hr color="#C0C0C0" noshade>



<p>Prøv følgende:</p>



<ul>

<li>Åbn





<script>

<!--

if (!((window.navigator.userAgent.indexOf("MSIE") >
0) && (window.navigator.appVersion.charAt(0) == "2")))

{

Homepage();

}

//-->

</script>



hjemmesiden, og søg derefter efter hyperlinks til de
ønskede oplysninger.</li>



<li>Klik på knappen <a href="javascript:location.reload()">
Opdater</a>, eller forsøg igen senere.<br>

</li>

</ul>



<h2 style="font:8pt/11pt verdana; color:000000">HTTP 403,2 - Ikke
tilladt: Læseadgang forbudt<br> Internet Information Services</h2>



<hr color="#C0C0C0" noshade>



<p>Tekniske oplysninger (for supportteknikere)</p>



<ul>

<p>

<li>Baggrund:<br> Denne fejl kan opstå, hvis du ikke kan få vist en
standardside, og hvis søgning i mapper ikke er aktiveret for den pågældende
mappe, eller hvis du forsøger at få vist en HTML-side, som er placeret i en
mappe, hvor du kun har Udfør-tilladelse eller Script-tilladelse.</p>

<p>



<li>Yderligere oplysninger:<br> <a
href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&olc
id=1030&clcid=1030&pid=&ID=403.2&cat=web&os=&over=&hrd=&Opt1=&Opt2=&Opt3="
target="_blank">Microsoft Support</a>

</li></p>

</ul>



</font></td>

</tr>



</table>

</body>

</html>



End of the code


As far as I can see, I get the same code in the left frame.



This is the mainframe code:



<html>



<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<meta http-equiv="Content-Language" content="en-us">

<meta name="GENERATOR" content="Microsoft FrontPage 4.0">

<meta name="ProgId" content="FrontPage.Editor.Document">

<title>Mainpage-opening</title>

<link rel="stylesheet" type="text/css" href="Stylesheet/Main.css">

</head>



<body>



<h1>Welcome to Cimber Air Support Quality Management</h1>



<p> </p>



<h3><b>Introduction</b></h3>



<p>The Cimber Air Support a/s quality management system is a comprehensive
management system

focusing on policies, goals, responsibilities and business processes.</p>

<p>30th May 2005</p>

<p>Carl Jørgen Pedersen</p>

<p>Managing director</p>



<p><a href="_private/admin/change-record.htm">Link to Change record
overview.</a></p>



</body>



</html>

End of the code


I may add the following to my explanation:

All 3 sections of the frame top, left and main are created in the right
scale on the screen.

The text in the main is correct and styled as wanted.

Both the top and the left frame sections display the above translated
failure message.



I hope this may assist in the trouble shooting.



Jorgen
 >> Stay informed about: IIS will not open frames? 
Back to top
Login to vote
Kristofer Gafvert [MVP]

External


Since: May 28, 2005
Posts: 210



(Msg. 4) Posted: Mon May 30, 2005 4:55 pm
Post subject: Re: IIS will not open frames? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

You are seeing a 403.2 error message. Please open IIS Manager, right click
the folder where the failing files exists, and click Properties. Make sure
that "Read" is checked. If it is checked, control this property on the
files in question (right click the file in IIS Manager, and click
Properties).


--
Regards,
Kristofer Gafvert (IIS MVP)
<a rel="nofollow" style='text-decoration: none;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<a rel="nofollow" style='text-decoration: none;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>


jnm wrote:

 >


  > > It would be great to know the exact failure message, so we know what is
  > > wrong. But i am almost 100% sure that the file is missing, or that the
  > > reference(s) to the file is wrong.
 >
 > Hi Kristofer
 >
 >
 > I have translated the failure message from Danish. I hope it looks
familiar
 > to you.
 >
 >
 >
 > Failure message, JNM translation.
 >
 >
 >
 > The pages cannot be shown
 >
 > A problem has occurred with the page you want to open and the page
cannot be
 > shown
 >
 >
 >
 >
----------------------------------------------------------------------------
 > ----
 >
 > Try the following:
 >
 >
 >
 > Open the server homepage, and search for hyperlinks to the wanted
 > information.
 >
 > Click the update knob, or try again later.
 >
 >
 >
 > HTTP 403,2 - Not allowed: Reading access prohibited
 >
 > Internet Information Services
 >
 >
 >
 >
----------------------------------------------------------------------------
 > ----
 >
 > Technical information (for the support technician)
 >
 >
 >
 > Background:
 >
 > This failure may occur if you cannot get a standard page shown, and if
the
 > search in folders is not activated for the particular folder, or if you
try
 > to open a HTML page, which is placed in a folder where you only have
Execute
 > permission or script permission
 >
 >
 >
 > Further information:
 >
 > Microsoft Support
 >
 >
 >
 > End translation.
 >
 >
 >
 > The following is a copy of the code from the top frame in the browser:
 >
 >
 >
 > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 >
 > <html dir=ltr>
 >
 >
 >
 > <head>
 >
 > <style> a:link
{font:8pt/11pt
 > verdana; color:FF0000} a:visited
 > {font:8pt/11pt verdana; color:#4e4e4e}
 >
 > </style>
 >
 >
 >
 > <META NAME="ROBOTS" CONTENT="NOINDEX">
 >
 >
 >
 > <title>Siden kan ikke vises</title>
 >
 >
 >
 > <META HTTP-EQUIV="Content-Type" Content="text-html; charset=iso-8859-1">
 >
 > </head>
 >
 >
 >
 > <script>
 >
 > function Homepage(){
 >
 > <!--
 >
 > // in real bits, urls get returned to our script like this:
 >
<font color=purple> > // <a rel="nofollow" style='text-decoration: none;' href="res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm</font" target="_blank">res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm</font</a>>
 >
 >
 >
 > //For testing use DocURL =
 > "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
 >
 > DocURL=document.URL;
 >
 >
 >
 > //this is where the http or https will be, as
found by
<font color=purple> > searching for :// but skipping the <a rel="nofollow" style='text-decoration: none;' href="res://</font" target="_blank">res://</font</a>>
 >
 > protocolIndex=DocURL.indexOf("://",4);
 >
 >
 >
 > //this finds the ending slash for the domain server
 >
 > serverIndex=DocURL.indexOf("/",protocolIndex + 3);
 >
 >
 >
 > //for the href, we need a valid URL to the domain.
We
 > search for the # symbol to find the begining
 >
 > //of the true URL, and add 1 to skip it - this is
the
 > BeginURL value. We use serverIndex as the end marker.
 >
 > //urlresult=DocURL.substring(protocolIndex -
 > 4,serverIndex);
 >
 > BeginURL=DocURL.indexOf("#",1) + 1;
 >
 > urlresult=DocURL.substring(BeginURL,serverIndex);
 >
 >
 >
 > //for display, we need to skip after <a rel="nofollow" style='text-decoration: none;' href="http://," target="_blank">http://,</a> and
go
 > to the next slash
 >
 > displayresult=DocURL.substring(protocolIndex + 3
 > ,serverIndex);
 >
 > InsertElementAnchor(urlresult, displayresult);
 >
 > }
 >
 >
 >
 > function HtmlEncode(text)
 >
 > {
 >
 > return text.replace(/&/g, '&amp').replace(/'/g,
'"').replace(/</g,
 > '<').replace(/>/g, '>');
 >
 > }
 >
 >
 >
 > function TagAttrib(name, value)
 >
 > {
 >
 > return ' '+name+'="'+HtmlEncode(value)+'"';
 >
 > }
 >
 >
 >
 > function PrintTag(tagName, needCloseTag, attrib, inner){
 >
 > document.write( '<' + tagName + attrib + '>' + HtmlEncode(inner) );
 >
 > if (needCloseTag) document.write( '</' + tagName +'>' );
 >
 > }
 >
 >
 >
 > function URI(href)
 >
 > {
 >
 > IEVer = window.navigator.appVersion;
 >
 > IEVer = IEVer.substr( IEVer.indexOf('MSIE') + 5, 3 );
 >
 >
 >
 > return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?
 >
 > encodeURI(href) :
 >
 > escape(href).replace(/%3A/g, ':').replace(/%3B/g, ';');
 >
 > }
 >
 >
 >
 > function InsertElementAnchor(href, text)
 >
 > {
 >
 > PrintTag('A', true, TagAttrib('HREF', URI(href)), text);
 >
 > }
 >
 >
 >
 > //-->
 >
 > </script>
 >
 >
 >
 > <body bgcolor="FFFFFF">
 >
 >
 >
 > <table width="410" cellpadding="3" cellspacing="5">
 >
 >
 >
 > <tr>
 >
 > <td align="left" valign="middle" width="360">
 >
 > <h1 style="COLOR:000000; FONT: 13pt/15pt
 > verdana"><!--Problem-->Siden kan ikke vises</h1>
 >
 > </td>
 >
 > </tr>
 >
 >
 >
 > <tr>
 >
 > <td width="400" colspan="2"> <font style="COLOR:000000; FONT:
8pt/11pt
 > verdana">Der er opstået et problem med den side, du forsøger at se, og
siden
 > kan ikke vises.</font></td>
 >
 > </tr>
 >
 >
 >
 > <tr>
 >
 > <td width="400" colspan="2"> <font style="COLOR:000000; FONT:
8pt/11pt
 > verdana">
 >
 >
 >
 > <hr color="#C0C0C0" noshade>
 >
 >
 >
 > <p>Prøv følgende:</p>
 >
 >
 >
 > <ul>
 >
 > <li>Åbn
 >
 >
 >
 >
 >
 > <script>
 >
 > <!--
 >
 > if
(!((window.navigator.userAgent.indexOf("MSIE") >
 > 0) && (window.navigator.appVersion.charAt(0) == "2")))
 >
 > {
 >
 > Homepage();
 >
 > }
 >
 > //-->
 >
 > </script>
 >
 >
 >
 > hjemmesiden, og søg derefter efter hyperlinks
til de
 > ønskede oplysninger.</li>
 >
 >
 >
 > <li>Klik på knappen <a href="javascript:location.reload()">
 > Opdater</a>, eller forsøg igen senere.<br>
 >
 > </li>
 >
 > </ul>
 >
 >
 >
 > <h2 style="font:8pt/11pt verdana; color:000000">HTTP 403,2 - Ikke
 > tilladt: Læseadgang forbudt<br> Internet Information Services</h2>
 >
 >
 >
 > <hr color="#C0C0C0" noshade>
 >
 >
 >
 > <p>Tekniske oplysninger (for supportteknikere)</p>
 >
 >
 >
 > <ul>
 >
 > <p>
 >
 > <li>Baggrund:<br> Denne fejl kan opstå, hvis du ikke kan få vist en
 > standardside, og hvis søgning i mapper ikke er aktiveret for den
pågældende
 > mappe, eller hvis du forsøger at få vist en HTML-side, som er placeret i
en
 > mappe, hvor du kun har Udfør-tilladelse eller Script-tilladelse.</p>
 >
 > <p>
 >
 >
 >
 > <li>Yderligere oplysninger:<br> <a
 >
href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&olc
 >
id=1030&clcid=1030&pid=&ID=403.2&cat=web&os=&over=&hrd=&Opt1=&Opt2=&Opt3="
 > target="_blank">Microsoft Support</a>
 >
 > </li></p>
 >
 > </ul>
 >
 >
 >
 > </font></td>
 >
 > </tr>
 >
 >
 >
 > </table>
 >
 > </body>
 >
 > </html>
 >
 >
 >
 > End of the code
 >
 >
 > As far as I can see, I get the same code in the left frame.
 >
 >
 >
 > This is the mainframe code:
 >
 >
 >
 > <html>
 >
 >
 >
 > <head>
 >
 > <meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
 >
 > <meta http-equiv="Content-Language" content="en-us">
 >
 > <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
 >
 > <meta name="ProgId" content="FrontPage.Editor.Document">
 >
 > <title>Mainpage-opening</title>
 >
 > <link rel="stylesheet" type="text/css" href="Stylesheet/Main.css">
 >
 > </head>
 >
 >
 >
 > <body>
 >
 >
 >
 > <h1>Welcome to Cimber Air Support Quality Management</h1>
 >
 >
 >
 > <p> </p>
 >
 >
 >
 > <h3><b>Introduction</b></h3>
 >
 >
 >
 > <p>The Cimber Air Support a/s quality management system is a
comprehensive
 > management system
 >
 > focusing on policies, goals, responsibilities and business processes.</p>
 >
 > <p>30th May 2005</p>
 >
 > <p>Carl Jørgen Pedersen</p>
 >
 > <p>Managing director</p>
 >
 >
 >
 > <p><a href="_private/admin/change-record.htm">Link to Change record
 > overview.</a></p>
 >
 >
 >
 > </body>
 >
 >
 >
 > </html>
 >
 > End of the code
 >
 >
 > I may add the following to my explanation:
 >
 > All 3 sections of the frame top, left and main are created in the right
 > scale on the screen.
 >
 > The text in the main is correct and styled as wanted.
 >
 > Both the top and the left frame sections display the above translated
 > failure message.
 >
 >
 >
 > I hope this may assist in the trouble shooting.
 >
 >
 >
 > Jorgen
 >> Stay informed about: IIS will not open frames? 
Back to top
Login to vote
jnm

External


Since: May 30, 2005
Posts: 3



(Msg. 5) Posted: Mon May 30, 2005 10:06 pm
Post subject: Re: IIS will not open frames? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Kristofer Gafvert [MVP]" skrev i en meddelelse

 > Hello,
 >
 > You are seeing a 403.2 error message. Please open IIS Manager, right click
 > the folder where the failing files exists, and click Properties. Make sure
 > that "Read" is checked. If it is checked, control this property on the
 > files in question (right click the file in IIS Manager, and click
 > Properties).
 >
 >
Hi

I checked the "Read" and everyrthing works fine.
I wonder why or how that folder was not marked as "Read". Where do I set
that attribute???
When I made the upload this afternoon, I had the same settings in FrontPage.
Anyway thanks a lot.
Jørgen
 >> Stay informed about: IIS will not open frames? 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 6) Posted: Mon May 30, 2005 10:06 pm
Post subject: Re: IIS will not open frames? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

A random thought -- If you run ASP.Net on the web server, it will remove
Read access to all /bin directories inside of an ASP.Net application (for
security reasons -- /bin should not be web-accessible) -- so if your
referenced HTML page is in the /bin directory of an ASP.Net application,
this behavior is by-design.

Otherwise, you probably want to start tracking down what is tweaking your
IIS configuration without telling you...

--
//David
IIS
<a rel="nofollow" style='text-decoration: none;' href="http://blogs.msdn.com/David.Wang" target="_blank">http://blogs.msdn.com/David.Wang</a>
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"jnm" wrote in message


"Kristofer Gafvert [MVP]" skrev i en meddelelse

 > Hello,
 >
 > You are seeing a 403.2 error message. Please open IIS Manager, right click
 > the folder where the failing files exists, and click Properties. Make sure
 > that "Read" is checked. If it is checked, control this property on the
 > files in question (right click the file in IIS Manager, and click
 > Properties).
 >
 >
Hi

I checked the "Read" and everyrthing works fine.
I wonder why or how that folder was not marked as "Read". Where do I set
that attribute???
When I made the upload this afternoon, I had the same settings in FrontPage.
Anyway thanks a lot.
Jørgen
 >> Stay informed about: IIS will not open frames? 
Back to top
Login to vote
Brad

External


Since: Feb 18, 2010
Posts: 1



(Msg. 7) Posted: Thu Feb 18, 2010 9:26 am
Post subject: RE: IIS will not open frames? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Having trouble trying to get onto this site can anyone help me .


You are not authorized to view this page
You do not have permission to view this directory or page from the Internet address of your Web browser.

--------------------------------------------------------------------------------

If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the www.calxharness.com home page.

HTTP 403.6 - Forbidden: IP address rejected
Internet Information Services

--------------------------------------------------------------------------------



From http://www.developmentnow.com/g/59_2005_5_0_0_532229/IIS-will-not-open...ames.ht

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/
 >> Stay informed about: IIS will not open frames? 
Back to top
Login to vote
Dan

External


Since: Dec 07, 2009
Posts: 2



(Msg. 8) Posted: Fri Feb 19, 2010 5:25 am
Post subject: Re: IIS will not open frames? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Brad" wrote in message

> Hi Having trouble trying to get onto this site can anyone help me .
>
>
> You are not authorized to view this page
> You do not have permission to view this directory or page from the
> Internet address of your Web browser.
>
> --------------------------------------------------------------------------------
>
> If you believe you should be able to view this directory or page, please
> contact the Web site administrator by using the e-mail address or phone
> number listed on the www.calxharness.com home page.
>
> HTTP 403.6 - Forbidden: IP address rejected
> Internet Information Services
>
> --------------------------------------------------------------------------------


The IP address of the connection you are using has been blocked by the
server at that site. You will need to do as the message says to find out
why.

--
Dan
 >> Stay informed about: IIS will not open frames? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS frames - I am hosting a site locally and i am using frames but when i go to check it through the localhost address it tells me that the files are not found and im sure the files are in the folder. i am using IIS v 5.1 with windows xp

Frontpage extensions frames - We have an intranet with frontpage extensions 2002 on IIS 5 on Windows 2000 server. I also seem to get the same problem on windows xp. When we publish our intranet it does not display the frames for the pages. Our main page displays but not the..

loading html pages in frames - We have a fairly simply web app that for some reason is having problems on 2003 IIS 6 Basically if the htm file exists in this directory we show a link on the web page for the user to click on. It then loads that htm in the second frame. We have this..

can't open IIS 5.0 - when I try to open IIS 5.0 a message appears that "says it can't find path" on local machine IIS won't open even if you reinstall it

ISM does not open - Hi, i have windows 2000 server with iis 5.0 installed, i am not able to open internet service manager snapin , does not throw any error but simply does not open
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada)
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 ]