Click here to Skip to main content
15,908,264 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFlash Giving that WOW to ur website Pin
duo!@#21-Aug-07 21:59
duo!@#21-Aug-07 21:59 
AnswerRe: Flash Giving that WOW to ur website Pin
SimulationofSai21-Aug-07 22:27
SimulationofSai21-Aug-07 22:27 
QuestionExtracting Numbers From Other Text Pin
Brendan Vogt21-Aug-07 21:42
Brendan Vogt21-Aug-07 21:42 
AnswerRe: Extracting Numbers From Other Text Pin
greekius21-Aug-07 22:26
greekius21-Aug-07 22:26 
QuestionData Grid .. Pin
nandhububbly21-Aug-07 21:42
nandhububbly21-Aug-07 21:42 
AnswerRe: Data Grid .. Pin
Christian Graus21-Aug-07 21:55
protectorChristian Graus21-Aug-07 21:55 
GeneralRe: Data Grid .. Pin
nandhububbly21-Aug-07 22:56
nandhububbly21-Aug-07 22:56 
QuestionAccess to the path 'c:\inetpub\wwwroot\FinalUploadProgress\web.config' is denied. Pin
-- Abhi --21-Aug-07 21:40
-- Abhi --21-Aug-07 21:40 
Hi..

Friends.

I'm getting this error while changig in 'httpHandler' section in web.config

by following code..

Configuration objConfig = WebConfigurationManager.OpenWebConfiguration(Request.ApplicationPath);
HttpHandlersSection sec = (HttpHandlersSection) objConfig.GetSection("system.web/httpHandlers");
sec.Handlers.RemoveAt(0);

HttpModulesSection sec2 = (HttpModulesSection)objConfig.GetSection("system.web/httpModules");
sec2.Modules.RemoveAt(0);

objConfig.Save(ConfigurationSaveMode.Full);

When, I m executing this code, I m getting this types of error message,

Access to the path 'c:\inetpub\wwwroot\FinalUploadProgress\web.config' is denied.

Please help me ASAP

Thanks in Advance..

Regards,
Abhi
AnswerRe: Access to the path 'c:\inetpub\wwwroot\FinalUploadProgress\web.config' is denied. Pin
greekius21-Aug-07 22:12
greekius21-Aug-07 22:12 
QuestionSimple connection - What is wrong With This code? Pin
greekius21-Aug-07 21:26
greekius21-Aug-07 21:26 
AnswerRe: Simple connection - What is wrong With This code? Pin
Michael Sync21-Aug-07 21:30
Michael Sync21-Aug-07 21:30 
AnswerRe: Simple connection - What is wrong With This code? Pin
Parwej Ahamad21-Aug-07 21:30
professionalParwej Ahamad21-Aug-07 21:30 
AnswerRe: Simple connection - What is wrong With This code? Pin
N a v a n e e t h21-Aug-07 21:34
N a v a n e e t h21-Aug-07 21:34 
GeneralRe: Simple connection - What is wrong With This code? Pin
N a v a n e e t h21-Aug-07 21:36
N a v a n e e t h21-Aug-07 21:36 
GeneralRe: Simple connection - What is wrong With This code? Pin
Parwej Ahamad21-Aug-07 21:43
professionalParwej Ahamad21-Aug-07 21:43 
GeneralRe: Simple connection - What is wrong With This code? Pin
N a v a n e e t h21-Aug-07 22:02
N a v a n e e t h21-Aug-07 22:02 
GeneralRe: Simple connection - What is wrong With This code? Pin
Parwej Ahamad21-Aug-07 22:08
professionalParwej Ahamad21-Aug-07 22:08 
GeneralRe: Simple connection - What is wrong With This code? Pin
greekius21-Aug-07 22:16
greekius21-Aug-07 22:16 
QuestionEnable-Disable web.config section. Pin
-- Abhi --21-Aug-07 21:19
-- Abhi --21-Aug-07 21:19 
AnswerRe: Enable-Disable web.config section. Pin
SimulationofSai21-Aug-07 22:35
SimulationofSai21-Aug-07 22:35 
GeneralRe: Enable-Disable web.config section. Pin
-- Abhi --21-Aug-07 23:08
-- Abhi --21-Aug-07 23:08 
QuestionOut parameter from Stored procedure [modified] Pin
manowj21-Aug-07 20:53
manowj21-Aug-07 20:53 
AnswerRe: Out parameter from Stored procedure Pin
Michael Sync21-Aug-07 21:26
Michael Sync21-Aug-07 21:26 
QuestionHelp with CheckBoxList Pin
paulsgregg21-Aug-07 20:34
paulsgregg21-Aug-07 20:34 
AnswerRe: Help with CheckBoxList Pin
Michael Sync21-Aug-07 20:58
Michael Sync21-Aug-07 20:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.