PDA

View Full Version : مبتدی: مشکل با profile



saharfh
سه شنبه 26 مرداد 1389, 07:40 صبح
سلام دوستان
من یه مشکلی دارم با profile توی web.config این کد رو میزنم
<profile enabled="true">
<properties>
<add name="Address" type="string"/>
<add name="City" type="string"/>
</properties>
</profile>
بعد میام add می کنم بهش
protected void btn_Click(object sender, EventArgs e)
{
Profile.Address = txtaddress.Text;
Profile.City = txtcity.Text;
Profile.Save();
}
اما موقع retrieve کردن انگار profile خالیه من تو forum های asp.net گشتم یکی گفت IIS رو یه بار uninstall کن دوباره install کن اما درست نشد:ناراحت: