Click here to Skip to main content
15,892,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: aspx pages are slow Pin
Expert Coming8-Jun-07 22:15
Expert Coming8-Jun-07 22:15 
QuestionHow to convert a single http page into https using SSL in IIS? Pin
vijay_838-Jun-07 19:08
vijay_838-Jun-07 19:08 
AnswerRe: How to convert a single http page into https using SSL in IIS? Pin
Expert Coming8-Jun-07 22:24
Expert Coming8-Jun-07 22:24 
GeneralRe: How to convert a single http page into https using SSL in IIS? Pin
vijay_838-Jun-07 23:05
vijay_838-Jun-07 23:05 
GeneralRe: How to convert a single http page into https using SSL in IIS? Pin
Expert Coming8-Jun-07 23:57
Expert Coming8-Jun-07 23:57 
GeneralRe: How to convert a single http page into https using SSL in IIS? Pin
vijay_839-Jun-07 1:33
vijay_839-Jun-07 1:33 
GeneralRe: How to convert a single http page into https using SSL in IIS? Pin
Expert Coming9-Jun-07 10:57
Expert Coming9-Jun-07 10:57 
QuestionError while uploading Pin
Prakash_Mishra8-Jun-07 18:54
Prakash_Mishra8-Jun-07 18:54 
hi all
I am developing a asp.net application using vb. The problem i am facing is in one of the form i have a import button for text files that i need to save it in one of the folder(Resume) inside the application, I tried with all write permission but every time get a error. code what i wrote is

Private Sub CmdUpload_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdUpload.Click
If File1.PostedFile Is Nothing Then
Me.lblResult.Text = "No File Selected to Upload."
Exit Sub
End If

'Retrieve file information and upload to server.
Dim strName As String
strName = System.IO.Path.GetFileName(File1.PostedFile.FileName)

Try
File1.PostedFile.SaveAs(Server.MapPath("Resumes/" & strName))
Me.lblResult.Text = """" + strName + """ was uploaded successfully."
Catch ex As Exception
Me.lblResult.Text = "An Error Occured While Uploading File."
End Try
End Sub


End Class

*******************************
Error what i am getting while debugging is

+ ex {System.UnauthorizedAccessException} System.Exception

***********************************
Pl help me
Regards


Prakash Mishra(Banglore,India)

AnswerRe: Error while uploading Pin
Sathesh Sakthivel8-Jun-07 18:59
Sathesh Sakthivel8-Jun-07 18:59 
Questionvariable scope Pin
AesopTurtle8-Jun-07 15:26
AesopTurtle8-Jun-07 15:26 
AnswerRe: variable scope Pin
Arun.Immanuel8-Jun-07 16:59
Arun.Immanuel8-Jun-07 16:59 
GeneralRe: variable scope Pin
AesopTurtle10-Jun-07 15:48
AesopTurtle10-Jun-07 15:48 
GeneralRe: variable scope Pin
Arun.Immanuel10-Jun-07 16:35
Arun.Immanuel10-Jun-07 16:35 
AnswerRe: variable scope Pin
Guffa8-Jun-07 23:07
Guffa8-Jun-07 23:07 
GeneralRe: variable scope Pin
AesopTurtle10-Jun-07 15:56
AesopTurtle10-Jun-07 15:56 
QuestionTrying to avoid the alert prompt while exporting data-table to Excel 2007 Pin
Mohamed Arif8-Jun-07 12:50
Mohamed Arif8-Jun-07 12:50 
AnswerRe: Trying to avoid the alert prompt while exporting data-table to Excel 2007 Pin
Mohamed Arif8-Jun-07 19:14
Mohamed Arif8-Jun-07 19:14 
QuestionGrid View Hyperlinks Pin
seemamltn8-Jun-07 11:07
seemamltn8-Jun-07 11:07 
QuestionConfigure Microsoft Internet Information Services Pin
Agbe8-Jun-07 10:48
Agbe8-Jun-07 10:48 
AnswerRe: Configure Microsoft Internet Information Services Pin
Felipe Dalorzo8-Jun-07 11:18
Felipe Dalorzo8-Jun-07 11:18 
GeneralRe: Configure Microsoft Internet Information Services Pin
Agbe8-Jun-07 14:14
Agbe8-Jun-07 14:14 
GeneralRe: Configure Microsoft Internet Information Services Pin
Felipe Dalorzo9-Jun-07 3:42
Felipe Dalorzo9-Jun-07 3:42 
Questionstoring data into xml file from asp.net app Pin
gopalkatla8-Jun-07 9:22
gopalkatla8-Jun-07 9:22 
AnswerRe: storing data into xml file from asp.net app Pin
Venk2598-Jun-07 17:59
Venk2598-Jun-07 17:59 
Questiontop 10 values Pin
vasini8-Jun-07 8:58
vasini8-Jun-07 8:58 

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.