can't get to asp.net app

  • Thread starter Thread starter rodchar
  • Start date Start date
R

rodchar

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
 
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,
 
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.
 
Back
Top