Click here to Skip to main content
15,921,174 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Open file in their respective application Pin
Shivan Nandan19-Jul-09 20:09
Shivan Nandan19-Jul-09 20:09 
GeneralRe: Open file in their respective application Pin
N a v a n e e t h19-Jul-09 20:20
N a v a n e e t h19-Jul-09 20:20 
QuestionProbelm in ajax password strength control Pin
janani1319-Jul-09 19:38
janani1319-Jul-09 19:38 
AnswerRe: Probelm in ajax password strength control Pin
Baran M20-Jul-09 0:17
Baran M20-Jul-09 0:17 
QuestionFileUploading gives error on Production Server Pin
meeram39519-Jul-09 19:03
meeram39519-Jul-09 19:03 
AnswerRe: FileUploading gives error on Production Server Pin
Brij19-Jul-09 19:26
mentorBrij19-Jul-09 19:26 
GeneralRe: FileUploading gives error on Production Server Pin
meeram39519-Jul-09 19:37
meeram39519-Jul-09 19:37 
AnswerRe: FileUploading gives error on Production Server Pin
Abhijit Jana19-Jul-09 19:30
professionalAbhijit Jana19-Jul-09 19:30 
meeram395 wrote:
The issue is it is working fine in my local host and failing in production server.

Make sure the Folder where you are uploading files is exists.
Now, There could be the issue with Folder Permission. In Local System, your .NET Application runs with ASP.NET Engine, which having the all kinds of permission that it can writes on your disk.
No, In Production when you have Hosted the sites on IIS Server, IIS run by default "Network Service" Identity, which having the minimum permission to read the files from server, NO Write Access.

Possible Resolution :

1. Give the Write Access Permission to Everyone for that Folder where you are uploading file.
2. Create a Separate Application Pool for you web application, Change the Identity of the Application pool to "Local System" which allows client to Write on your Server.

Hope This Will Help You Smile | :)

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net
My Latest Article : IIS Remote Debugging

GeneralRe: FileUploading gives error on Production Server Pin
meeram39519-Jul-09 19:42
meeram39519-Jul-09 19:42 
GeneralRe: FileUploading gives error on Production Server Pin
Abhijit Jana19-Jul-09 19:47
professionalAbhijit Jana19-Jul-09 19:47 
AnswerRe: FileUploading gives error on Production Server Pin
N a v a n e e t h19-Jul-09 22:25
N a v a n e e t h19-Jul-09 22:25 
QuestionDataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Coupon_Info'. Pin
haleemasher19-Jul-09 18:23
haleemasher19-Jul-09 18:23 
QuestionPOST and GET Method Pin
syaiful_8619-Jul-09 16:14
syaiful_8619-Jul-09 16:14 
AnswerRe: POST and GET Method Pin
Abhijit Jana19-Jul-09 18:09
professionalAbhijit Jana19-Jul-09 18:09 
GeneralRe: POST and GET Method Pin
syaiful_8622-Jul-09 14:28
syaiful_8622-Jul-09 14:28 
Questionhow do put java applet and slideshow in asp.net Pin
ashutosh_karna19-Jul-09 8:10
ashutosh_karna19-Jul-09 8:10 
AnswerRe: how do put java applet and slideshow in asp.net Pin
Abhijit Jana19-Jul-09 8:15
professionalAbhijit Jana19-Jul-09 8:15 
QuestionHow to save webpage to client machine in asp.net Pin
ashutosh_karna19-Jul-09 8:02
ashutosh_karna19-Jul-09 8:02 
AnswerRe: How to save webpage to client machine in asp.net Pin
Abhijit Jana19-Jul-09 8:20
professionalAbhijit Jana19-Jul-09 8:20 
GeneralRe: How to save webpage to client machine in asp.net Pin
ashutosh_karna19-Jul-09 8:32
ashutosh_karna19-Jul-09 8:32 
AnswerRe: How to save webpage to client machine in asp.net Pin
Christian Graus19-Jul-09 14:02
protectorChristian Graus19-Jul-09 14:02 
QuestionCalling Button_click event from Tab key_press event Pin
ashutosh_karna19-Jul-09 7:54
ashutosh_karna19-Jul-09 7:54 
AnswerRe: Calling Button_click event from Tab key_press event Pin
Christian Graus19-Jul-09 15:07
protectorChristian Graus19-Jul-09 15:07 
QuestionRegular Expression For RFC 3986 URI Pin
mj_developer19-Jul-09 4:30
mj_developer19-Jul-09 4:30 
AnswerRe: Regular Expression For RFC 3986 URI Pin
Abhijit Jana19-Jul-09 4:52
professionalAbhijit Jana19-Jul-09 4:52 

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.