Click here to Skip to main content
15,892,161 members

Comments by Denno.Secqtinstien (Top 67 by date)

Denno.Secqtinstien 2-Dec-13 8:33am View    
i think the error is due to the code config.Save(); used in utility code, so have to check it.
Denno.Secqtinstien 2-Dec-13 8:28am View    
thatraja, thanks for your immediate solution but which folder i have to give ? actually player has dependency for app_data folder, player folder, jukebox folder, utility folder and i have given all of the permissions to them. shall i have to give full permission to sites9jukebox folder/directory which is root directory for this application.
Denno.Secqtinstien 2-Dec-13 8:21am View    
the file has been committed to the repository dedicated to the player at https://github.com/Neha-choudhary/JukeBoxAudioPlayer/blob/master/web.config due to which issue is replicated.
Denno.Secqtinstien 2-Dec-13 6:37am View    
Deleted
<configuration>
<configsections>
<sectiongroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectiongroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">

<sectiongroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">



<appsettings>
<connectionstrings>
<system.web>
<compilation debug="true">
<assemblies>
<add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A">
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089">
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089">
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089">
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089">


<authentication mode="Forms">
<forms name=".UDMP3PLAYERAT" loginUrl="Login.aspx" timeout="14400" slidingExpiration="true">
<credentials passwordformat="Clear">
<user name="admin" password="1234567">

</forms>

<authorization>
<!--Uncomment lines below to protect the app with forms authentication-->
<!--<allow users="admin">
<deny users="?">-->

<customerrors mode="Off">
<httphandlers>
<add verb="*" path="*.dynplist" type="PlaylistClass">
<remove verb="*" path="*.asmx">
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
Denno.Secqtinstien 15-Oct-12 2:17am View    
you could try phalanger for Php to be used inside visual studio.