S
SevDer
Hi All,
I am recently experiencing a weird problem.
I don't know what exactly is the cause of the problem but here is my
scenario and symptoms.
First of all here is my architecture
1. I have a main framework (DNN) build in VB.NET which I try to prevent
changing things there (simply not changing it)
2. I have a virtual directory under this which I develop in C#.
3. Main app in IIS is http://localhost/DNN
4. My app running in this framework where I develop is located at
http://localhost/DNN/DesktopModules/MyApp
5. When compilations happen all required DLL's go under the main app bin
folder as expected.
Until 1 month ago everything was working fine (I don't know when the problem
started)
Problem statement
1. When I build a referenced library project, it adds a new web.config under
my app which is not required at all and I don't know why this started.
2. When I build myapp it also adds this web.config (I just have to delete it
each time as it does not fit my scenario and throws exceptions when exists)
3. In my code, when I use Response.Redirect, a new session starts.
#3 is my biggest issue as I lose my session.
Does anyone know why this is happening?
My production code still runs hopefully, but development and truly I don't
know the change that might trigger this.
Please help
SevDer
www.sevder.com
I am recently experiencing a weird problem.
I don't know what exactly is the cause of the problem but here is my
scenario and symptoms.
First of all here is my architecture
1. I have a main framework (DNN) build in VB.NET which I try to prevent
changing things there (simply not changing it)
2. I have a virtual directory under this which I develop in C#.
3. Main app in IIS is http://localhost/DNN
4. My app running in this framework where I develop is located at
http://localhost/DNN/DesktopModules/MyApp
5. When compilations happen all required DLL's go under the main app bin
folder as expected.
Until 1 month ago everything was working fine (I don't know when the problem
started)
Problem statement
1. When I build a referenced library project, it adds a new web.config under
my app which is not required at all and I don't know why this started.
2. When I build myapp it also adds this web.config (I just have to delete it
each time as it does not fit my scenario and throws exceptions when exists)
3. In my code, when I use Response.Redirect, a new session starts.
#3 is my biggest issue as I lose my session.
Does anyone know why this is happening?
My production code still runs hopefully, but development and truly I don't
know the change that might trigger this.
Please help
SevDer
www.sevder.com