Click here to Skip to main content
15,900,725 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to apply css to file Upload control in ASP.NET Pin
varshavmane21-Feb-07 19:59
varshavmane21-Feb-07 19:59 
AnswerRe: How to apply css to file Upload control in ASP.NET Pin
Michael Sync21-Feb-07 22:18
Michael Sync21-Feb-07 22:18 
Questionconfusion over parsing data through layers Pin
playout21-Feb-07 19:48
playout21-Feb-07 19:48 
AnswerRe: confusion over parsing data through layers Pin
Michael Sync21-Feb-07 22:10
Michael Sync21-Feb-07 22:10 
QuestionError while printing crystal report Pin
Sylvester george21-Feb-07 19:28
Sylvester george21-Feb-07 19:28 
AnswerRe: Error while printing crystal report Pin
Michael Sync21-Feb-07 21:56
Michael Sync21-Feb-07 21:56 
GeneralRe: Error while printing crystal report Pin
Sylvester george21-Feb-07 22:04
Sylvester george21-Feb-07 22:04 
GeneralRe: Error while printing crystal report Pin
Michael Sync21-Feb-07 23:39
Michael Sync21-Feb-07 23:39 
>>I am using network printer as my default printer.
ya.i'm using network printer only .. it's working fine for me.

i think, ASP.NET doesn't have a permission to access this printer. so, you should try to impersonate with your user id.

IIS,
- Go To-> IIS -> Properties -> Directory Security ->
- Uncheck "Anonymous access"

And,
In Web.Config,

<identity impersonate="true"/>


<authorization>
    <deny  users="?"/>
    <allow users="*" />
</authorization>


Hope, it would help.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message. Thank you.

GeneralRe: Error while printing crystal report Pin
Sylvester george22-Feb-07 0:19
Sylvester george22-Feb-07 0:19 
QuestionSFR problem Pin
Imran Khan Pathan21-Feb-07 18:42
Imran Khan Pathan21-Feb-07 18:42 
AnswerRe: SFR problem Pin
Michael Sync21-Feb-07 21:53
Michael Sync21-Feb-07 21:53 
GeneralRe: SFR problem Pin
Imran Khan Pathan21-Feb-07 22:39
Imran Khan Pathan21-Feb-07 22:39 
QuestionProblem while open a aspx page Pin
siddisagar21-Feb-07 18:36
siddisagar21-Feb-07 18:36 
AnswerRe: Problem while open a aspx page Pin
Sylvester george21-Feb-07 18:47
Sylvester george21-Feb-07 18:47 
Questionconfusion regarding window.open() Pin
MissionSuccess21-Feb-07 18:24
MissionSuccess21-Feb-07 18:24 
AnswerRe: confusion regarding window.open() Pin
Sylvester george21-Feb-07 18:35
Sylvester george21-Feb-07 18:35 
QuestionClear TextBoxes in a table Pin
gauthee21-Feb-07 18:01
gauthee21-Feb-07 18:01 
AnswerRe: Clear TextBoxes in a table Pin
Imran Khan Pathan21-Feb-07 18:11
Imran Khan Pathan21-Feb-07 18:11 
GeneralRe: Clear TextBoxes in a table Pin
gauthee21-Feb-07 19:05
gauthee21-Feb-07 19:05 
GeneralRe: Clear TextBoxes in a table Pin
Imran Khan Pathan21-Feb-07 19:26
Imran Khan Pathan21-Feb-07 19:26 
GeneralRe: Clear TextBoxes in a table Pin
gauthee21-Feb-07 19:52
gauthee21-Feb-07 19:52 
GeneralRe: Clear TextBoxes in a table Pin
Tuwing.Sabado21-Feb-07 19:57
Tuwing.Sabado21-Feb-07 19:57 
AnswerRe: Clear TextBoxes in a table Pin
Vsree21-Feb-07 20:32
Vsree21-Feb-07 20:32 
GeneralRe: Clear TextBoxes in a table Pin
gauthee21-Feb-07 21:30
gauthee21-Feb-07 21:30 
GeneralRe: Clear TextBoxes in a table Pin
Sylvester george21-Feb-07 21:49
Sylvester george21-Feb-07 21:49 

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.