Ask a Question related to ASP.NET General, Design and Development.
-
John Knoop #1
customError only works for .aspx files?
Hi
I've designed my own 404 not found error page. And it works fine if I type
in this URL:
[url]www.mydomain.com/doesntexist.aspx[/url]
However, if I type in:
[url]www.mydomain.com/doesntexist.html[/url]
then I get the usual standard error message. How can I overcome this?
/john
John Knoop Guest
-
put aspx files online
Can you post the detailed err. msg? -- G. "Marichael Davy" wrote: -
How to Deploy aspx files
Hi everybody, I'm a new be for ASP .NET. I made a simple project (C# coded web project) and I want to deploy it to my web site. My project... -
.aspx files don't work
I have been having some trouble with my web server running under Windows 2000 Server, so I removed IIS and reinstalled it. Now, I noticed that my... -
.ASPX works .ASP don't
Any ideas anyone, using IIS 5.1 .ASP web pages do not work I get error 500, but .ASPX web pages work fine? I made a website using MS FrontPage... -
Changing Works files to Word files
My old computer only had Microsoft Works, so all my files were saved in Works. My new computer has Word and I want to pull up and transfer old... -
John Knoop #2
Re: customError only works for .aspx files?
Hi
Unfortunately I down't haev access to the IIS mmc console, since my website
is located on a web hotel to which I connect via FTP. Is there no other way?
Maybe something I can do in web.config?
/john
"James J. Foster" <james@dotnetcoders.com> wrote in message
news:#wqAieKRDHA.1072@TK2MSFTNGP10.phx.gbl...In> What's happening in your case is that the 404 error handler is not being
> handled by ASP.NET, because the file extension (.html) is handled by IIS.should> order to cover your bases for both .NET and non-.NET extensions, youtype> declare a handler at the IIS level via the IIS mmc console (Right-click
> website, select Properties, then the Custom Errors tab).
>
> --
> James J. Foster, DotNetCoders
> [url]http://www.dotnetcoders.com[/url]
>
>
>
> "John Knoop" <john.k@home.se> wrote in message
> news:%23x60OXKRDHA.1564@TK2MSFTNGP12.phx.gbl...> > Hi
> >
> > I've designed my own 404 not found error page. And it works fine if I>> > in this URL:
> >
> > [url]www.mydomain.com/doesntexist.aspx[/url]
> >
> > However, if I type in:
> >
> > [url]www.mydomain.com/doesntexist.html[/url]
> >
> > then I get the usual standard error message. How can I overcome this?
> >
> > /john
> >
> >
>
John Knoop Guest



Reply With Quote

