Click here to Skip to main content
15,887,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Send Mail To Yahoo! Pin
Colin Angus Mackay28-Mar-09 9:39
Colin Angus Mackay28-Mar-09 9:39 
GeneralRe: Send Mail To Yahoo! Pin
mehrdadc4828-Mar-09 19:38
mehrdadc4828-Mar-09 19:38 
AnswerRe: Send Mail To Yahoo! Pin
Yusuf28-Mar-09 11:24
Yusuf28-Mar-09 11:24 
GeneralRe: Send Mail To Yahoo! Pin
mehrdadc4828-Mar-09 19:41
mehrdadc4828-Mar-09 19:41 
GeneralRe: Send Mail To Yahoo! Pin
Yusuf29-Mar-09 8:21
Yusuf29-Mar-09 8:21 
GeneralRe: Send Mail To Yahoo! Pin
mehrdadc4829-Mar-09 17:38
mehrdadc4829-Mar-09 17:38 
QuestionAccess is denied in Processs.GetProcess(.....) Pin
.NET- India 28-Mar-09 1:30
.NET- India 28-Mar-09 1:30 
AnswerRe: Access is denied in Processs.GetProcess(.....) Pin
Colin Angus Mackay28-Mar-09 9:27
Colin Angus Mackay28-Mar-09 9:27 
When you are developing the software you are most likely using Casini (the built in web server in Visual Studio). One of the main issues with that is that Casini is running with your user rights and your web application can do anything you are permitted to do. When it is installed on the server it will be running in IIS and is only permited to do what the account IIS has been given is permitted to do.

The solution is to always develop your ASP.NET application using IIS as the web server so you get to know the issues that IIS will throw up at you.

As you are past that point there are various courses of action I could suggest. However, I am reluctant to do so as each has a security impact on your system that has the potential to open paths for attack. As you have obviously not considered the security implications of your actions within the software you have written I would estimate that the risk may be quite high.


QuestionAsk regarding google map controls in ASP.net with c# Pin
vidhi_2228-Mar-09 1:26
vidhi_2228-Mar-09 1:26 
AnswerRe: Ask regarding google map controls in ASP.net with c# Pin
Christian Graus28-Mar-09 12:10
protectorChristian Graus28-Mar-09 12:10 
GeneralRe: Ask regarding google map controls in ASP.net with c# Pin
vidhi_2229-Mar-09 23:17
vidhi_2229-Mar-09 23:17 
AnswerRe: Ask regarding google map controls in ASP.net with c# Pin
vinodkrebc29-Mar-09 23:32
vinodkrebc29-Mar-09 23:32 
QuestionHow can I get a computer's organizational unit from the Active Directory? Pin
Nada Adel28-Mar-09 1:26
Nada Adel28-Mar-09 1:26 
Questionsql server 2005 Pin
anup keshari28-Mar-09 1:11
anup keshari28-Mar-09 1:11 
AnswerRe: sql server 2005 Pin
Blue_Boy28-Mar-09 2:01
Blue_Boy28-Mar-09 2:01 
GeneralRe: sql server 2005 Pin
anup keshari28-Mar-09 2:10
anup keshari28-Mar-09 2:10 
GeneralRe: sql server 2005 Pin
Blue_Boy28-Mar-09 2:14
Blue_Boy28-Mar-09 2:14 
QuestionGoogle Map controls for asp.net -- Zoom Level Problem When Marker is part of Map Pin
Bhavesh Mandaliya28-Mar-09 0:35
Bhavesh Mandaliya28-Mar-09 0:35 
QuestionWorking with gridview Pin
nainakarri28-Mar-09 0:15
nainakarri28-Mar-09 0:15 
AnswerRe: Working with gridview Pin
Blue_Boy28-Mar-09 0:18
Blue_Boy28-Mar-09 0:18 
GeneralRe: Working with gridview Pin
nainakarri28-Mar-09 0:26
nainakarri28-Mar-09 0:26 
GeneralRe: Working with gridview Pin
Blue_Boy28-Mar-09 0:35
Blue_Boy28-Mar-09 0:35 
GeneralRe: Working with gridview Pin
nainakarri28-Mar-09 0:47
nainakarri28-Mar-09 0:47 
GeneralRe: Working with gridview Pin
Blue_Boy28-Mar-09 0:49
Blue_Boy28-Mar-09 0:49 
GeneralRe: Working with gridview Pin
nainakarri28-Mar-09 1:00
nainakarri28-Mar-09 1:00 

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.