Jump to content

can't get to asp.net app


Recommended Posts

Guest rodchar
Posted

hey all,

we have a simple asp.net application on our intranet that is authenticating

thru windows authentication integration. other users on their pcs can get to

this application just fine.

 

for some reason on my pc when i try to get to the application i get the iis

error "This page cannot be displayed."

 

any ideas why i can't see this application? i can browse to the default site

which is just a plain html and see that just fine on the web server. it's

just when i try to get to this asp.net application.

 

thanks,

rodchar

  • Replies 2
  • Created
  • Last Reply
Guest Newbie Coder
Posted

Re: can't get to asp.net app

 

Rodchar,

 

Are the files ASPX or HTM/HTML? One is static & the other dynamic

 

What version of the .NET Framework are you running on? Same as other machines? Can anyone

else on this machine view the site?

 

Page cannot be displayed is a 404 error. Is this the error you're getting? Is the link to

the default page current or is it from an out-of-date link?

 

What are the security settings for local Intranet in your web browser?

 

Please give more info,

 

--

Newbie Coder

(It's just a name)

 

 

"rodchar" <rodchar@discussions.microsoft.com> wrote in message

news:0D042529-0456-428E-9298-94E1D0E94668@microsoft.com...

> hey all,

> we have a simple asp.net application on our intranet that is authenticating

> thru windows authentication integration. other users on their pcs can get to

> this application just fine.

>

> for some reason on my pc when i try to get to the application i get the iis

> error "This page cannot be displayed."

>

> any ideas why i can't see this application? i can browse to the default site

> which is just a plain html and see that just fine on the web server. it's

> just when i try to get to this asp.net application.

>

> thanks,

> rodchar

Guest rodchar
Posted

Re: can't get to asp.net app

 

> Are the files ASPX or HTM/HTML?

..aspx file

> What version of the .NET Framework are you running on? Same as other machines?

Yes, it is the same version .net 2.0 fx on each pc.

> Page cannot be displayed is a 404 error. Is this the error you're getting?

Yes, i believe it is an iis error message and not an asp.net one.

 

 

 

"Newbie Coder" wrote:

> Rodchar,

>

> Are the files ASPX or HTM/HTML? One is static & the other dynamic

>

> What version of the .NET Framework are you running on? Same as other machines? Can anyone

> else on this machine view the site?

>

> Page cannot be displayed is a 404 error. Is this the error you're getting? Is the link to

> the default page current or is it from an out-of-date link?

>

> What are the security settings for local Intranet in your web browser?

>

> Please give more info,

>

> --

> Newbie Coder

> (It's just a name)

>

>

> "rodchar" <rodchar@discussions.microsoft.com> wrote in message

> news:0D042529-0456-428E-9298-94E1D0E94668@microsoft.com...

> > hey all,

> > we have a simple asp.net application on our intranet that is authenticating

> > thru windows authentication integration. other users on their pcs can get to

> > this application just fine.

> >

> > for some reason on my pc when i try to get to the application i get the iis

> > error "This page cannot be displayed."

> >

> > any ideas why i can't see this application? i can browse to the default site

> > which is just a plain html and see that just fine on the web server. it's

> > just when i try to get to this asp.net application.

> >

> > thanks,

> > rodchar

>

>


×
×
  • Create New...