Re: Published app doesn't work; what did I forget?
- From: Alexey Smirnov <alexey.smirnov@xxxxxxxxx>
- Date: Wed, 15 Apr 2009 05:27:36 -0700 (PDT)
On Apr 15, 2:06 pm, dgk <d...@xxxxxxxxxxxxx> wrote:
On Tue, 14 Apr 2009 12:18:21 -0700 (PDT), Alexey Smirnov
<alexey.smir...@xxxxxxxxx> wrote:
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
403 if I just try the site, 404 if I ask for a specific page
(default.aspx). I'll try removing friendly error pages. I'm also going
to try publishing it to another server.
What does "shared directory" mean? Is it located on another server?
.
- References:
- Published app doesn't work; what did I forget?
- From: dgk
- Re: Published app doesn't work; what did I forget?
- From: sloan
- Re: Published app doesn't work; what did I forget?
- From: dgk
- Re: Published app doesn't work; what did I forget?
- From: Alexey Smirnov
- Re: Published app doesn't work; what did I forget?
- From: dgk
- Published app doesn't work; what did I forget?
- Prev by Date: Re: Published app doesn't work; what did I forget?
- Next by Date: Re: code not working in IE6 and IE8
- 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
|