"Access denied" when viewing my ajax asp.net web page in outlook 2003

N

noureddine

When I create a folder in outlook and give it a homepage url to an
ajax
asp.net page I've developed, I get ajax errors on my page when viewed
in
outlook. The Error is : "Access is denied".

I don't get this error when viewing the page directely in IE.

Thank you
Noro
 
K

Kevin Spencer

Outlook has a much more restricted security configuration for Internet
Explorer than the OS. It is the JavaScript in your page that is being denied
run privileges.

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
 
N

noro

Thank you for your answer,

Can you inform me how I can personalize the security level of my site
in Outlook so that it can execute Ajax Javascript code?

Thanks in advance,
Noro
 
M

Mark Fitzpatrick

I don't believe this is possible as this is a safeguard within outlook and
it's built-in browsing engine and not something a web developer can code. If
we could code such features, any mailicious web site could just use this
code to make their web site deemed safe. This is why you see most emails
come in as basically a static web page, advanced features are just not
available and users should be redirected from the email to view the site in
their browser.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top