Click here to Skip to main content
15,883,819 members
Home / Discussions / Web Development
   

Web Development

 
QuestionC# ASP.NET Sectioning Pin
Expert Coming23-Feb-07 11:22
Expert Coming23-Feb-07 11:22 
AnswerRe: C# ASP.NET Sectioning Pin
Christian Graus23-Feb-07 22:57
protectorChristian Graus23-Feb-07 22:57 
GeneralRe: C# ASP.NET Sectioning Pin
Expert Coming23-Feb-07 23:00
Expert Coming23-Feb-07 23:00 
Questionhttp/1.0 425 http Error Pin
LCI23-Feb-07 9:57
LCI23-Feb-07 9:57 
QuestionDir Function - Network drive Pin
No-e23-Feb-07 5:40
No-e23-Feb-07 5:40 
AnswerRe: Dir Function - Network drive Pin
kubben23-Feb-07 5:44
kubben23-Feb-07 5:44 
GeneralRe: Dir Function - Network drive Pin
No-e23-Feb-07 7:38
No-e23-Feb-07 7:38 
GeneralRe: Dir Function - Network drive Pin
kubben23-Feb-07 7:57
kubben23-Feb-07 7:57 
Well, I can think of a couple of different options.

You could create some process that copies the files from the network to the local web server.

If the files aren't a big security risk, you could create a share for that folder and give everyone rights to it. NOTE still not a great idea even if is just on your local intranet.

So you are left with the final option.
This one is a little bit more involved, but I think it will work well.
First create a domain user account (or have your domain admin create the account for you)
Find what ever app pool your site is running on. If you are currently running on the default app pool I would suggest creating a new one for this site.
In the app pool go to the identity tab. Set the identity to be the domain user you created. NOTE this domain user must be in the IIS_WPG group on the web server box.
Next give the domain user the correct rights locally and on the network folder.

It is a bit of work, but in the end it is probably the best choice.

The other cool thing you can do when you have your web app using the app pool identity. You can use NTAuthentication for you sql connection. You just have to change the connection string and set up that domain user with the correct rights on your sql server.
Ok that was probably more then you wanted to know.

Hope that helps.
Ben
GeneralRe: Dir Function - Network drive Pin
No-e23-Feb-07 8:37
No-e23-Feb-07 8:37 
GeneralRe: Dir Function - Network drive Pin
kubben23-Feb-07 8:56
kubben23-Feb-07 8:56 
QuestionHow to show 2 gif files as one in a aspx file Pin
Member 385807123-Feb-07 4:46
Member 385807123-Feb-07 4:46 
AnswerRe: How to show 2 gif files as one in a aspx file Pin
Guffa23-Feb-07 5:52
Guffa23-Feb-07 5:52 
AnswerRe: How to show 2 gif files as one in a aspx file Pin
badgrs23-Feb-07 5:55
badgrs23-Feb-07 5:55 
QuestionHow to compute absolute x, y coordinate of a HTML element using Java Script? Pin
balu chettri23-Feb-07 4:44
balu chettri23-Feb-07 4:44 
Questionhow can send a video on a mobile using asp.net Pin
Atif Ali Bhatti23-Feb-07 1:45
Atif Ali Bhatti23-Feb-07 1:45 
QuestionResource problem after converting from ASP.NET 1.1 to ASP.NET 2.0 Pin
MD1222-Feb-07 18:56
MD1222-Feb-07 18:56 
QuestionCalling external DLL methods Pin
earlgraham22-Feb-07 11:58
earlgraham22-Feb-07 11:58 
AnswerRe: Calling external DLL methods Pin
pHysiX22-Feb-07 12:05
pHysiX22-Feb-07 12:05 
GeneralRe: Calling external DLL methods Pin
earlgraham22-Feb-07 12:51
earlgraham22-Feb-07 12:51 
GeneralRe: Calling external DLL methods Pin
pHysiX23-Feb-07 20:44
pHysiX23-Feb-07 20:44 
GeneralCalling external DLL methods Pin
pHysiX23-Feb-07 20:45
pHysiX23-Feb-07 20:45 
QuestionHow to debug Pin
No-e22-Feb-07 8:12
No-e22-Feb-07 8:12 
AnswerRe: How to debug Pin
Vasudevan Deepak Kumar22-Feb-07 17:44
Vasudevan Deepak Kumar22-Feb-07 17:44 
AnswerRe: How to debug Pin
Paddy Boyd22-Feb-07 23:49
Paddy Boyd22-Feb-07 23:49 
GeneralRe: How to debug Pin
No-e23-Feb-07 2:05
No-e23-Feb-07 2: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.