G
Guest
Hi,
I am having some problems hosting my website. Everything works fine in
my local machine but when I upload to propduction server, my images
won't load properly. I have my state configuration like
this in my web.config:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="true"
timeout="90"
/>
My images are set like this in my code behind:
SelfAssignimg.ImageUrl = "images/plus_sign.gif";
In my production server, when I have cookieless set to false, some of the
client browsers disables the cookies, so other problems are cause because of
this.
Does anyone know whats going on?
Thanks in advance.
Regards,
Karthikeyan
I am having some problems hosting my website. Everything works fine in
my local machine but when I upload to propduction server, my images
won't load properly. I have my state configuration like
this in my web.config:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="true"
timeout="90"
/>
My images are set like this in my code behind:
SelfAssignimg.ImageUrl = "images/plus_sign.gif";
In my production server, when I have cookieless set to false, some of the
client browsers disables the cookies, so other problems are cause because of
this.
Does anyone know whats going on?
Thanks in advance.
Regards,
Karthikeyan