Posted on: 5/9/2014 3:35:16 AM | Views : 509

// Hi  to all this is my application , this is my first application to server . This is my URL (http://test1.ijacktechnologies.in/demo/Default.aspx)  UName : efold@gmail.com and PWD : efold , I don't know what issue is there , This is my  web config.. --------------------------------------------
<?xml version="1.0"?> <configuration> <system.web> <authentication mode="Forms" > <forms timeout="120" ></forms> </authentication> <compilation debug="true" strict="false" explicit="true" targetFramework="4.0"> <assemblies> <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> <add assembly="System.Web.Extensions, ...

Go to the complete details ...