Click here to Skip to main content
15,894,040 members
Home / Discussions / Web Development
   

Web Development

 
Questionphp code Pin
udara198526-Jul-12 23:46
udara198526-Jul-12 23:46 
AnswerRe: php code Pin
Richard MacCutchan27-Jul-12 1:59
mveRichard MacCutchan27-Jul-12 1:59 
AnswerRe: php code Pin
Sandeep Mewara27-Jul-12 9:18
mveSandeep Mewara27-Jul-12 9:18 
GeneralRe: php code Pin
RichardGrimmer7-Sep-12 0:41
RichardGrimmer7-Sep-12 0:41 
QuestionVisual Studio Error Pin
MWRivera26-Jul-12 14:04
MWRivera26-Jul-12 14:04 
AnswerRe: Visual Studio Error Pin
Philippe Mori26-Jul-12 17:26
Philippe Mori26-Jul-12 17:26 
GeneralRe: Visual Studio Error Pin
MWRivera27-Jul-12 4:31
MWRivera27-Jul-12 4:31 
AnswerRe: Visual Studio Error Pin
WoodenLegNamedSmith2-Aug-12 7:58
WoodenLegNamedSmith2-Aug-12 7:58 
C#
using System.Security.Permissions

The problem is that the webserver is running everything locally through its own IIS user and your code on the local machine is accessing through a "remote" connection. I once ran into a similar problem using a mapped folder.

You only need to set up the permissions for your development machine, NOT the development SERVER, just the machine you are actually writing code on.

You'll need to figure out just which permissions you need to set but here is the MSDN link for the above namespace.

System.Security.Permissions Namespace
I once knew a man with a wooden leg named Smith, I never asked what he named his other leg.

AnswerRe: Visual Studio Error Pin
Sakthivel Parasuraman2-Aug-12 23:57
Sakthivel Parasuraman2-Aug-12 23:57 
QuestionA simple contact form with validation Pin
Member 929983624-Jul-12 5:03
Member 929983624-Jul-12 5:03 
AnswerRe: A simple contact form with validation Pin
StianSandberg26-Jul-12 4:49
StianSandberg26-Jul-12 4:49 
QuestionFirst SOAP project coming up, need clarification Pin
MrAurora24-Jul-12 2:55
MrAurora24-Jul-12 2:55 
AnswerRe: First SOAP project coming up, need clarification Pin
jkirkerx24-Jul-12 8:22
professionaljkirkerx24-Jul-12 8:22 
GeneralRe: First SOAP project coming up, need clarification Pin
MrAurora25-Jul-12 0:22
MrAurora25-Jul-12 0:22 
GeneralRe: First SOAP project coming up, need clarification Pin
jkirkerx25-Jul-12 7:31
professionaljkirkerx25-Jul-12 7:31 
GeneralRe: First SOAP project coming up, need clarification Pin
MrAurora27-Jul-12 0:56
MrAurora27-Jul-12 0:56 
GeneralRe: First SOAP project coming up, need clarification Pin
jkirkerx27-Jul-12 7:21
professionaljkirkerx27-Jul-12 7:21 
Question.net client, java soap web services , validation from soap headers Pin
Anuradhaanu22-Jul-12 23:08
Anuradhaanu22-Jul-12 23:08 
AnswerRe: .net client, java soap web services , validation from soap headers Pin
Richard MacCutchan23-Jul-12 3:20
mveRichard MacCutchan23-Jul-12 3:20 
Questionsending data to script on web server Pin
Danzy8321-Jul-12 11:42
Danzy8321-Jul-12 11:42 
AnswerRe: sending data to script on web server Pin
Sandeep Mewara21-Jul-12 19:58
mveSandeep Mewara21-Jul-12 19:58 
AnswerRe: sending data to script on web server Pin
David Mujica23-Jul-12 2:22
David Mujica23-Jul-12 2:22 
GeneralRe: sending data to script on web server Pin
Danzy8323-Jul-12 4:34
Danzy8323-Jul-12 4:34 
GeneralRe: sending data to script on web server Pin
Andrei Straut23-Jul-12 9:04
Andrei Straut23-Jul-12 9:04 
GeneralRe: sending data to script on web server Pin
David Mujica23-Jul-12 11:05
David Mujica23-Jul-12 11:05 

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.