IIS Server Security - error message

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server Security > September 2006 > error message





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author error message
hoss

2006-09-16, 1:42 pm

i do have web application on my local machine and when i run the
application i get in the default page which is that the main page and
after that i getting error message saying that INVALID URL ACCESS but
every thing seem fine to me and i am sure that the problem with the IIS
configration so any one can help please.

Bernard Cheah [MVP]

2006-09-16, 1:42 pm

This does not look likes error msgs from IIS.
Check your coding on url link or logic.....
also are you behind proxy?

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"hoss" <hossnihendy@msn.com> wrote in message
news:1158282319.789320.50470@i3g2000cwc.googlegroups.com...
>i do have web application on my local machine and when i run the
> application i get in the default page which is that the main page and
> after that i getting error message saying that INVALID URL ACCESS but
> every thing seem fine to me and i am sure that the problem with the IIS
> configration so any one can help please.
>



hoss

2006-09-16, 1:42 pm

no i not behind proxy. and code is ok and url link too that because i
am running the same exact application in different machine and also
that application was working fine before doing reimage my that machine
that the reason of thinking about the IIS configration..
Bernard Cheah [MVP] wrote:[vbcol=seagreen]
> This does not look likes error msgs from IIS.
> Check your coding on url link or logic.....
> also are you behind proxy?
>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> "hoss" <hossnihendy@msn.com> wrote in message
> news:1158282319.789320.50470@i3g2000cwc.googlegroups.com...

Bernard Cheah [MVP]

2006-09-18, 1:27 am

You need to provide more error information as well as setup info, like OS
version, what so different about this machine and the one that is working,
etc

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"hoss" <hossnihendy@msn.com> wrote in message
news:1158338497.042674.128820@i3g2000cwc.googlegroups.com...
> no i not behind proxy. and code is ok and url link too that because i
> am running the same exact application in different machine and also
> that application was working fine before doing reimage my that machine
> that the reason of thinking about the IIS configration..
> Bernard Cheah [MVP] wrote:
>



hoss

2006-09-19, 1:34 am

i do have Windows XP but actaully that application was working on my
machine and for some reason i restored the machine and i do have also
norton anti virus
Bernard Cheah [MVP] wrote:[vbcol=seagreen]
> You need to provide more error information as well as setup info, like OS
> version, what so different about this machine and the one that is working,
> etc
>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> "hoss" <hossnihendy@msn.com> wrote in message
> news:1158338497.042674.128820@i3g2000cwc.googlegroups.com...

Bernard Cheah [MVP]

2006-09-19, 7:27 am

what error msgs you see at the browser?
and any error in event viewer log ?

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"hoss" <hossnihendy@msn.com> wrote in message
news:1158628850.689834.258490@m73g2000cwd.googlegroups.com...
>i do have Windows XP but actaully that application was working on my
> machine and for some reason i restored the machine and i do have also
> norton anti virus
> Bernard Cheah [MVP] wrote:
>



hoss

2006-09-20, 1:28 pm

the error message at the browser when i try from the default page to
login as Admin or to create a new user i getting the error page in the
application and the error saying INVALID URL ACCESS and basically the
same error message in the log file in the C: drive
Bernard Cheah [MVP] wrote:[vbcol=seagreen]
> what error msgs you see at the browser?
> and any error in event viewer log ?
>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> "hoss" <hossnihendy@msn.com> wrote in message
> news:1158628850.689834.258490@m73g2000cwd.googlegroups.com...

Bernard Cheah [MVP]

2006-09-21, 1:33 am

Oh well. Ok now, let's do a few test:

a) create a hello.html, put it at the webroot, browse
http://localhost/hello.html, works?
b) what page you trying to access? asp ? asp.net or ?
c) how about a simple hello.asp or hello.aspx ?
d) get wfetch, run it on the machine itself, host = localhost, post the
output here.
HOW TO: Use Wfetch.exe to Troubleshoot HTTP Connections
http://support.microsoft.com/?id=284285

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"hoss" <hossnihendy@msn.com> wrote in message
news:1158768475.921833.34440@b28g2000cwb.googlegroups.com...
> the error message at the browser when i try from the default page to
> login as Admin or to create a new user i getting the error page in the
> application and the error saying INVALID URL ACCESS and basically the
> same error message in the log file in the C: drive
> Bernard Cheah [MVP] wrote:
>



hoss

2006-09-22, 1:22 pm

i do use asp.net and i create a simple hello.aspx and i saved in in
wwwroot and it work ok http://localhost/Testing_URL/hello.aspx. but i
do not really get the wfetch and how i run it.
Bernard Cheah [MVP] wrote:[vbcol=seagreen]
> Oh well. Ok now, let's do a few test:
>
> a) create a hello.html, put it at the webroot, browse
> http://localhost/hello.html, works?
> b) what page you trying to access? asp ? asp.net or ?
> c) how about a simple hello.asp or hello.aspx ?
> d) get wfetch, run it on the machine itself, host = localhost, post the
> output here.
> HOW TO: Use Wfetch.exe to Troubleshoot HTTP Connections
> http://support.microsoft.com/?id=284285
>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> "hoss" <hossnihendy@msn.com> wrote in message
> news:1158768475.921833.34440@b28g2000cwb.googlegroups.com...

Bernard Cheah [MVP]

2006-09-29, 1:43 am

Sorry, been traveling. Now, if it work ok for the hello.aspx, meaning
asp.net engine is fine.
you need to check your applicaiton now...

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"hoss" <hossnihendy@msn.com> wrote in message
news:1158944707.167656.223940@m73g2000cwd.googlegroups.com...
>i do use asp.net and i create a simple hello.aspx and i saved in in
> wwwroot and it work ok http://localhost/Testing_URL/hello.aspx. but i
> do not really get the wfetch and how i run it.
> Bernard Cheah [MVP] wrote:
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com