"The request is not supported"

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hi,
I have upload my ASP.NET application to my IIS 6.0 server
and whenever i try to get a aspx page
i get

"The request is not supported. " in return

when i try to get a .txt file which is in the same directory of the ASP.NET
application it works.

What am i doing wrong?

BTW:Asp application works fine on the server


Thanks.
 
Thanks,How do i enable it?
and will it affect ASP sites running on the server?

Thanks.
 
Julia said:
Thanks,How do i enable it?
and will it affect ASP sites running on the server?

Thanks.

Look at the application configuration and make sure that the ASP.Net
extensions are there.
 
Sounds like the .NET framework needs to be enabled. This should not
effect existing asp sites.
 
Back
Top