PDA

View Full Version : خطا در اجرای پروژه



akbarg64
یک شنبه 18 بهمن 1394, 15:27 عصر
سلام.من یک پروژه دارم.پابلیش کردم اما تاسفانه روی سرور اجرا نمیشه و این خطا رو میده.ممنون میشم کمکم کنید
محتوای فایل کانفیگ



<?xml version="1.0"?><configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <system.web> <authentication mode="Forms"> <forms name=".Cookie" protection="All" loginUrl="login.aspx" defaultUrl="default.aspx" path="/"> <credentials passwordFormat="Clear"> </credentials> </forms> </authentication> <authorization> <deny users="?"/> </authorization> <compilation debug="true" targetFramework="4.0"> </compilation> <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/></system.web> <location path="image"> <system.web> <authorization> <allow users="*"/> </authorization> </system.web> </location> <location path="index.aspx"> <system.web> <authorization> <allow users="*"/> </authorization> </system.web> </location> </configuration>

akbarg64
یک شنبه 18 بهمن 1394, 21:56 عصر
این کد رو توی کانفیگ گذاشتم.خطا عوض شد.هیشکی کمک نمیکنه؟؟؟؟؟؟
<customErrors mode="Off" />