Re: Published app doesn't work; what did I forget?
- From: Alexey Smirnov <alexey.smirnov@xxxxxxxxx>
- Date: Tue, 14 Apr 2009 12:18:21 -0700 (PDT)
On 14 Apr., 20:45, dgk <d...@xxxxxxxxxxxxx> wrote:
On Mon, 13 Apr 2009 16:22:37 -0400, "sloan" <sl...@xxxxxxxxx> wrote:
http://support.microsoft.com/kb/911816
Add this to your projects.
You need to compile it, then add a reference then add the web.config line.
<httpModules>
<add name="UnhandledExceptionModule"
type="MyCompany.MyAssembly.UnhandledExceptionModule,MyCompany.MyAssembly"/>
</httpModules>
Thanks. I'll try that. I think the problem is somewhere else though. I
just put up Hello World and I'm getting a 403 for that also. The IT
admin can't figure out anything.- Zitierten Text ausblenden -
- Zitierten Text anzeigen -
HTTP 403 stays for vorbidden
HTTP 404 is for page not found
So, what did you get? It looks like DNS is pointed to wrong directory
or default page is not configured (for example, you have index.aspx in
your project, but website is configured for default.aspx only).
You would probably also need to remove user friendly error pages in
IE
http://support.microsoft.com/kb/294807
Hope this helps
.
- Follow-Ups:
- References:
- Prev by Date: Re: How to make a variable with a value that persists over multiple postbacks
- Next by Date: Re: any better suggestions?
- Previous by thread: Re: Published app doesn't work; what did I forget?
- Next by thread: Re: Published app doesn't work; what did I forget?
- Index(es):
Relevant Pages
|