Home All Groups Group Topic Archive Search About

Sharing Application and Session scope with ASP in IIS6

Author
30 Mar 2005 9:59 AM
Angelo Brusati
Hi everybody

I've installed my web application on a IIS6 (Windows 2003) but I've
difficulty to share caching in Application and Session scope between .NET
and ASP.
It works on a II5...
I'm sure it's something about security - but what?

Scenario:
- same web site
- same application pool


Thanks in advance
/Angelo

Author
30 Mar 2005 1:23 PM
Nicole Calinoiu
What mechanism are you using for the cache sharing?  What makes you think
it's a security issue?  Are you seeing some particular exception(s)?


Show quoteHide quote
"Angelo Brusati" <ang***@intrasuite.net> wrote in message
news:%23RnGt8QNFHA.2356@TK2MSFTNGP14.phx.gbl...
> Hi everybody
>
> I've installed my web application on a IIS6 (Windows 2003) but I've
> difficulty to share caching in Application and Session scope between .NET
> and ASP.
> It works on a II5...
> I'm sure it's something about security - but what?
>
> Scenario:
> - same web site
> - same application pool
>
>
> Thanks in advance
> /Angelo
>
>
Author
30 Mar 2005 1:37 PM
Angelo Brusati
Probably because the .NET application has been copied from another
application.
A .NET web solution is sensitive to the name used under the first compiling.
Change the name of the web application and compile again: it should work.

/Angelo


Show quoteHide quote
"Angelo Brusati" <ang***@intrasuite.net> wrote in message
news:%23RnGt8QNFHA.2356@TK2MSFTNGP14.phx.gbl...
> Hi everybody
>
> I've installed my web application on a IIS6 (Windows 2003) but I've
> difficulty to share caching in Application and Session scope between .NET
> and ASP.
> It works on a II5...
> I'm sure it's something about security - but what?
>
> Scenario:
> - same web site
> - same application pool
>
>
> Thanks in advance
> /Angelo
>
>