Click here to Skip to main content
15,915,164 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Getting error while adding DLL to the asp.net web application Pin
just3ala227-Sep-06 22:56
just3ala227-Sep-06 22:56 
GeneralRe: Getting error while adding DLL to the asp.net web application Pin
srilu nagalla27-Sep-06 23:06
srilu nagalla27-Sep-06 23:06 
GeneralRe: Getting error while adding DLL to the asp.net web application Pin
just3ala228-Sep-06 0:26
just3ala228-Sep-06 0:26 
AnswerRe: Getting error while adding DLL to the asp.net web application Pin
_AK_27-Sep-06 22:59
_AK_27-Sep-06 22:59 
QuestionDashboard & Web Parts ... VS 2005 Pin
just3ala227-Sep-06 22:29
just3ala227-Sep-06 22:29 
QuestionAccessing UNC Shared Folder through ASP.NET/c# Pin
K.P.Kannan27-Sep-06 21:59
K.P.Kannan27-Sep-06 21:59 
AnswerRe: Accessing UNC Shared Folder through ASP.NET/c# Pin
just3ala227-Sep-06 22:34
just3ala227-Sep-06 22:34 
AnswerRe: Accessing UNC Shared Folder through ASP.NET/c# Pin
Guffa27-Sep-06 22:44
Guffa27-Sep-06 22:44 
First you need to make your string into a string by putting quotes around it:

Bitmap bmp = new Bitmap("\\system\sharedfolder\filename")

Now that code will at least compile.

You need permission for the user account running the ASP.NET code to access the file. The account is usually ASPNET or IISWPG, but a different account can be specified for the application.

If the content server is running IIS or not is irrelevant, as you are not using IIS of the content server to access the file.

Start by sharing the file to everyone, so you see that it works, then you can try to limit the access if you want. As the account has to be present on both computers, you might have to use a domain account. Even if there is a user account with the same name present on the content server, it may not be the same account as they are identified by their unique identifier, not by the name.




---
b { font-weight: normal; }

Questionborder Pin
SABAREN27-Sep-06 21:57
SABAREN27-Sep-06 21:57 
AnswerRe: border Pin
Guffa27-Sep-06 22:48
Guffa27-Sep-06 22:48 
Questionencrypting algorithm used in Login Control Pin
Sonu.T27-Sep-06 21:38
Sonu.T27-Sep-06 21:38 
QuestionTime Pin
kirthikirthi27-Sep-06 21:33
kirthikirthi27-Sep-06 21:33 
AnswerRe: Time Pin
Meax27-Sep-06 21:35
Meax27-Sep-06 21:35 
GeneralRe: Time Pin
kirthikirthi27-Sep-06 22:10
kirthikirthi27-Sep-06 22:10 
GeneralRe: Time Pin
Meax27-Sep-06 22:54
Meax27-Sep-06 22:54 
GeneralRe: Time Pin
kirthikirthi27-Sep-06 23:19
kirthikirthi27-Sep-06 23:19 
GeneralRe: Time Pin
_AK_27-Sep-06 23:22
_AK_27-Sep-06 23:22 
GeneralRe: Time Pin
kirthikirthi28-Sep-06 0:00
kirthikirthi28-Sep-06 0:00 
GeneralRe: Time Pin
_AK_28-Sep-06 0:07
_AK_28-Sep-06 0:07 
GeneralRe: Time Pin
kirthikirthi28-Sep-06 1:10
kirthikirthi28-Sep-06 1:10 
QuestionHow to create Rows dynamically in DataGrid Pin
Ph@ntom27-Sep-06 21:14
Ph@ntom27-Sep-06 21:14 
AnswerRe: How to create Rows dynamically in DataGrid Pin
amaneet27-Sep-06 22:19
amaneet27-Sep-06 22:19 
QuestionAsp.net 2.0 -> Active directory Pin
navionic27-Sep-06 21:08
navionic27-Sep-06 21:08 
QuestionHow to create a custom Calendar control in asp.net web application?? Pin
choorakkuttyil27-Sep-06 20:54
choorakkuttyil27-Sep-06 20:54 
AnswerRe: How to create a custom Calendar control in asp.net web application?? Pin
_AK_27-Sep-06 21:00
_AK_27-Sep-06 21: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.