-
Posted to
IIS7 - Configuration & Scripting
by
Resharper123
on
05-21-2009, 2:21 AM
up
-
Posted to
IIS7 - Configuration & Scripting
by
Resharper123
on
05-18-2009, 9:11 AM
Yes. I receive following error page
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP
404. The resource you are looking for (or one of its dependencies)
could have been removed, had its name changed, or is temporarily
unavailable. Please review the ...
-
Posted to
IIS7 - Configuration & Scripting
by
Resharper123
on
05-17-2009, 8:23 AM
Hi to all!
I have site on asp.net. I need to set custom error pages for errors which are not from asp.net. I tried to set in custom errors in IIS7 as follow: Execute URL /ErrorPages/ErrorPage.aspx?errorCode=404. But this approach doesn't work. I receive 500 error code. How to fix it?
P.S. Our IIS 7 works only in Integrated mode.
-
Posted to
IIS 7 - ASP.NET Administration
by
Resharper123
on
05-14-2009, 2:26 AM
No i haven't
-
Posted to
IIS 7 - ASP.NET Administration
by
Resharper123
on
05-13-2009, 3:22 AM
Thanks for reply. Our web site must work only in Integrated mode.
-
Posted to
IIS 7 - ASP.NET Administration
by
Resharper123
on
05-12-2009, 12:02 PM
Hi to all!
I use IIS 7 for my asp.net site. In site i have
error handling module.. When error occurs on page module redirects
through Response.Redirect to non-existing page (because postback may be
partial or full) after that module handles application's error event
and does Server.Transfer to existing page. After ...
-
Posted to
IIS7 - General
by
Resharper123
on
05-12-2009, 8:15 AM
Thanks for reply. I ran following command appcmd.exe migrate config "MyWebsite" (this is a name of application in IIS) and also appcmd.exe migrate config "D:\sites\MyWebsite".
The same problem is going when I do handling errors in global.asax in Application_Error.
-
Posted to
IIS7 - General
by
Resharper123
on
05-12-2009, 3:57 AM
Hi to all!
I have web site on asp.net. This site have error handling module which is redirect user to error page with error description by Response.Redirect. When I run this site on IIS 5.x or IIS 7 Classic mode - my module properly redirects to the error page, but when I set mode to Integrated my module doesn't redirect to error page. ...
-
Posted to
ASP.NET Administration
by
Resharper123
on
05-04-2009, 3:35 AM
Hi!
Sorry for bit of silly question: if there are exist any ways to set *.aspx custom error pages in IIS?
-
Posted to
ASP.NET Administration
by
Resharper123
on
04-29-2009, 3:40 AM
I set for 404 error custom error page as File, Path="%path to my site%/ErrorPage.aspx". Then I tried to get following page /MySite/qweqweqweqwe, which is not exists, this request must be served by IIS. In IE7 I receive following page
The XML page cannot be displayed
Cannot view XML input using XSL style sheet.
Please correct the ...